Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2019-10-31 22:39:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvswitch (Old)
 and      /work/SRC/openSUSE:Factory/.openvswitch.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvswitch"

Thu Oct 31 22:39:03 2019 rev:46 rq:744470 version:2.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes  2019-08-09 
16:53:42.769463971 +0200
+++ /work/SRC/openSUSE:Factory/.openvswitch.new.2990/openvswitch.changes        
2019-10-31 22:39:04.885384309 +0100
@@ -1,0 +2,11 @@
+Mon Oct 28 14:56:34 UTC 2019 - Jaime CaamaƱo Ruiz <[email protected]>
+
+- Update openvswitch to 2.12.0. For a list of changes, check
+  https://github.com/openvswitch/ovs/blob/master/NEWS 
+- Removed patches that are already included upstream:
+  * 0001-rhel-secure-openvswitch-useropts.patch
+  * 0002-rhel-let-ctl-handle-runtime-directory.patch
+- Rebased patches:
+  * 0001-Use-strongswan-for-openvswitch-ipsec-service.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-rhel-secure-openvswitch-useropts.patch
  0002-rhel-let-ctl-handle-runtime-directory.patch
  openvswitch-2.11.1.tar.gz

New:
----
  openvswitch-2.12.0.tar.gz

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

Other differences:
------------------
++++++ openvswitch.spec ++++++
--- /var/tmp/diff_new_pack.DdvRxz/_old  2019-10-31 22:39:06.153385884 +0100
+++ /var/tmp/diff_new_pack.DdvRxz/_new  2019-10-31 22:39:06.185385924 +0100
@@ -22,7 +22,7 @@
 %if ! %{defined _fillupdir}
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-%define lname libopenvswitch-2_11-0
+%define lname libopenvswitch-2_12-0
 %ifarch aarch64 x86_64
 %if 0%{?suse_version}
 # DPDK enabled only SUSE/openSUSE
@@ -41,7 +41,7 @@
 # Disable building the external kernel datapath by default
 %bcond_with kmp
 Name:           openvswitch
-Version:        2.11.1
+Version:        2.12.0
 Release:        0
 Summary:        A multilayer virtual network switch
 # All code is Apache-2.0 except
@@ -55,10 +55,6 @@
 Source89:       Module.supported.updates
 # PATCH-FIX-OPENSUSE: Use-strongswan-for-openvswitch-ipsec-service.patch
 Patch0:         0001-Use-strongswan-for-openvswitch-ipsec-service.patch
-# PATCH-FIX-UPSTREAM: 0001-rhel-secure-openvswitch-useropts.patch
-Patch1:         0001-rhel-secure-openvswitch-useropts.patch
-# PATCH-FIX-UPSTREAM: 0002-rhel-let-ctl-handle-runtime-directory.patch
-Patch2:         0002-rhel-let-ctl-handle-runtime-directory.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  graphviz
@@ -118,9 +114,9 @@
 %if %{with dpdk}
 # We need to be a bit strict with the dpdk version since
 # it's very possible for DPDK to change it's API between
-# releases. This version currently requires 18.11.
+# releases. This version currently requires 18.11.2.
 BuildRequires:  dpdk-devel < 18.12
-BuildRequires:  dpdk-devel >= 18.11
+BuildRequires:  dpdk-devel >= 18.11.2
 BuildRequires:  libmnl-devel
 BuildRequires:  libnuma-devel
 BuildRequires:  libpcap-devel
@@ -343,8 +339,6 @@
 %prep
 %setup -q -n openvswitch-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 set -- * .travis* .mailmap .cirrus.yml

++++++ 0001-Use-strongswan-for-openvswitch-ipsec-service.patch ++++++
--- /var/tmp/diff_new_pack.DdvRxz/_old  2019-10-31 22:39:06.233385984 +0100
+++ /var/tmp/diff_new_pack.DdvRxz/_new  2019-10-31 22:39:06.233385984 +0100
@@ -1,7 +1,7 @@
-From 6aca005f17aecf003da9a85f8dd099baef771572 Mon Sep 17 00:00:00 2001
+From f786cf97880bdf1ebed65db2f560ff15f1f29413 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Jaime=20Caama=C3=B1o=20Ruiz?= <[email protected]>
-Date: Fri, 26 Apr 2019 15:27:05 +0200
-Subject: [PATCH 1/6] Use strongswan for openvswitch-ipsec service
+Date: Mon, 28 Oct 2019 15:14:19 +0100
+Subject: [PATCH] Use strongswan for openvswitch-ipsec service
 
 Since libreswan is not packaged for Leap/SLES, use strongswan for the
 time being.
@@ -10,12 +10,12 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/rhel/usr_lib_systemd_system_openvswitch-ipsec.service 
b/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
-index 6e309aa57..34e3f4c90 100644
+index d8f47af68..3c4a40138 100644
 --- a/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
 +++ b/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
-@@ -6,7 +6,7 @@ After=openvswitch.service
- [Service]
+@@ -7,7 +7,7 @@ After=openvswitch.service
  Type=forking
+ PIDFile=/var/run/openvswitch/ovs-monitor-ipsec.pid
  ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
 -                    --ike-daemon=libreswan start-ovs-ipsec
 +                    --ike-daemon=strongswan start-ovs-ipsec

++++++ openvswitch-2.11.1.tar.gz -> openvswitch-2.12.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/openvswitch/openvswitch-2.11.1.tar.gz 
/work/SRC/openSUSE:Factory/.openvswitch.new.2990/openvswitch-2.12.0.tar.gz 
differ: char 5, line 1


Reply via email to