Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
bf5a2a2fba
!34 enable haveged.service
From: @qsw333 
Reviewed-by: @zcfsite, @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2023-09-07 03:06:34 +00:00
w00850572
e32c666d50 enable haveged.service 2023-09-06 14:19:52 +08:00
openeuler-ci-bot
cdf300db30 !14 【openEuler-20.03-LTS-Next】Add gcc to BuildRequires
From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-05-26 14:40:38 +08:00
yixiangzhike
da6fb2b3a4 Add gcc to BuildRequires 2021-05-25 19:14:30 +08:00
openeuler-ci-bot
898083041a !10 【openEuler-20.03-LTS-Next】Solve startup failure
From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2020-11-26 20:27:22 +08:00
yixiangzhike
56e920523c solve startup failure 2020-11-26 19:25:50 +08:00
openeuler-ci-bot
397758e56c !6 删除临时引入的libhavege.so.1*文件
Merge pull request !6 from nettingsisyphus/mycode
2020-08-13 10:54:53 +08:00
Anakin Zhang
5807f62efe remove libhavege.so.1* 2020-08-13 10:17:19 +08:00
openeuler-ci-bot
e831d8867d !4 update haveged to 1.9.13
Merge pull request !4 from wangchen/wangchen
2020-07-28 17:01:12 +08:00
openeuler-ci-bot
dfafd0f5f8 !3 update haveged to 1.9.13
Merge pull request !3 from wangchen/wangchen
2020-07-23 22:15:53 +08:00
wangchen2020
560369bdc1 update haveged to 1.9.13 2020-07-23 17:29:27 +08:00
4 changed files with 23 additions and 6 deletions

BIN
haveged-1.9.13.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,5 @@
[Service]
Environment=PARAMETER=-w 1024 -v 1 --Foreground
ExecStart=/usr/sbin/haveged ${PARAMETER}
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
Type=simple
SuccessExitStatus=137 143
Restart=always

View File

@ -2,18 +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: 5
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: gcc
BuildRequires: automake gdb coreutils glibc-common systemd
%description
@ -43,7 +44,7 @@ Headers and shared object symbolic links for the HAVEGE algorithm
%package_help
%prep
%setup -q
%autosetup -n %{name}-%{version} -p1
%build
%configure
@ -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.13-5
- enable haveged.service
* Tue May 25 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.13-4
- add gcc to BuildRequires
* Thu Nov 26 2020 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.13-3
- solve startup failure
* 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
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.9.8-2
- update service