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:
commit
c9656252b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f92960e729d5e533b752556dbc8b345be713e12cda71b355cd34f5a9925a2e1b
|
|
||||||
size 77808
|
|
3
haveged-0.9_git201011252143.tar.xz
Normal file
3
haveged-0.9_git201011252143.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0ad7af83b49e4e480c745afb32daead66bc29cfb6070ec6e64103c29496a7b8
|
||||||
|
size 78184
|
@ -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
|
Tue Nov 23 23:37:48 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -18,17 +18,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 0.9_git201011232331
|
Version: 0.9_git201011252143
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Summary: Feed entropy into random pool
|
Summary: Feed entropy into random pool
|
||||||
Url: http://www.issihosts.com/haveged/
|
Url: http://www.issihosts.com/haveged/
|
||||||
|
# Our sources https://github.com/crrodriguez/haveged
|
||||||
Source0: http://www.issihosts.com/haveged/haveged-%{version}.tar.xz
|
Source0: http://www.issihosts.com/haveged/haveged-%{version}.tar.xz
|
||||||
Source1: haveged.init
|
Source1: haveged.init
|
||||||
Source2: haveged.service
|
Source2: haveged.service
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(pre): %insserv_prereq
|
Requires(pre): %insserv_prereq sysvinit(syslog)
|
||||||
Requires(post): grep util-linux
|
Requires(post): grep util-linux
|
||||||
Enhances: openssl gpg2 php5 apache2 openvpn smtp_daemon
|
Enhances: openssl gpg2 php5 apache2 openvpn smtp_daemon
|
||||||
BuildRequires: libcap-ng-devel lzma
|
BuildRequires: libcap-ng-devel lzma
|
||||||
@ -46,10 +47,10 @@ For more informations see http://www.issihosts.com/haveged/
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes
|
%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes
|
||||||
make %{?smp_flags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?smp_flags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user