forked from pool/cloud-init
- fix unintentional edit in last change again
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=71
This commit is contained in:
parent
ef7ff0197f
commit
1b1a43da03
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user