!5 rng-tools update to 6.10
Merge pull request !5 from yixiangzhike/master
This commit is contained in:
commit
14c9b7d250
@ -1,6 +1,6 @@
|
|||||||
Name: rng-tools
|
Name: rng-tools
|
||||||
Version: 6.3.1
|
Version: 6.10
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Random number generator daemon
|
Summary: Random number generator daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/nhorman/rng-tools
|
URL: https://github.com/nhorman/rng-tools
|
||||||
@ -11,6 +11,7 @@ Source2: jitterentropy-library-3f7b6cc.tar.gz
|
|||||||
Patch0: jitterentropy-remove-install.patch
|
Patch0: jitterentropy-remove-install.patch
|
||||||
|
|
||||||
#Dependency
|
#Dependency
|
||||||
|
BuildRequires: libp11-devel jansson-devel
|
||||||
BuildRequires: gcc make gettext systemd autoconf automake
|
BuildRequires: gcc make gettext systemd autoconf automake
|
||||||
BuildRequires: libgcrypt-devel libsysfs-devel libcurl-devel libxml2-devel openssl-devel
|
BuildRequires: libgcrypt-devel libsysfs-devel libcurl-devel libxml2-devel openssl-devel
|
||||||
Requires: libgcrypt libsysfs openssl libxml2 libcurl
|
Requires: libgcrypt libsysfs openssl libxml2 libcurl
|
||||||
@ -27,7 +28,7 @@ and supplies entropy from them to the system kernel's /dev/random machinery.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure
|
%configure --without-rtlsdr
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -59,6 +60,9 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
|
|||||||
%{_mandir}/man8/rngd.8.*
|
%{_mandir}/man8/rngd.8.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 6.3.1-4
|
||||||
- add jitterentropy support
|
- add jitterentropy support
|
||||||
|
|
||||||
|
|||||||
BIN
v6.10.tar.gz
Normal file
BIN
v6.10.tar.gz
Normal file
Binary file not shown.
BIN
v6.3.1.tar.gz
BIN
v6.3.1.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user