[rng-tools] Update to rng-tools-5 and remove a patch that has been applied in this release

Luke Macken lmacken at fedoraproject.org
Wed Apr 23 20:43:52 UTC 2014


commit 452efd51ca0f11d724bdaa617b78317a523724c2
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Apr 23 14:25:06 2014 -0600

    Update to rng-tools-5 and remove a patch that has been applied in this release
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1090020

 .gitignore          |    1 +
 rng-tools-man.patch |   21 ---------------------
 rng-tools.spec      |   13 ++++++-------
 sources             |    2 +-
 4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c363bf3..1b08af3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rng-tools-3.tar.gz
 /rng-tools-4.tar.gz
+/rng-tools-5.tar.gz
diff --git a/rng-tools.spec b/rng-tools.spec
index 5280bfc..4cbd83f 100644
--- a/rng-tools.spec
+++ b/rng-tools.spec
@@ -3,17 +3,14 @@
 
 Summary:        Random number generator related utilities
 Name:           rng-tools
-Version:        4
-Release:        4%{?dist}
+Version:        5
+Release:        1%{?dist}
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            http://sourceforge.net/projects/gkernel/
 Source0:        http://downloads.sourceforge.net/project/gkernel/rng-tools/4/rng-tools-%{version}.tar.gz
 Source1:        rngd.service
 
-# Man pages
-Patch0:         rng-tools-man.patch
-
 BuildRequires:  groff gettext
 BuildRequires:  systemd-units
 Requires(post): systemd-units
@@ -26,8 +23,6 @@ Hardware random number generation tools.
 %prep
 %setup -q
 
-%patch0 -p1 -b .man
-
 %build
 %configure
 make %{?_smp_mflags}
@@ -57,6 +52,10 @@ install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
 %attr(0644,root,root)   %{_unitdir}/rngd.service
 
 %changelog
+* Wed Apr 23 2014 Luke Macken <lmacken at redhat.com> - 5-1
+- Update to release version 5.
+- Remove rng-tools-man.patch
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index dd6c4aa..5333ecf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae89dbfcf08bdfbea19066cfbf599127  rng-tools-4.tar.gz
+6726cdc6fae1f5122463f24ae980dd68  rng-tools-5.tar.gz


More information about the scm-commits mailing list