fix applying updated rngd.service [release 6.16-3mamba;Thu Apr 27 2023]
This commit is contained in:
parent
43dcccbe9f
commit
96a0def28f
@ -1,6 +1,6 @@
|
|||||||
Name: rng-tools
|
Name: rng-tools
|
||||||
Version: 6.16
|
Version: 6.16
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: A random number generator daemon
|
Summary: A random number generator daemon
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -73,6 +73,12 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/rngd
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 27 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.16-3mamba
|
||||||
|
- fix applying updated rngd.service
|
||||||
|
|
||||||
|
* Wed Apr 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.16-2mamba
|
||||||
|
- rngd.service: update to fix blocking system shutdown
|
||||||
|
|
||||||
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 6.16-1mamba
|
* Wed Jan 11 2023 Automatic Build System <autodist@mambasoft.it> 6.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Hardware RNG Entropy Gatherer Daemon
|
Description=Hardware RNG Entropy Gatherer Daemon
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
Conflicts=shutdown.target
|
||||||
Before=sysinit.target shutdown.target
|
Before=sysinit.target shutdown.target
|
||||||
|
ConditionVirtualization=!container
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/sysconfig/rngd
|
EnvironmentFile=/etc/sysconfig/rngd
|
||||||
|
Loading…
Reference in New Issue
Block a user