[cloud-init/f16] Fix logfile permission checking

gholms gholms at fedoraproject.org
Sat Sep 24 23:09:48 UTC 2011


commit 313587125ff3774494ce5121f01072860b213505
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Sep 23 16:31:33 2011 -0700

    Fix logfile permission checking

 cloud-init-fedora.cfg |    1 +
 cloud-init.spec       |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cloud-init-fedora.cfg b/cloud-init-fedora.cfg
index 54fb129..037392d 100644
--- a/cloud-init-fedora.cfg
+++ b/cloud-init-fedora.cfg
@@ -4,6 +4,7 @@ ssh_pwauth:   0
 
 cc_ready_cmd: ['/bin/true']
 mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
+syslog_fix_perms: ~
 locale_configfile: /etc/sysconfig/i18n
 
 cloud_init_modules:
diff --git a/cloud-init.spec b/cloud-init.spec
index 3bc3c52..d2a08cc 100644
--- a/cloud-init.spec
+++ b/cloud-init.spec
@@ -2,7 +2,7 @@
 
 Name:           cloud-init
 Version:        0.6.2
-Release:        0.2.bzr450%{?dist}
+Release:        0.3.bzr450%{?dist}
 Summary:        Cloud instance init scripts
 
 Group:          System Environment/Base
@@ -152,6 +152,9 @@ fi
 
 
 %changelog
+* Fri Sep 23 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 0.6.2-0.3.bzr450
+- Fixed logfile permission checking
+
 * Fri Sep 23 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 0.6.2-0.2.bzr450
 - Updated tzsysconfig patch
 


More information about the scm-commits mailing list