diff --git a/rng-tools.spec b/rng-tools.spec index e528fb50edae651435aae290113d8e57ba34ed0e..d54aff184b149159a517c85b4c96b73fe39ccd18 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -1,6 +1,6 @@ Name: rng-tools -Version: 6.14 -Release: 4 +Version: 6.16 +Release: 1 Summary: Random number generator daemon License: GPLv2+ URL: https://github.com/nhorman/rng-tools @@ -10,7 +10,7 @@ Source1: rngd.service #Dependency BuildRequires: gcc make gettext systemd autoconf automake BuildRequires: libgcrypt-devel libcurl-devel libxml2-devel openssl-devel -BuildRequires: libp11-devel jitterentropy-library-devel jansson-devel +BuildRequires: libp11-devel jitterentropy-library-devel jansson-devel libcap-devel Requires: libgcrypt libsysfs openssl libxml2 libcurl jitterentropy-library openssl-pkcs11 Requires: opensc %{?systemd_requires} @@ -59,6 +59,9 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} %{_mandir}/man8/rngd.8.* %changelog +* Sat Jan 28 2023 fuanan - 6.16-1 +- update version to 6.16 + * Fri Sep 2 2022 panxiaohe - 6.14-4 - fix changelog to make it in descending chronological order diff --git a/v6.14.tar.gz b/v6.14.tar.gz deleted file mode 100644 index 1b30a34a8227713bd9fc0328532580d23c0b3f15..0000000000000000000000000000000000000000 Binary files a/v6.14.tar.gz and /dev/null differ diff --git a/v6.16.tar.gz b/v6.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b00338cbe4dff894dd2b2eb97a75e67ac05b5099 Binary files /dev/null and b/v6.16.tar.gz differ