From 53358a79a1d62ccdb0db3fd505c96009d7b236c9 Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Thu, 26 Jan 2017 16:29:25 -0800 Subject: [PATCH] Re-apply rsyslog configuration fixes --- cloud-init.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cloud-init.spec b/cloud-init.spec index 3c4cd9c..a2e81d4 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 0.7.8 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Cloud instance init scripts Group: System Environment/Base @@ -17,7 +17,7 @@ Patch0: cloud-init-0.7.8-fedora.patch # Fix rsyslog log filtering # https://code.launchpad.net/~gholms/cloud-init/rsyslog-programname/+merge/186906 -#Patch1: cloud-init-0.7.5-rsyslog-programname.patch +Patch1: cloud-init-0.7.5-rsyslog-programname.patch # Add 3 ecdsa-sha2-nistp* ssh key types now that they are standardized # https://bugzilla.redhat.com/show_bug.cgi?id=1151824 @@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 27 2017 Garrett Holmstrom - 0.7.8-5 +- Re-applied rsyslog configuration fixes + * Tue Oct 25 2016 Garrett Holmstrom - 0.7.8-3 - Enabled the DigitalOcean metadata provider by default [RH:1388568]