diff --git a/rng-tools.spec b/rng-tools.spec index 59a9c0b..7d1d41d 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -1,6 +1,6 @@ Name: rng-tools -Version: 6.13 -Release: 2mamba +Version: 6.14 +Release: 1mamba Summary: A random number generator daemon Group: System/Kernel and Hardware Vendor: openmamba @@ -13,6 +13,7 @@ Source1: rngd.service Source2: rngd-sysconfig License: GPL ## AUTOBUILDREQ-BEGIN +#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package BuildRequires: glibc-devel BuildRequires: libcurl-devel BuildRequires: libjansson-devel @@ -63,6 +64,7 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/rngd %files %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/rngd +%{_bindir}/randstat %{_bindir}/rngtest %{_sbindir}/rngd %{_unitdir}/rngd.service @@ -71,6 +73,9 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/rngd %doc AUTHORS COPYING %changelog +* Sun Aug 15 2021 Automatic Build System 6.14-1mamba +- automatic version update by autodist + * Sun Aug 08 2021 Silvan Calarco 6.13-2mamba - rngd.service: fix ExecStart binary path