automatic version update by autodist [release 1.9.15-1mamba;Mon Oct 04 2021]

This commit is contained in:
Automatic Build System 2024-01-05 23:38:53 +01:00
parent 17862db0e0
commit 08a2cfca1a
2 changed files with 18 additions and 2 deletions

11
haveged.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Entropy Daemon based on the HAVEGE algorithm
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
[Service]
Type=forking
PIDFile=/run/haveged.pid
ExecStart=/usr/sbin/haveged -w 1024 -v 1 -p /run/haveged.pid
[Install]
WantedBy=multi-user.target

View File

@ -1,5 +1,5 @@
Name: haveged Name: haveged
Version: 1.9.14 Version: 1.9.15
Release: 1mamba Release: 1mamba
Summary: A simple entropy daemon Summary: A simple entropy daemon
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
@ -8,12 +8,12 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.issihosts.com/haveged/ URL: http://www.issihosts.com/haveged/
Source: https://github.com/jirka-h/haveged.git/v%{version}/haveged-%{version}.tar.bz2 Source: https://github.com/jirka-h/haveged.git/v%{version}/haveged-%{version}.tar.bz2
Source1: haveged.service
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The haveged project is an attempt to provide an easy-to-use, unpredictable random number generator based upon an adaptation of the HAVEGE algorithm. Haveged was created to remedy low-entropy conditions in the Linux random device that can occur under some workloads, especially on headless servers. Current development of haveged is directed towards improving overall reliability and adaptability while minimizing the barriers to using haveged for other tasks. The haveged project is an attempt to provide an easy-to-use, unpredictable random number generator based upon an adaptation of the HAVEGE algorithm. Haveged was created to remedy low-entropy conditions in the Linux random device that can occur under some workloads, especially on headless servers. Current development of haveged is directed towards improving overall reliability and adaptability while minimizing the barriers to using haveged for other tasks.
@ -49,6 +49,8 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
install -D -m0755 %{SOURCE1} %{buildroot}%{_unitdir}/haveged.service
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -88,6 +90,9 @@ This package contains libraries and header files for developing applications tha
%changelog %changelog
* Mon Oct 04 2021 Automatic Build System <autodist@mambasoft.it> 1.9.15-1mamba
- automatic version update by autodist
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 1.9.14-1mamba * Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 1.9.14-1mamba
- automatic version update by autodist - automatic version update by autodist