!33 enable haveged.service
From: @qsw333 Reviewed-by: @zcfsite, @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
cf29ed3984
@ -3,7 +3,7 @@
|
|||||||
Summary: A Linux entropy source using the HAVEGE algorithm
|
Summary: A Linux entropy source using the HAVEGE algorithm
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 1.9.15
|
Version: 1.9.15
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/jirka-h/haveged
|
URL: https://github.com/jirka-h/haveged
|
||||||
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -78,6 +78,8 @@ rm -rf %{buildroot}
|
|||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%systemd_post haveged.service
|
%systemd_post haveged.service
|
||||||
|
/bin/systemctl enable haveged
|
||||||
|
/bin/systemctl start haveged
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun haveged.service
|
%systemd_preun haveged.service
|
||||||
@ -106,6 +108,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/libhavege.3*
|
%{_mandir}/man3/libhavege.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 6 2023 wangqingsan <wangqingsan@huawei.com> - 1.9.15-3
|
||||||
|
- enable haveged.service
|
||||||
|
|
||||||
* Sat Dec 17 2022 gaoyusong <gaoyusong2@huawei.com> - 1.9.15-2
|
* Sat Dec 17 2022 gaoyusong <gaoyusong2@huawei.com> - 1.9.15-2
|
||||||
- update man page and README.md
|
- update man page and README.md
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user