diff --git a/haveged.changes b/haveged.changes index 248d5fa..bd350b7 100644 --- a/haveged.changes +++ b/haveged.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 26 14:19:46 UTC 2013 - mvyskocil@suse.com + +- add autoconf to BuildRequires +- explain the need for autoreconf +- tag haveged-ppc.patch + ------------------------------------------------------------------- Wed Mar 20 23:28:42 UTC 2013 - crrodriguez@opensuse.org diff --git a/haveged.spec b/haveged.spec index c6c195b..75c43ae 100644 --- a/haveged.spec +++ b/haveged.spec @@ -25,10 +25,12 @@ Group: System/Daemons Url: http://www.issihosts.com/haveged/ Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz Source2: %{name}.service +#PATCH-FIX-OPENSUSE: mvyskocil: sent upstream Patch0: haveged-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libtool Enhances: openssl gpg2 php5 apache2 openvpn smtp_daemon +BuildRequires: autoconf +BuildRequires: libtool BuildRequires: pkgconfig(systemd) %{?systemd_requires} @@ -62,6 +64,7 @@ algorithm and supporting features. %patch0 -p1 %build +# mvyskocil: needed because of haveged-ppc.patch autoreconf -fiv export CFLAGS="%optflags -fpie" export LDFLAGS="-Wl,-z,relro,-z,now -pie"