[rng-tools] rng-tools: update to v4 release

Jeff Garzik jgarzik at fedoraproject.org
Mon Aug 6 17:08:58 UTC 2012


commit 7403d9402908e77648058651ca1a58e37943140a
Author: Jeff Garzik <jgarzik at redhat.com>
Date:   Mon Aug 6 13:08:21 2012 -0400

    rng-tools: update to v4 release

 .gitignore                       |    1 +
 rng-tools-failures-disable.patch |  113 --------------------------------------
 rng-tools-ignorefail.patch       |   89 ------------------------------
 rng-tools-man.patch              |   12 ----
 rng-tools.spec                   |   16 ++---
 sources                          |    2 +-
 6 files changed, 8 insertions(+), 225 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75075c9..c363bf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rng-tools-3.tar.gz
+/rng-tools-4.tar.gz
diff --git a/rng-tools-man.patch b/rng-tools-man.patch
index 119c624..010d20d 100644
--- a/rng-tools-man.patch
+++ b/rng-tools-man.patch
@@ -1,15 +1,3 @@
-diff -up rng-tools-3/rngd.8.in.man rng-tools-3/rngd.8.in
---- rng-tools-3/rngd.8.in.man	2009-12-24 07:47:24.000000000 +0100
-+++ rng-tools-3/rngd.8.in	2012-01-12 10:10:25.558096794 +0100
-@@ -25,7 +25,7 @@ it is properly random.
- .PP
- The \fB\-f\fR or \fB\-\-foreground\fR options can be used to tell
- \fBrngd\fR to avoid forking on startup.  This is typically used for
--debugging.  The \fB\-f\fR or \fB\-\-foreground\fR options, which fork and put
-+debugging.  The \fB\-b\fR or \fB\-\-background\fR options, which fork and put
- \fBrngd\fR into the background automatically, are the default.
- .PP
- The \fB\-r\fR or \fB\-\-rng-device\fR options can be used to select an
 diff -up rng-tools-3/rngtest.1.in.man rng-tools-3/rngtest.1.in
 --- rng-tools-3/rngtest.1.in.man	2009-12-24 07:47:24.000000000 +0100
 +++ rng-tools-3/rngtest.1.in	2012-01-12 10:12:27.909567190 +0100
diff --git a/rng-tools.spec b/rng-tools.spec
index bea5641..490a238 100644
--- a/rng-tools.spec
+++ b/rng-tools.spec
@@ -3,20 +3,16 @@
 
 Summary:        Random number generator related utilities
 Name:           rng-tools
-Version:        3
-Release:        5%{?dist}
+Version:        4
+Release:        1%{?dist}
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            http://sourceforge.net/projects/gkernel/
-Source0:        http://downloads.sourceforge.net/project/gkernel/rng-tools/3/rng-tools-%{version}.tar.gz
+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
-# bz#624530
-Patch1:         rng-tools-failures-disable.patch
-# bz#733452, bz#749629
-Patch2:         rng-tools-ignorefail.patch
 
 BuildRequires:  groff gettext
 BuildRequires:  systemd-units
@@ -31,9 +27,6 @@ Hardware random number generation tools.
 %setup -q
 
 %patch0 -p1 -b .man
-%patch1 -p1 -b .failures-disable
-%patch2 -p1 -b .ignorefail
-
 
 %build
 %configure
@@ -75,6 +68,9 @@ fi
 %attr(0644,root,root)   %{_unitdir}/rngd.service
 
 %changelog
+* Mon Aug 6 2012 Jeff Garzik <jgarzik at redhat.com> - 4-1
+- Update to release version 4.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 06105ca..dd6c4aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa305916ec101c85c0065aeceb81a38d  rng-tools-3.tar.gz
+ae89dbfcf08bdfbea19066cfbf599127  rng-tools-4.tar.gz


More information about the scm-commits mailing list