[haveged/f19] Update to 1.9.1

Jirka Hladky jhladky at fedoraproject.org
Thu Mar 6 10:07:17 UTC 2014


commit 483172bfc10b12715abb91437c59c18b4096b3f3
Author: Jirka Hladky <jhladky at redhat.com>
Date:   Thu Mar 6 11:07:07 2014 +0100

    Update to 1.9.1

 .gitignore   |    1 +
 haveged.spec |   16 +++++++++++++---
 sources      |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bbaed0..cc095e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /haveged-1.5.tar.gz
 /haveged-1.7.tar.gz
 /haveged-1.8.tar.gz
+/haveged-1.9.1.tar.gz
diff --git a/haveged.spec b/haveged.spec
index f38301b..89ab1fc 100644
--- a/haveged.spec
+++ b/haveged.spec
@@ -1,7 +1,7 @@
 Summary:        A Linux entropy source using the HAVEGE algorithm
 Name:           haveged
-Version:        1.8
-Release:        0%{?dist}
+Version:        1.9.1
+Release:        1%{?dist}
 License:        GPLv3+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Group:          System Environment/Daemons
@@ -69,6 +69,9 @@ popd
 # We don't ship .la files.
 rm -rf %{buildroot}%{_libdir}/libhavege.*a
 
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
+cp -p COPYING README ChangeLog AUTHORS contrib/build/havege_sample.c %{buildroot}%{_defaultdocdir}/%{name}
+
 %clean
 rm -rf %{buildroot}
 
@@ -112,7 +115,7 @@ fi
 %{_sbindir}/haveged
 %{_unitdir}/haveged.service
 %{_libdir}/*so.*
-%doc COPYING README ChangeLog AUTHORS contrib/build/havege_sample.c
+%{_defaultdocdir}/*
 
 %files devel
 %defattr(-, root, root, -)
@@ -123,6 +126,13 @@ fi
 
 
 %changelog
+* Thu Feb 13 2014 Jirka Hladky <hladky.jiri at gmail.com> - 1.9.1-1
+- Update to 1.9.1
+
+* Sat Jan 04 2014 Jirka Hladky <hladky.jiri at gmail.com> - 1.8-1
+- Unversioned docdir change, more info on 
+  https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
+
 * Fri Jan 03 2014 Jirka Hladky <hladky.jiri at gmail.com> - 1.8-0
 - Updated to the version 1.8
 - Improvement to systemd service file
diff --git a/sources b/sources
index c3d0e8a..690103e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e0034fd8a645b7499157a31a3e3b224d  haveged-1.8.tar.gz
+015ff58cd10607db0e0de60aeca2f5f8  haveged-1.9.1.tar.gz
 bd5446be4ab272f14737a269cdb5a78c  haveged.service


More information about the scm-commits mailing list