automatic version update by autodist [release 1.9.15-1mamba;Mon Oct 04 2021]
This commit is contained in:
parent
17862db0e0
commit
08a2cfca1a
11
haveged.service
Normal file
11
haveged.service
Normal 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
|
@ -1,5 +1,5 @@
|
||||
Name: haveged
|
||||
Version: 1.9.14
|
||||
Version: 1.9.15
|
||||
Release: 1mamba
|
||||
Summary: A simple entropy daemon
|
||||
Group: System/Kernel and Hardware
|
||||
@ -8,12 +8,12 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.issihosts.com/haveged/
|
||||
Source: https://github.com/jirka-h/haveged.git/v%{version}/haveged-%{version}.tar.bz2
|
||||
Source1: haveged.service
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -49,6 +49,8 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -D -m0755 %{SOURCE1} %{buildroot}%{_unitdir}/haveged.service
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -88,6 +90,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user