SHA256
1
0
forked from pool/haveged

Accepting request 222713 from home:elvigia:branches:security

- version 1.9.1
* test suite improvements
* man page updates
* a few build tweaks
- restore rchaveged link

OBS-URL: https://build.opensuse.org/request/show/222713
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=86
This commit is contained in:
2014-02-18 15:56:46 +00:00
committed by Git OBS Bridge
parent c72fdcaf17
commit 343753c795
4 changed files with 17 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: haveged
Version: 1.8
Version: 1.9.1
Release: 0
Summary: Feed entropy into random pool
License: GPL-3.0
@@ -93,6 +93,7 @@ make %{?_smp_mflags} check
%makeinstall
%{__install} -D -m0644 %{S:2} %{buildroot}%{_unitdir}/%{name}.service
%{__rm} -f %{buildroot}%{_libdir}/libhavege.*a
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
@@ -116,13 +117,14 @@ make %{?_smp_mflags} check
%files
%defattr(-,root,root)
%doc COPYING
%{_sbindir}/rc%{name}
%{_sbindir}/%{name}
%doc %{_mandir}/man8/%{name}.8*
%{_unitdir}/%{name}.service
%files devel
%doc COPYING
%defattr(-,root,root)
%doc COPYING
%{_mandir}/man3/libhavege.3*
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/havege.h
@@ -130,8 +132,8 @@ make %{?_smp_mflags} check
%{_libdir}/*.so
%files -n libhavege1
%doc COPYING
%defattr(-,root,root)
%doc COPYING
%{_libdir}/*.so.*
%changelog