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
This commit is contained in:
parent
b284d5c8ae
commit
452efd51ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
rng-tools-3.tar.gz
|
||||
/rng-tools-4.tar.gz
|
||||
/rng-tools-5.tar.gz
|
||||
|
||||
@ -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
|
||||
@ -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@redhat.com> - 5-1
|
||||
- Update to release version 5.
|
||||
- Remove rng-tools-man.patch
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user