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:
Marcus Meissner 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73c3d9543cf9274e777064bd179f1ff563987ca103f8ab6d7035c94c8a0db192
size 459893

3
haveged-1.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715
size 474845

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 18 13:11:01 UTC 2014 - crrodriguez@opensuse.org
- version 1.9.1
* test suite improvements
* man page updates
* a few build tweaks
- restore rchaveged link
-------------------------------------------------------------------
Mon Jan 6 10:28:03 UTC 2014 - mvyskocil@suse.com

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