automatic version update by autodist [release 1.0.5-1mamba;Fri Aug 30 2019]
This commit is contained in:
parent
511e706987
commit
b7ad96dfc7
@ -1,5 +1,5 @@
|
||||
Name: stratisd
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 1mamba
|
||||
Summary: Easy to use local storage management for Linux
|
||||
Group: System/Management
|
||||
@ -57,10 +57,11 @@ install -d -m 755 %{buildroot}%{_docdir}
|
||||
install -d -m 755 %{buildroot}%{_mandir}/man8
|
||||
|
||||
%ifarch %{ix86}
|
||||
install -m 755 target/i686-unknown-linux-gnu/release/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
install -m 755 target/i686-unknown-linux-gnu/debug/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
%else
|
||||
install -m 755 target/%{_target_cpu}-unknown-linux-gnu/release/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
install -m 755 target/debug/stratisd %{buildroot}%{_libexecdir}/stratisd
|
||||
%endif
|
||||
|
||||
install -m 644 stratisd.service %{buildroot}%{_unitdir}
|
||||
install -m 644 org.storage.stratis1.service %{buildroot}%{_datadir}/system-services
|
||||
install -m 644 stratisd.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d
|
||||
@ -91,6 +92,9 @@ install -m 644 docs/stratisd.8 %{buildroot}%{_mandir}/man8
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Aug 30 2019 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 17 2019 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user