Hello community,

here is the log from the commit of package cloud-netconfig for openSUSE:Factory 
checked in at 2018-01-29 14:57:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-netconfig (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-netconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-netconfig"

Mon Jan 29 14:57:59 2018 rev:5 rq:570138 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-netconfig/cloud-netconfig.changes  
2018-01-13 21:49:13.429665327 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-netconfig.new/cloud-netconfig.changes     
2018-01-29 14:58:05.212758037 +0100
@@ -1,0 +2,6 @@
+Wed Jan 17 10:51:05 UTC 2018 - [email protected]
+
+- Added dependency on curl
+- Use otherproviders() only on SLES 11 builds
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cloud-netconfig.spec ++++++
--- /var/tmp/diff_new_pack.GJlJJr/_old  2018-01-29 14:58:06.424701414 +0100
+++ /var/tmp/diff_new_pack.GJlJJr/_new  2018-01-29 14:58:06.428701227 +0100
@@ -26,14 +26,10 @@
 %if "@BUILD_FLAVOR@" == "azure"
 %define flavor_suffix -azure
 %define csp_string Microsoft Azure
-Provides:       cloud-netconfig
-Conflicts:      otherproviders(cloud-netconfig)
 %endif
 %if "@BUILD_FLAVOR@" == "ec2"
 %define flavor_suffix -ec2
 %define csp_string Amazon EC2
-Provides:       cloud-netconfig
-Conflicts:      otherproviders(cloud-netconfig)
 %endif
 
 Name:           %{base_name}%{flavor_suffix}
@@ -55,7 +51,17 @@
 Requires:       sysconfig-netconfig
 %endif
 BuildRequires:  udev
+Requires:       curl
 Requires:       udev
+%if 0%{?sles_version} == 11
+# RPM in SLES 11 does not support self conflict, use otherproviders()
+# workaround
+Provides:       cloud-netconfig
+Conflicts:      otherproviders(cloud-netconfig)
+%else
+Provides:       cloud-netconfig
+Conflicts:      cloud-netconfig
+%endif
 
 %description -n %{base_name}%{flavor_suffix}
 This package contains scripts for automatically configuring network interfaces


Reply via email to