Compare commits
No commits in common. "5cf2273c199e87a0db71c4a6d76b4d79773fce09" and "1bafbd62a978d0689031da419f294fba0750f9f9" have entirely different histories.
5cf2273c19
...
1bafbd62a9
BIN
haveged-1.9.14.tar.gz
Normal file
BIN
haveged-1.9.14.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,3 @@
|
|||||||
[Unit]
|
|
||||||
Description=Entropy Daemon based on the HAVEGE algorithm
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
|
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|||||||
24
haveged.spec
24
haveged.spec
@ -2,8 +2,8 @@
|
|||||||
# and made some modifications. The exactly file path is ./contrib/build/fedora.spec.
|
# and made some modifications. The exactly file path is ./contrib/build/fedora.spec.
|
||||||
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.18
|
Version: 1.9.14
|
||||||
Release: 2
|
Release: 1
|
||||||
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
|
||||||
@ -14,8 +14,7 @@ Patch0: fix-the-core-file-problem.patch
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
BuildRequires: gcc
|
BuildRequires: automake gdb coreutils glibc-common systemd
|
||||||
BuildRequires: automake coreutils glibc-common systemd
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Linux entropy source using the HAVEGE algorithm
|
A Linux entropy source using the HAVEGE algorithm
|
||||||
@ -74,8 +73,6 @@ 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
|
||||||
@ -104,21 +101,6 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/libhavege.3*
|
%{_mandir}/man3/libhavege.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1.9.14-1
|
||||||
- Update to version 1.9.14
|
- Update to version 1.9.14
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user