!5 remove libhavege.so.1*

Merge pull request !5 from nettingsisyphus/mycode
This commit is contained in:
openeuler-ci-bot 2020-08-13 10:54:42 +08:00 committed by Gitee
commit f12efd19eb

View File

@ -3,7 +3,7 @@
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.13 Version: 1.9.13
Release: 1 Release: 2
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
@ -14,7 +14,7 @@ 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 haveged BuildRequires: automake gdb coreutils glibc-common systemd
%description %description
A Linux entropy source using the HAVEGE algorithm A Linux entropy source using the HAVEGE algorithm
@ -56,7 +56,6 @@ 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
@ -102,6 +101,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/libhavege.3* %{_mandir}/man3/libhavege.3*
%changelog %changelog
* Thu Aug 13 2020 Anakin Zhang <benjamin93@163.com> - 1.9.13-2
- remove libhavege.so.1*
* Thu Jul 23 2020 wangchen <wangchen137@huawei.com> - 1.9.13-1 * Thu Jul 23 2020 wangchen <wangchen137@huawei.com> - 1.9.13-1
- update to 1.9.13 - update to 1.9.13