[RdRand/f20] update to 2.0.0

jtulak jtulak at fedoraproject.org
Sat May 24 15:18:11 UTC 2014


commit 45eb7c7076e01a35548eb5d0d224c90293f389f5
Author: Jan Ťulák <github at tulak.me>
Date:   Sat May 24 17:18:06 2014 +0200

    update to 2.0.0

 RdRand.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/RdRand.spec b/RdRand.spec
index 9ef6510..77356f8 100644
--- a/RdRand.spec
+++ b/RdRand.spec
@@ -1,13 +1,13 @@
 Summary:        Library for generating random numbers using the RdRand instruction on Intel CPUs
 Name:           RdRand
-Version:        1.0.5
+Version:        2.0.0
 Release:        1%{?dist}
 License:        LGPLv2+
 Group:          Applications/System
 URL:            http://github.com/BroukPytlik/%{name}
 Source0:        https://github.com/BroukPytlik/%{name}/archive/%{version}.tar.gz
 ExclusiveArch: %{ix86} x86_64 
-
+Requires:       openssl
 %description
 RdRand is an instruction for returning random numbers from an Intel on-chip 
 hardware random number generator.RdRand is available in Ivy Bridge and later 
@@ -27,7 +27,7 @@ reseed, in practice it reseeds much more frequently.
 %package devel
 Summary:        Development files for the RdRand
 Group:          Development/Libraries
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}, openssl-devel
 
 %description devel
 Headers and shared object symbolic links for the RdRand.
@@ -56,10 +56,14 @@ rm -f $RPM_BUILD_ROOT{%{_libdir}/librdrand.la,%{_libdir}/librdrand/include/rdran
 %files devel
 %{_mandir}/man3/librdrand.3*
 %{_includedir}/librdrand.h
+%{_includedir}/librdrand-aes.h
 %{_libdir}/librdrand.so
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat May 24 2014 Jan Tulak <jan at tulak.me> - 2.0.0-1
+- Partial rewriting, added AES encryption of generated values.
+
 * Mon Feb 17 2014 Jan Tulak <jan at tulak.me> - 1.0.5-1
 - Fixed bug with parsing -t argument in rdrand-gen.
 


More information about the scm-commits mailing list