diff --git a/haveged-1.9.13.tar.gz b/haveged-1.9.13.tar.gz new file mode 100644 index 0000000..5974d89 Binary files /dev/null and b/haveged-1.9.13.tar.gz differ diff --git a/haveged-1.9.8.tar.gz b/haveged-1.9.8.tar.gz deleted file mode 100644 index 2183404..0000000 Binary files a/haveged-1.9.8.tar.gz and /dev/null differ diff --git a/haveged.spec b/haveged.spec index b1e5571..f139914 100644 --- a/haveged.spec +++ b/haveged.spec @@ -2,19 +2,19 @@ # and made some modifications. The exactly file path is ./contrib/build/fedora.spec. Summary: A Linux entropy source using the HAVEGE algorithm Name: haveged -Version: 1.9.8 -Release: 2 +Version: 1.9.13 +Release: 1 License: GPLv3+ URL: https://github.com/jirka-h/haveged Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: haveged.service -Patch9000: fix-the-core-file-problem.patch +Patch0: fix-the-core-file-problem.patch Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -BuildRequires: automake gdb coreutils glibc-common systemd +BuildRequires: automake gdb coreutils glibc-common systemd haveged %description A Linux entropy source using the HAVEGE algorithm @@ -43,7 +43,7 @@ Headers and shared object symbolic links for the HAVEGE algorithm %package_help %prep -%setup -q +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -56,6 +56,7 @@ 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 @@ -101,6 +102,9 @@ rm -rf %{buildroot} %{_mandir}/man3/libhavege.3* %changelog +* Thu Jul 23 2020 wangchen - 1.9.13-1 +- update to 1.9.13 + * Tue Jan 7 2020 openEuler Buildteam - 1.9.8-2 - update service