diff --git a/cloud-init-fedora.cfg b/cloud-init-fedora.cfg index a4ad7ca..0dff3fe 100644 --- a/cloud-init-fedora.cfg +++ b/cloud-init-fedora.cfg @@ -4,7 +4,6 @@ users: disable_root: 1 ssh_pwauth: 0 -locale_configfile: /etc/sysconfig/i18n mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2'] resize_rootfs_tmp: /dev ssh_deletekeys: 0 diff --git a/cloud-init.spec b/cloud-init.spec index 1c61539..898418e 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -2,7 +2,7 @@ Name: cloud-init Version: 0.7.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Cloud instance init scripts Group: System Environment/Base @@ -150,6 +150,9 @@ fi %changelog +* Mon Jun 2 2014 Garrett Holmstrom - 0.7.2-9 +- Write /etc/locale.conf instead of /etc/sysconfig/i18n [RH:1008250] + * Sat Jan 25 2014 Sam Kottler - 0.7.2-8 - Remove patch to the Puppet service unit nane [RH:1057860]