[systemd] enable rngd.service by default (#857765)

Michal Schmidt michich at fedoraproject.org
Mon Dec 10 13:09:23 UTC 2012


commit e1cdbdfbcb3c9a88336bc1388011c5b18cd380e0
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Mon Dec 10 14:06:42 2012 +0100

    enable rngd.service by default (#857765)

 90-default.preset |    1 +
 systemd.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
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 <mschmidt at redhat.com> - 196-4
+- Enable rngd.service by default (#857765).
+
 * Mon Dec 10 2012 Michal Schmidt <mschmidt at redhat.com> - 196-3
 - Disable hardening on s390(x) because PIE is broken there and produces
   text relocations with __thread (#868839).


More information about the scm-commits mailing list