Hello community,

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

Package is "cloud-netconfig"

Sat Jun  2 12:14:30 2018 rev:6 rq:613451 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-netconfig/cloud-netconfig.changes  
2018-01-29 14:58:05.212758037 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-netconfig.new/cloud-netconfig.changes     
2018-06-02 12:14:47.942156298 +0200
@@ -1,0 +2,6 @@
+Tue May 29 19:16:31 UTC 2018 - [email protected]
+
+- Update to version 0.7:
+  + no persistent names in Azure (bsc#1094271)
+
+-------------------------------------------------------------------

Old:
----
  cloud-netconfig-0.6.tar.bz2

New:
----
  cloud-netconfig-0.7.tar.bz2

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

Other differences:
------------------
++++++ cloud-netconfig.spec ++++++
--- /var/tmp/diff_new_pack.Td7gjV/_old  2018-06-02 12:14:49.270107590 +0200
+++ /var/tmp/diff_new_pack.Td7gjV/_new  2018-06-02 12:14:49.270107590 +0200
@@ -33,10 +33,10 @@
 %endif
 
 Name:           %{base_name}%{flavor_suffix}
-Version:        0.6
+Version:        0.7
 Release:        0
 Summary:        Network configuration scripts for %{csp_string}
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/Management
 Url:            https://github.com/SUSE/Enceladus
 Source0:        %{base_name}-%{version}.tar.bz2

++++++ cloud-netconfig-0.6.tar.bz2 -> cloud-netconfig-0.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.6/Makefile 
new/cloud-netconfig-0.7/Makefile
--- old/cloud-netconfig-0.6/Makefile    2017-10-09 17:37:36.875967737 +0200
+++ new/cloud-netconfig-0.7/Makefile    2018-05-29 21:13:20.339344826 +0200
@@ -30,7 +30,6 @@
        mkdir -p $(DEST_NETCONFDIR)
        mkdir -p $(DEST_UDEVRULESDIR)
        mkdir -p $(DEST_SCRIPTDIR)
-       install -m 644 common/75-cloud-persistent-net-generator.rules 
$(DEST_UDEVRULESDIR)
        install -m 755 common/cloud-netconfig $(DEST_NETCONFDIR)
        install -m 755 common/cloud-netconfig-cleanup $(DEST_SCRIPTDIR)
        install -m 755 common/cloud-netconfig-hotplug $(DEST_SCRIPTDIR)
@@ -40,6 +39,7 @@
        install -m 755 azure/functions.cloud-netconfig $(DEST_SCRIPTDIR)
 
 install-ec2: common
+       install -m 644 common/75-cloud-persistent-net-generator.rules 
$(DEST_UDEVRULESDIR)
        install -m 644 ec2/51-cloud-netconfig-hotplug.rules $(DEST_UDEVRULESDIR)
        install -m 755 ec2/functions.cloud-netconfig $(DEST_SCRIPTDIR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.6/VERSION 
new/cloud-netconfig-0.7/VERSION
--- old/cloud-netconfig-0.6/VERSION     2017-10-13 15:20:53.524621516 +0200
+++ new/cloud-netconfig-0.7/VERSION     2018-05-29 21:13:20.339344826 +0200
@@ -1 +1 @@
-0.6
+0.7
Binary files old/cloud-netconfig-0.6/cloud-netconfig-0.5.tar.bz2 and 
new/cloud-netconfig-0.7/cloud-netconfig-0.5.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.6/cloud-netconfig-azure.spec 
new/cloud-netconfig-0.7/cloud-netconfig-azure.spec
--- old/cloud-netconfig-0.6/cloud-netconfig-azure.spec  2017-10-13 
15:20:45.056572937 +0200
+++ new/cloud-netconfig-0.7/cloud-netconfig-azure.spec  2018-05-29 
21:13:20.339344826 +0200
@@ -18,7 +18,7 @@
 %define base_name cloud-netconfig
 
 Name:           %{base_name}-azure
-Version:        0.6
+Version:        0.7
 Release:        0
 License:        GPL-3.0+
 Summary:        Network configuration scripts for Microsoft Azure
@@ -37,10 +37,9 @@
 %endif
 BuildRequires:  udev
 Requires:       udev
-# persistent net generator was split off from udev in Leap
-%if 0%{?leap_version} != 0
-Requires:       udev-persistent-ifnames
-%endif
+Requires:       curl
+Provides:       cloud-netconfig
+Conflicts:      cloud-netconfig
 
 %description
 This package contains scripts for automatically configuring network interfaces
@@ -73,7 +72,6 @@
 %{_sysconfdir}/udev/rules.d
 %endif
 %{_udevrulesdir}/61-cloud-netconfig-hotplug.rules
-%{_udevrulesdir}/75-cloud-persistent-net-generator.rules
 %doc README.md LICENSE
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.6/cloud-netconfig-ec2.spec 
new/cloud-netconfig-0.7/cloud-netconfig-ec2.spec
--- old/cloud-netconfig-0.6/cloud-netconfig-ec2.spec    2017-10-13 
15:20:46.568581611 +0200
+++ new/cloud-netconfig-0.7/cloud-netconfig-ec2.spec    2018-05-29 
21:13:20.339344826 +0200
@@ -18,7 +18,7 @@
 %define base_name cloud-netconfig
 
 Name:           %{base_name}-ec2
-Version:        0.6
+Version:        0.7
 Release:        0
 License:        GPL-3.0+
 Summary:        Network configuration scripts for Amazon EC2
@@ -37,10 +37,9 @@
 %endif
 BuildRequires:  udev
 Requires:       udev
-# persistent net generator was split off from udev in Leap
-%if 0%{?leap_version} != 0
-Requires:       udev-persistent-ifnames
-%endif
+Requires:       curl
+Provides:       cloud-netconfig
+Conflicts:      cloud-netconfig
 
 %description
 This package contains scripts for automatically configuring network interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.6/cloud-netconfig.spec 
new/cloud-netconfig-0.7/cloud-netconfig.spec
--- old/cloud-netconfig-0.6/cloud-netconfig.spec        2017-10-13 
15:20:48.868594805 +0200
+++ new/cloud-netconfig-0.7/cloud-netconfig.spec        2018-05-29 
21:13:20.339344826 +0200
@@ -32,7 +32,7 @@
 %endif
 
 Name:           %{base_name}%{flavor_suffix}
-Version:        0.6
+Version:        0.7
 Release:        0
 License:        GPL-3.0+
 Summary:        Network configuration scripts for %{csp_string}
@@ -51,9 +51,15 @@
 %endif
 BuildRequires:  udev
 Requires:       udev
-# persistent net generator was split off from udev in Leap
-%if 0%{?leap_version} != 0
-Requires:       udev-persistent-ifnames
+Requires:       curl
+%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}


Reply via email to