diff --git a/cloud-init.changes b/cloud-init.changes index 6aee8a0..171e0e3 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 12 11:25:03 UTC 2016 - dmueller@suse.com + +- fix unintentional edit in last change again + ------------------------------------------------------------------- Fri Dec 9 09:50:50 UTC 2016 - jgleissner@suse.com diff --git a/cloud-init.spec b/cloud-init.spec index 927a808..711cf97 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# change this whenever config changes incompatible +%global configver 0.7 Name: cloud-init Version: 0.7.8 @@ -97,7 +99,7 @@ Requires: python-six Requires: python-xml Requires: sudo Requires: util-linux -Requires: cloud-init-config = %{version} +Requires: cloud-init-config = %configver BuildRoot: %{_tmppath}/%{name}-%{version}-build %define docdir %{_defaultdocdir}/%{name} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -140,8 +142,7 @@ according to the fetched configuration data from the admin node. %package config-suse Summary: Configuration file for Cloud node initialization tool -Requires: cloud-init = %{version} -Provides: cloud-init-config = %{version} +Provides: cloud-init-config = %configver Group: System/Management Conflicts: otherproviders(cloud-init-config)