diff --git a/haveged.spec b/haveged.spec index f139914..c343730 100644 --- a/haveged.spec +++ b/haveged.spec @@ -3,7 +3,7 @@ Summary: A Linux entropy source using the HAVEGE algorithm Name: haveged Version: 1.9.13 -Release: 1 +Release: 2 License: GPLv3+ URL: https://github.com/jirka-h/haveged Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -14,7 +14,7 @@ Patch0: fix-the-core-file-problem.patch Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -BuildRequires: automake gdb coreutils glibc-common systemd haveged +BuildRequires: automake gdb coreutils glibc-common systemd %description A Linux entropy source using the HAVEGE algorithm @@ -56,7 +56,6 @@ make check %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" -cp -a %{_libdir}/libhavege.so.1* %{buildroot}%{_libdir} chmod 0644 COPYING README ChangeLog AUTHORS @@ -102,6 +101,9 @@ rm -rf %{buildroot} %{_mandir}/man3/libhavege.3* %changelog +* Thu Aug 13 2020 Anakin Zhang - 1.9.13-2 +- remove libhavege.so.1* + * Thu Jul 23 2020 wangchen - 1.9.13-1 - update to 1.9.13