SHA256
1
0
forked from pool/cloud-init

- 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
This commit is contained in:
Robert Schweikert 2014-11-24 22:20:16 +00:00 committed by Git OBS Bridge
parent 4253bc155c
commit 0f3663beb5

View File

@ -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