Compare commits

..

No commits in common. "5cf2273c199e87a0db71c4a6d76b4d79773fce09" and "1bafbd62a978d0689031da419f294fba0750f9f9" have entirely different histories.

4 changed files with 3 additions and 24 deletions

BIN
haveged-1.9.14.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,3 @@
[Unit]
Description=Entropy Daemon based on the HAVEGE algorithm
[Service]
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
Type=simple

View File

@ -2,8 +2,8 @@
# 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.18
Release: 2
Version: 1.9.14
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
@ -14,8 +14,7 @@ Patch0: fix-the-core-file-problem.patch
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
BuildRequires: gcc
BuildRequires: automake coreutils glibc-common systemd
BuildRequires: automake gdb coreutils glibc-common systemd
%description
A Linux entropy source using the HAVEGE algorithm
@ -74,8 +73,6 @@ rm -rf %{buildroot}
%post
/sbin/ldconfig
%systemd_post haveged.service
/bin/systemctl enable haveged
/bin/systemctl start haveged
%preun
%systemd_preun haveged.service
@ -104,21 +101,6 @@ rm -rf %{buildroot}
%{_mandir}/man3/libhavege.3*
%changelog
* Wed Sep 6 2023 wangqingsan <wangqingsan@huawei.com> - 1.9.18-2
- enable haveged.service
* Mon Jul 4 2022 panxiaohe <panxh.life@foxmail.com> - 1.9.18-1
- update to 1.9.18
* Fri Dec 24 2021 yixiangzhike <yixiangzhike007@163.com> - 1.9.15-1
- update to 1.9.15
* Mon Jul 19 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-3
- delete unnecessary gdb from BuildRequires
* Tue May 25 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-2
- add gcc to BuildRequires
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1.9.14-1
- Update to version 1.9.14