From e1cdbdfbcb3c9a88336bc1388011c5b18cd380e0 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Dec 10 2012 13:08:45 +0000 Subject: enable rngd.service by default (#857765) --- diff --git a/90-default.preset b/90-default.preset index 3340595..9025a45 100644 --- a/90-default.preset +++ b/90-default.preset @@ -50,6 +50,7 @@ enable mcelog.* enable acpid.* enable smartd.service enable pcscd.socket +enable rngd.service # Other stuff enable abrtd.service diff --git a/systemd.spec b/systemd.spec index dfcdb34..1c37179 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Url: http://www.freedesktop.org/wiki/Software/systemd # THIS PACKAGE FOR A NON-RAWHIDE DEVELOPMENT DISTRIBUTION! Version: 196 -Release: 3%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 4%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -711,6 +711,9 @@ fi %{_libdir}/pkgconfig/gudev-1.0* %changelog +* Mon Dec 10 2012 Michal Schmidt - 196-4 +- Enable rngd.service by default (#857765). + * Mon Dec 10 2012 Michal Schmidt - 196-3 - Disable hardening on s390(x) because PIE is broken there and produces text relocations with __thread (#868839).