[systemd] Enable uuid.socket by default

Michal Sekletar msekleta at fedoraproject.org
Wed May 7 15:54:55 UTC 2014


commit 5fb0bff53b37399b3c211429c34fdfc9bbf45e33
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Wed May 7 17:52:31 2014 +0200

    Enable uuid.socket by default
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1095353

 90-default.preset |    3 +++
 systemd.spec      |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/90-default.preset b/90-default.preset
index 8449f5b..2112381 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -74,6 +74,9 @@ enable x509watch.timer
 # https://bugzilla.redhat.com/show_bug.cgi?id=1060754
 enable dnssec-triggerd.service
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1095353
+enable uuidd.socket
+
 # Hardware
 enable gpm.*
 
diff --git a/systemd.spec b/systemd.spec
index 4ee2e98..dfe8d5f 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        212
-Release:        2%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        3%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -717,6 +717,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Wed May 07 2014 Michal Sekletar <msekleta at redhat.com> - 212-3
+- enable uuidd.socket by default (#1095353)
+
 * Sat Apr 26 2014 Peter Robinson <pbrobinson at fedoraproject.org> 212-2
 - Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
 


More information about the scm-commits mailing list