update to 6.10

This commit is contained in:
yixiangzhike 2020-07-30 11:57:53 +08:00
parent 30bc28d67d
commit d08d0fb92b
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: rng-tools
Version: 6.3.1
Release: 4
Version: 6.10
Release: 1
Summary: Random number generator daemon
License: GPLv2+
URL: https://github.com/nhorman/rng-tools
@ -11,6 +11,7 @@ Source2: jitterentropy-library-3f7b6cc.tar.gz
Patch0: jitterentropy-remove-install.patch
#Dependency
BuildRequires: libp11-devel jansson-devel
BuildRequires: gcc make gettext systemd autoconf automake
BuildRequires: libgcrypt-devel libsysfs-devel libcurl-devel libxml2-devel openssl-devel
Requires: libgcrypt libsysfs openssl libxml2 libcurl
@ -27,7 +28,7 @@ and supplies entropy from them to the system kernel's /dev/random machinery.
%build
./autogen.sh
%configure
%configure --without-rtlsdr
%make_build
%install
@ -59,6 +60,9 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
%{_mandir}/man8/rngd.8.*
%changelog
* Thu Jul 30 2020 zhangxingliang <zhangxingliang3@huawei.com> - 6.10-1
- update to 6.10
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 6.3.1-4
- add jitterentropy support

BIN
v6.10.tar.gz Normal file

Binary file not shown.

Binary file not shown.