From 140f72898e81115cab976d54b6a1afc6ba7bcb2f Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Apr 11 2018 17:06:08 +0000 Subject: Manual CentOS Debranding --- diff --git a/SOURCES/cloud-init-rhel.cfg b/SOURCES/cloud-init-rhel.cfg index 986f241..675df1c 100644 --- a/SOURCES/cloud-init-rhel.cfg +++ b/SOURCES/cloud-init-rhel.cfg @@ -51,7 +51,7 @@ cloud_final_modules: system_info: default_user: - name: cloud-user + name: centos lock_passwd: true gecos: Cloud User groups: [wheel, adm, systemd-journal] diff --git a/SPECS/cloud-init.spec b/SPECS/cloud-init.spec index 7fffb3c..b5712d1 100644 --- a/SPECS/cloud-init.spec +++ b/SPECS/cloud-init.spec @@ -62,6 +62,7 @@ Patch0036: 0036-sysconfig-Don-t-write-BOOTPROTO-dhcp-for-ipv6-dhcp.patch Patch0037: 0037-sysconfig-Fix-traceback.patch Patch0038: 0038-Fix-bug-that-resulted-in-an-attempt-to-rename-bonds.patch Patch0039: 0039-azure-Fix-publishing-of-hostname.patch +Patch9999: cloud-init-add-centos-os.patch # Deal with noarch -> arch # https://bugzilla.redhat.com/show_bug.cgi?id=1067089 @@ -211,6 +212,9 @@ fi %config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf %changelog +* Wed Apr 11 2018 Johnny Hughes 0.7.9-24 +- Manual CentOS Debranding + * Tue Feb 13 2018 Ryan McCabe 0.7.9-24 - Set DHCP_HOSTNAME on Azure to allow for the hostname to be published correctly when bouncing the network.