SHA256
1
0
forked from pool/haveged

Accepting request 98462 from home:elvigia:branches:security

- Put the haveged binary back in /usr/sbin not in /sbin

OBS-URL: https://build.opensuse.org/request/show/98462
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=56
This commit is contained in:
Cristian Rodríguez
2011-12-31 14:51:57 +00:00
committed by Git OBS Bridge
parent 3b9d2e3df5
commit 8fc0694db0
4 changed files with 10 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ For more informations see http://www.issihosts.com/haveged/
%build
autoreconf -fiv
export LDFLAGS="-Wl,-z,relro,-z,now"
%configure --sbindir=/sbin --enable-nistest=yes --enable-daemon=yes
%configure --enable-nistest=yes --enable-daemon=yes
make %{?_smp_mflags}
%check
@@ -107,7 +107,7 @@ make %{?_smp_mflags} check
%files
%defattr(-,root,root)
%{_sbindir}/rc%{name}
/sbin/%{name}
%{_sbindir}/%{name}
%config %{_initddir}/%{name}
%{_mandir}/man8/%{name}.8.gz
%if 0%{?have_systemd}