remove libhavege.so.1*

This commit is contained in:
Anakin Zhang 2020-08-13 10:17:19 +08:00
parent dfafd0f5f8
commit 5807f62efe

View File

@ -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 <benjamin93@163.com> - 1.9.13-2
- remove libhavege.so.1*
* Thu Jul 23 2020 wangchen <wangchen137@huawei.com> - 1.9.13-1
- update to 1.9.13