Compare commits
12 Commits
eb9330d9db
...
d2ba645d0f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2ba645d0f | ||
|
|
f7742dce11 | ||
|
|
9e82a82d54 | ||
|
|
be52345a0e | ||
|
|
751047b809 | ||
|
|
afd59061f4 | ||
|
|
6693645232 | ||
|
|
f88ec84b6e | ||
|
|
8efd0e9f02 | ||
|
|
bad01d7da8 | ||
|
|
8f771109a6 | ||
|
|
657e26be4f |
@ -1,6 +1,6 @@
|
||||
Name: rng-tools
|
||||
Version: 6.14
|
||||
Release: 2
|
||||
Release: 5
|
||||
Summary: Random number generator daemon
|
||||
License: GPLv2+
|
||||
URL: https://github.com/nhorman/rng-tools
|
||||
@ -10,8 +10,9 @@ Source1: rngd.service
|
||||
#Dependency
|
||||
BuildRequires: gcc make gettext systemd autoconf automake
|
||||
BuildRequires: libgcrypt-devel libcurl-devel libxml2-devel openssl-devel
|
||||
BuildRequires: libp11-devel jansson-devel jitterentropy-library-devel
|
||||
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library openssl-pkcs11
|
||||
BuildRequires: jansson-devel jitterentropy-library-devel
|
||||
|
||||
Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
@ -25,7 +26,7 @@ and supplies entropy from them to the system kernel's /dev/random machinery.
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --without-rtlsdr
|
||||
%configure --without-rtlsdr --without-pkcs11
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -33,6 +34,9 @@ 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
|
||||
@ -58,6 +62,24 @@ 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
|
||||
|
||||
@ -77,7 +99,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
|
||||
|
||||
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 6.3.1-4
|
||||
* Sat Feb 29 2020 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