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-man.patch b/rng-tools-man.patch deleted file mode 100644 index 010d20d..0000000 --- a/rng-tools-man.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 -@@ -43,7 +43,7 @@ Exit after processing n input blocks, if - Dump statistics every n blocks, if n is not zero. - .TP - \fB\-t\fR \fIn\fR, \fB\-\-timedstats=\fIn\fR (default: 0) --Dump statistics every n secods, if n is not zero. -+Dump statistics every n seconds, if n is not zero. - .TP - \fB\-?\fR, \fB\-\-help\fR - Give a short summary of all program options. -@@ -62,7 +62,7 @@ other statistics show a breakdown of the - tests are defined on FIPS 140-1 and FIPS 140-2 errata of 2001-10-10. They - were removed in FIPS 140-2 errata of 2002-12-03). - .PP --The speed statistics are taken for every 20000-bit block trasferred or -+The speed statistics are taken for every 20000-bit block transferred or - processed. - - .SH EXIT STATUS 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 - 5-1 +- Update to release version 5. +- Remove rng-tools-man.patch + * Sun Aug 04 2013 Fedora Release Engineering - 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