Accepting request 55199 from security

Accepted submit request 55199 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/55199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haveged?expand=0&rev=8
This commit is contained in:
Marcus Rückert 2010-12-08 13:56:30 +00:00 committed by Git OBS Bridge
commit c9656252b5
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 7 21:26:31 UTC 2010 - coolo@novell.com
- prereq init script syslog
-------------------------------------------------------------------
Thu Nov 25 22:04:37 UTC 2010 - cristian.rodriguez@opensuse.org
- Use gcc's __cpuid instead of homegrown asm.
-------------------------------------------------------------------
Tue Nov 23 23:37:48 UTC 2010 - cristian.rodriguez@opensuse.org

View File

@ -18,17 +18,18 @@
Name: haveged
Version: 0.9_git201011232331
Version: 0.9_git201011252143
Release: 1
License: GPLv3
Group: System/Daemons
Summary: Feed entropy into random pool
Url: http://www.issihosts.com/haveged/
# Our sources https://github.com/crrodriguez/haveged
Source0: http://www.issihosts.com/haveged/haveged-%{version}.tar.xz
Source1: haveged.init
Source2: haveged.service
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(pre): %insserv_prereq
Requires(pre): %insserv_prereq sysvinit(syslog)
Requires(post): grep util-linux
Enhances: openssl gpg2 php5 apache2 openvpn smtp_daemon
BuildRequires: libcap-ng-devel lzma
@ -46,10 +47,10 @@ For more informations see http://www.issihosts.com/haveged/
autoreconf -fiv
export LDFLAGS="-Wl,-z,relro,-z,now"
%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes
make %{?smp_flags}
make %{?_smp_mflags}
%check
make %{?smp_flags} check
make %{?_smp_mflags} check
%install
make DESTDIR=$RPM_BUILD_ROOT install