forked from pool/tpm2-0-tss
- fixed typo in resourcemgr.service (bsc#1031004)
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=36
This commit is contained in:
parent
de6f0a21dc
commit
336c3baa0d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 14:26:14 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
- fixed typo in resourcemgr.service (bsc#1031004)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 13:35:44 UTC 2017 - jengelh@inai.de
|
Thu Feb 16 13:35:44 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ make %{?_smp_mflags} PTHREAD_LDFLAGS=-pthread
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
install -D -m 0644 contrib/resourcemgr.service %{buildroot}/%{_unitdir}/resourcemgr.service
|
install -D -m 0644 contrib/resourcemgr.service %{buildroot}/%{_unitdir}/resourcemgr.service
|
||||||
sed -e 's#usr/local/sbin/#usr/sbin#;' -i %{buildroot}/%{_unitdir}/resourcemgr.service
|
sed -e 's#usr/local/sbin/#usr/sbin/#;' -i %{buildroot}/%{_unitdir}/resourcemgr.service
|
||||||
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcresourcemgr
|
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcresourcemgr
|
||||||
|
|
||||||
%post -n libsapi0 -p /sbin/ldconfig
|
%post -n libsapi0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user