From 0f3663beb5317af04ad6f1e691c4a1575a3a16e75fba74e32ab73bce62700d1a Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 24 Nov 2014 22:20:16 +0000 Subject: [PATCH] - fixed syntax error in dmidecode on ppc64 patch cloud-init-no-user-lock-if-already-locked.patch OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=27 --- cloud-init.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cloud-init.changes b/cloud-init.changes index 536550a..dc0ecb7 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 21 12:04:28 UTC 2014 - reik.keutterling@nodefall.de + +- fixed syntax error in dmidecode on ppc64 patch + ------------------------------------------------------------------- Tue Sep 16 11:09:01 CEST 2014 - ms@suse.de @@ -5,6 +10,7 @@ Tue Sep 16 11:09:01 CEST 2014 - ms@suse.de calling 'passwd -l' which is ok but it should not raise if the account is already locked. This patch will cause lock_passwd to raise only if the account locking failed + cloud-init-no-user-lock-if-already-locked.patch ------------------------------------------------------------------- Sat Aug 9 12:35:16 UTC 2014 - dvlaeev@suse.com