diff --git a/cloud-init.changes b/cloud-init.changes index 00a7d01..ca4d269 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 20 11:23:04 UTC 2020 - Martin Loviska + +- bsc#1170154: rsyslog warning, '~' is deprecated + + replace deprecated syntax '& ~' by '& stop' + for more information please see https://www.rsyslog.com/rsyslog-error-2307/ + ------------------------------------------------------------------- Tue May 19 11:51:18 UTC 2020 - Joachim Gleissner @@ -8,7 +15,7 @@ Tue May 19 11:51:18 UTC 2020 - Joachim Gleissner Mon May 18 14:37:30 UTC 2020 - Joachim Gleissner - Update cloud-init-write-routes.patch - + Handle netconfig v2 device configurations (bsc#1171546) + + Handle netconfig v2 device configurations (bsc#1171546, bsc#1171995) ------------------------------------------------------------------- Fri Mar 27 12:21:00 UTC 2020 - Robert Schweikert diff --git a/cloud-init.spec b/cloud-init.spec index bf59249..f5a25b6 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -87,7 +87,7 @@ Requires: dhcp-client Requires: file Requires: growpart Requires: e2fsprogs -Requires: net-tools +Requires: net-tools Requires: openssh %if 0%{?suse_version} > 1320 Requires: python3-configobj >= 5.0.2 diff --git a/rsyslog-cloud-init.cfg b/rsyslog-cloud-init.cfg index b47ffe5..6e8cc7f 100644 --- a/rsyslog-cloud-init.cfg +++ b/rsyslog-cloud-init.cfg @@ -3,4 +3,4 @@ # comment out the following line to allow CLOUDINIT messages through. # Doing so means you'll also get CLOUDINIT messages in /var/log/syslog -& ~ +& stop