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:
parent
009866fc9d
commit
6802141718
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user