Compare commits
No commits in common. "d2ba645d0f8f629b5dbec90af426afe63209bfbb" and "eb9330d9db55ec6ac89c7775a48f0e87c2e1582a" have entirely different histories.
d2ba645d0f
...
eb9330d9db
@ -1,6 +1,6 @@
|
||||
Name: rng-tools
|
||||
Version: 6.14
|
||||
Release: 5
|
||||
Release: 2
|
||||
Summary: Random number generator daemon
|
||||
License: GPLv2+
|
||||
URL: https://github.com/nhorman/rng-tools
|
||||
@ -10,9 +10,8 @@ Source1: rngd.service
|
||||
#Dependency
|
||||
BuildRequires: gcc make gettext systemd autoconf automake
|
||||
BuildRequires: libgcrypt-devel libcurl-devel libxml2-devel openssl-devel
|
||||
BuildRequires: jansson-devel jitterentropy-library-devel
|
||||
|
||||
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library
|
||||
BuildRequires: libp11-devel jansson-devel jitterentropy-library-devel
|
||||
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library openssl-pkcs11
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
@ -26,7 +25,7 @@ and supplies entropy from them to the system kernel's /dev/random machinery.
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --without-rtlsdr --without-pkcs11
|
||||
%configure --without-rtlsdr
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -34,9 +33,6 @@ and supplies entropy from them to the system kernel's /dev/random machinery.
|
||||
|
||||
install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%pre
|
||||
|
||||
%post
|
||||
@ -62,24 +58,6 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
|
||||
%{_mandir}/man8/rngd.8.*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 13 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.14-5
|
||||
- revert version to 6.14-5
|
||||
- Large differences between versions 6.16 and 6.14
|
||||
|
||||
* Wed Oct 18 2023 zhangruifang <zhangruifang1@h-partners.com> - 6.16-1
|
||||
- update version to 6.16
|
||||
- update the rngd.service file
|
||||
- add the config file for rngd service
|
||||
|
||||
* Fri Mar 31 2023 fuanan <fuanan3@h-partners.com> - 6.14-5
|
||||
- enable make check
|
||||
|
||||
* Fri Sep 2 2022 panxiaohe <panxh.life@foxmail.com> - 6.14-4
|
||||
- fix changelog to make it in descending chronological order
|
||||
|
||||
* Tue Jan 18 2022 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 6.14-3
|
||||
- Disable pkcs11 support
|
||||
|
||||
* Mon Dec 27 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 6.14-2
|
||||
- Use the external jitterentropy library
|
||||
|
||||
@ -99,7 +77,7 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
|
||||
* Thu Jul 30 2020 zhangxingliang <zhangxingliang3@huawei.com> - 6.10-1
|
||||
- update to 6.10
|
||||
|
||||
* Sat Feb 29 2020 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
|
||||
|
||||
* Wed Feb 19 2020 wanjiankang <wanjiankang@huawei.com> - 6.3.1-3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user