require haveged to fix startup when kernel random generator has not had enough entropy [release 0.18.1-2mamba;Sun Oct 20 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 17:41:28 +01:00
parent 3efb0004e9
commit c693d7475d

View File

@ -2,7 +2,7 @@
%define group_sddm 68 %define group_sddm 68
Name: sddm Name: sddm
Version: 0.18.1 Version: 0.18.1
Release: 1mamba Release: 2mamba
Summary: QML based X11 and Wayland display manager Summary: QML based X11 and Wayland display manager
Group: Graphical Desktop/Applications/Environment Group: Graphical Desktop/Applications/Environment
Vendor: openmamba Vendor: openmamba
@ -27,6 +27,7 @@ BuildRequires: libxcb-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
Requires: surface-tools Requires: surface-tools
Requires: haveged
%systemd_requires %systemd_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -134,6 +135,9 @@ fi
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sun Oct 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.1-2mamba
- require haveged to fix startup when kernel random generator has not had enough entropy
* Mon Apr 01 2019 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba * Mon Apr 01 2019 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba
- automatic version update by autodist - automatic version update by autodist