!3 update haveged to 1.9.13
Merge pull request !3 from wangchen/wangchen
This commit is contained in:
commit
dfafd0f5f8
BIN
haveged-1.9.13.tar.gz
Normal file
BIN
haveged-1.9.13.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
14
haveged.spec
14
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 <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
|
||||
- update service
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user