Hello community,
here is the log from the commit of package cloud-init-config-caasp for
openSUSE:Factory checked in at 2017-11-27 22:18:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-init-config-caasp (Old)
and /work/SRC/openSUSE:Factory/.cloud-init-config-caasp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init-config-caasp"
Mon Nov 27 22:18:58 2017 rev:5 rq:546020 version:1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/cloud-init-config-caasp/cloud-init-config-caasp.changes
2017-06-07 09:56:35.236814846 +0200
+++
/work/SRC/openSUSE:Factory/.cloud-init-config-caasp.new/cloud-init-config-caasp.changes
2017-11-27 22:18:59.557368396 +0100
@@ -1,0 +2,13 @@
+Mon Nov 27 13:25:21 CET 2017 - [email protected]
+
+- Disable ds-identify for now (doesn't seem to detect any
+ datasources on CaaSP/Kubic) (ds-identify.cfg)
+- Enable growpart and resizefs modules by default [bsc#1069471]
+
+-------------------------------------------------------------------
+Mon Nov 27 11:09:57 CET 2017 - [email protected]
+
+- Adjust zypper_add_repo module name
+- Require cloud-init >= 17.1 because of module changes
+
+-------------------------------------------------------------------
New:
----
ds-identify.cfg
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cloud-init-config-caasp.spec ++++++
--- /var/tmp/diff_new_pack.Wd4wxS/_old 2017-11-27 22:19:00.317340814 +0100
+++ /var/tmp/diff_new_pack.Wd4wxS/_new 2017-11-27 22:19:00.321340669 +0100
@@ -23,9 +23,10 @@
License: GPL-3.0
Group: System/Management
Source0: cloud.cfg
-Source1: COPYING
+Source1: ds-identify.cfg
+Source2: COPYING
BuildRequires: cloud-init
-Requires: cloud-init >= 0.7.8
+Requires: cloud-init >= 17.1
Provides: cloud-init-config = 0.7
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -43,9 +44,11 @@
%install
mkdir -p %{buildroot}%{_sysconfdir}/cloud
install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/cloud/
+install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/cloud/
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg
+%config(noreplace) %{_sysconfdir}/cloud/ds-identify.cfg
%changelog
++++++ cloud.cfg ++++++
--- /var/tmp/diff_new_pack.Wd4wxS/_old 2017-11-27 22:19:00.393338056 +0100
+++ /var/tmp/diff_new_pack.Wd4wxS/_new 2017-11-27 22:19:00.393338056 +0100
@@ -15,8 +15,8 @@
- migrator
- bootcmd
- write-files
-# - growpart # bsc#1042913, does not work without local configuration
-# - resizefs # bsc#1042913, does not work without local configuration
+ - growpart
+ - resizefs
- disk_setup
- mounts
- set_hostname
@@ -34,7 +34,7 @@
- timezone
- resolv_conf
- ntp
- - zypp_add_repo
+ - zypper_add_repo
- disable-ec2-metadata
- runcmd
++++++ ds-identify.cfg ++++++
policy: enabled