SHA256
1
0
forked from pool/cloud-init

- do not disable root user to make it easier to work with

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=115
This commit is contained in:
Bernhard M. Wiedemann 2018-06-28 13:35:10 +00:00 committed by Git OBS Bridge
parent 009866fc9d
commit 6802141718
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Wed Jun 27 15:42:34 UTC 2018 - bwiedemann@suse.com
- Let distribution default to opensuse/sles (boo#1099340)
- do not disable root user to make it easier to work with
-------------------------------------------------------------------
Tue May 22 18:12:43 UTC 2018 - rjschwei@suse.com

View File

@ -245,6 +245,7 @@ mkdir -p %{buildroot}%{_defaultdocdir}
mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{docdir}
# copy the LICENSE
cp LICENSE %{buildroot}%{docdir}
sed -i -e 's,disable_root: .*,disable_root: false,' %{buildroot}/%{_sysconfdir}/cloud/cloud.cfg
# Set the distribution indicator
%if 0%{?suse_version}
sed -i s/ubuntu/suse/ %{buildroot}/%{_sysconfdir}/cloud/cloud.cfg