[openvswitch/f19] Updated to 2.1.2

Flavio Leitner fbl at fedoraproject.org
Thu May 15 00:39:11 UTC 2014


commit 7c0d15a7d86a6db1875b8cfdda5769a259f189b9
Author: Flavio Leitner <fbl at redhat.com>
Date:   Wed May 14 20:05:52 2014 -0300

    Updated to 2.1.2
    
    Resolves: #1097941

 .gitignore                                         |    1 +
 ...el-Enable-DHCP-support-for-internal-ports.patch |   90 --------------------
 openvswitch.spec                                   |    8 +-
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e26750..8b77aa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /openvswitch-2.0.0.tar.gz
 /openvswitch-2.0.1.tar.gz
 /openvswitch-2.1.0.tar.gz
+/openvswitch-2.1.2.tar.gz
diff --git a/openvswitch.spec b/openvswitch.spec
index fc6285a..629d226 100644
--- a/openvswitch.spec
+++ b/openvswitch.spec
@@ -14,7 +14,7 @@
 %endif
 
 Name:           openvswitch
-Version:        2.1.0
+Version:        2.1.2
 Release:        1%{?dist}
 Summary:        Open vSwitch daemon/database/utilities
 
@@ -30,10 +30,10 @@ Source6:        ovsdbmonitor.desktop
 Source9:        README.RHEL
 
 Patch1: openvswitch-fedora-package-fix-systemd-ordering-and-deps.patch
-Patch2: openvswitch-rhel-Enable-DHCP-support-for-internal-ports.patch
 Patch3: openvswitch-ovs-lib-allow-non-root-users-to-check-service-status.patch
 Patch4: openvswitch-rhel-Add-Patch-Port-support-to-initscripts.patch
 
+BuildRequires:  autoconf
 BuildRequires:  systemd-units openssl openssl-devel
 BuildRequires:  python python-twisted-core python-zope-interface PyQt4
 BuildRequires:  desktop-file-utils
@@ -101,7 +101,6 @@ files needed to build an external application.
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 
@@ -299,6 +298,9 @@ install -p -D -m 0644 include/openflow/*.h \
 %{_includedir}/openflow/*
 
 %changelog
+* Tue May 13 2014 Flavio Leitner - 2.1.2-1
+- updated to 2.1.2
+
 * Tue Mar 25 2014 Flavio Leitner - 2.1.0-1
 - updated to 2.1.0
 - obsoleted openvswitch-controller package
diff --git a/sources b/sources
index 387296d..c5ab20f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c5861b0ef7f3002c15c61be6f5066f2  openvswitch-2.1.0.tar.gz
+430ff6d1e1fc81e9c5ebc2e641cfc953  openvswitch-2.1.2.tar.gz


More information about the scm-commits mailing list