Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5cf2273c19
!36 enable haveged.service
From: @qsw333 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2023-09-07 03:04:24 +00:00
w00850572
a829aaaa4f enable haveged.service 2023-09-06 14:32:45 +08:00
openeuler-ci-bot
f2d63a6d66
!21 update to 1.9.18
From: @panxh_purple 
Reviewed-by: @zhujianwei001 
Signed-off-by: @zhujianwei001
2022-07-04 08:27:11 +00:00
panxiaohe
83e4d8d90e update to 1.9.18 2022-07-04 14:20:14 +08:00
openeuler-ci-bot
7119c7b85e !19 【Mainline】Update to 1.9.15
Merge pull request !19 from yixiangzhike/master
2021-12-30 02:50:15 +00:00
yixiangzhike
75560595a9 update 1.9.15 2021-12-24 16:55:41 +08:00
openeuler-ci-bot
4c014c6c93 !17 【Mainline】Delete unnecessary gdb from BuildRequires
From: @yixiangzhike
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-07-22 09:09:37 +00:00
yixiangzhike
1dbc19370c Delete unnecessary gdb from BuildRequires 2021-07-19 18:49:50 +08:00
openeuler-ci-bot
0a12d9c39d !13 【Mainline】Add gcc to BuildRequires
From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-05-26 14:40:30 +08:00
yixiangzhike
619763319f Add gcc to BuildRequires 2021-05-25 19:12:01 +08:00
4 changed files with 24 additions and 3 deletions

Binary file not shown.

BIN
haveged-1.9.18.tar.gz Normal file

Binary file not shown.

View File

@ -1,3 +1,6 @@
[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.14
Release: 1
Version: 1.9.18
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,8 @@ Patch0: fix-the-core-file-problem.patch
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
BuildRequires: automake gdb coreutils glibc-common systemd
BuildRequires: gcc
BuildRequires: automake coreutils glibc-common systemd
%description
A Linux entropy source using the HAVEGE algorithm
@ -73,6 +74,8 @@ rm -rf %{buildroot}
%post
/sbin/ldconfig
%systemd_post haveged.service
/bin/systemctl enable haveged
/bin/systemctl start haveged
%preun
%systemd_preun haveged.service
@ -101,6 +104,21 @@ 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