]> git.pld-linux.org Git - packages/haveged.git/commitdiff
up to 1.9.15 auto/th/haveged-1.9.15-1
authorJan Palus <atler@pld-linux.org>
Thu, 30 Sep 2021 12:49:02 +0000 (14:49 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 30 Sep 2021 12:49:02 +0000 (14:49 +0200)
haveged.spec

index d651aeee61552f1c13379891b3e9439dafbcd0ad..a9632b5ecd9d56d7c601cbd09cfd418370fc61dd 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       A Linux entropy source using the HAVEGE algorithm
 Name:          haveged
-Version:       1.9.14
+Version:       1.9.15
 Release:       1
 License:       GPL v3+
 Group:         Daemons
 Source0:       https://github.com/jirka-h/haveged/archive/v%{version}.tar.gz
-# Source0-md5: f756474201bec9a46b41e8712f79468a
+# Source0-md5: 9298cbdfb37ab84bdb710f042373a354
 URL:           http://www.irisa.fr/caps/projects/hipsor/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -59,8 +59,7 @@ Headers and shared object symbolic links for the HAVEGE algorithm
 %{__autoheader}
 %{__automake}
 %configure \
-       --disable-static \
-       --enable-init=service.fedora
+       --disable-static
 # SMP build is not working
 %{__make} -j1
 
@@ -70,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{systemdunitdir}
-#cp -p %{SOURCE1} $RPM_BUILD_ROOT%{systemdunitdir}/haveged.service
+cp -p contrib/Fedora/haveged.service $RPM_BUILD_ROOT%{systemdunitdir}/haveged.service
 
 # We don't ship .la files.
 rm $RPM_BUILD_ROOT%{_libdir}/libhavege.la
This page took 0.094321 seconds and 4 git commands to generate.