!3 update haveged to 1.9.13

Merge pull request !3 from wangchen/wangchen
This commit is contained in:
openeuler-ci-bot 2020-07-23 22:15:53 +08:00 committed by Gitee
commit dfafd0f5f8
3 changed files with 9 additions and 5 deletions

BIN
haveged-1.9.13.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,19 +2,19 @@
# and made some modifications. The exactly file path is ./contrib/build/fedora.spec. # and made some modifications. The exactly file path is ./contrib/build/fedora.spec.
Summary: A Linux entropy source using the HAVEGE algorithm Summary: A Linux entropy source using the HAVEGE algorithm
Name: haveged Name: haveged
Version: 1.9.8 Version: 1.9.13
Release: 2 Release: 1
License: GPLv3+ License: GPLv3+
URL: https://github.com/jirka-h/haveged URL: https://github.com/jirka-h/haveged
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: haveged.service Source1: haveged.service
Patch9000: fix-the-core-file-problem.patch Patch0: fix-the-core-file-problem.patch
Requires(post): systemd Requires(post): systemd
Requires(preun): systemd Requires(preun): systemd
Requires(postun): systemd Requires(postun): systemd
BuildRequires: automake gdb coreutils glibc-common systemd BuildRequires: automake gdb coreutils glibc-common systemd haveged
%description %description
A Linux entropy source using the HAVEGE algorithm A Linux entropy source using the HAVEGE algorithm
@ -43,7 +43,7 @@ Headers and shared object symbolic links for the HAVEGE algorithm
%package_help %package_help
%prep %prep
%setup -q %autosetup -n %{name}-%{version} -p1
%build %build
%configure %configure
@ -56,6 +56,7 @@ make check
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p" make install DESTDIR=%{buildroot} INSTALL="install -p"
cp -a %{_libdir}/libhavege.so.1* %{buildroot}%{_libdir}
chmod 0644 COPYING README ChangeLog AUTHORS chmod 0644 COPYING README ChangeLog AUTHORS
@ -101,6 +102,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/libhavege.3* %{_mandir}/man3/libhavege.3*
%changelog %changelog
* Thu Jul 23 2020 wangchen <wangchen137@huawei.com> - 1.9.13-1
- update to 1.9.13
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2 * Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2
- update service - update service