[haveged/f18] Update to 1.5

Jirka Hladky jhladky at fedoraproject.org
Wed Aug 15 01:13:45 UTC 2012


commit 0e65e0b0f98468195930d1402b4788e8e0f08308
Author: Jirka Hladky <hladky.jiri at gmail.com>
Date:   Wed Aug 15 03:13:21 2012 +0200

    Update to 1.5

 .gitignore   |    1 +
 haveged.spec |   23 ++++++++++++++++-------
 sources      |    4 ++--
 3 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a76a55..7651bec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /haveged-1.3.tar.gz
 /haveged-1.4.tar.gz
 /haveged.service
+/haveged-1.5.tar.gz
diff --git a/haveged.spec b/haveged.spec
index 7b9083b..dbdfb84 100644
--- a/haveged.spec
+++ b/haveged.spec
@@ -1,12 +1,12 @@
 Summary:        A Linux entropy source using the HAVEGE algorithm
 Name:           haveged
-Version:        1.4
-Release:        4%{?dist}
+Version:        1.5
+Release:        1%{?dist}
 License:        GPLv3+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Group:          System Environment/Daemons
 URL:            http://www.irisa.fr/caps/projects/hipsor/
-Source0:        http://www.issihosts.com/haveged/haveged-1.4.tar.gz
+Source0:        http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
 Source1:        haveged.service
 Requires(post):   systemd-units
 Requires(preun):  systemd-units
@@ -20,7 +20,7 @@ Requires(post): systemd-sysv
 # SystemV -> SystemD conversion
 
 
-BuildRequires:  automake gdb coreutils
+BuildRequires:  automake gdb coreutils systemd-units glibc-common
 
 %description
 A Linux entropy source using the HAVEGE algorithm
@@ -41,6 +41,13 @@ attempt to select appropriate values from internal tables.
 
 %prep
 %setup -q
+iconv -f iso-8859-15 -t utf8 README > README.new
+touch -r README README.new
+mv README.new README
+
+iconv -f iso-8859-15 -t utf8 man/haveged.8 > man/haveged.8.new
+touch -r man/haveged.8 man/haveged.8.new
+mv man/haveged.8.new man/haveged.8
 
 %build
 autoreconf -fiv
@@ -137,9 +144,11 @@ fi
 %doc COPYING README ChangeLog AUTHORS
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
+* Tue Aug 14 2012 Jirka Hladky <hladky.jiri at gmail.com> - 1.5-1
+- Update to the version 1.5
+- Main new feature is a run time verification of the produced random numbers
+- PIDFILE set to /run/haveged.pid
+- converted README and man page to UTF-8. Informed the upstream to fix it.
 * Tue Feb 15 2012 Jirka Hladky <hladky.jiri at gmail.com> - 1.4-3
 - PIDFile should be stored at /run instead of the default location /var/run 
 - There is  long term plan that directory /var/run will not further exist in the future Fedora versions
diff --git a/sources b/sources
index 2ad8b18..0ead48f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-39a03d4b8a4225706f78dbef3f623b0e  haveged-1.4.tar.gz
-d6dfa1155b1c672f6fbc050848693081  haveged.service
+c1f34be00c3f438ec83862e90e192e4b  haveged-1.5.tar.gz
+94a8695cd139f474b2fe7855013e12a3  haveged.service


More information about the scm-commits mailing list