diff --git a/.gitignore b/.gitignore index 96a3f8f..8b1bdb5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /openvswitch-2.1.2.tar.gz /openvswitch-2.3.0.tar.gz /openvswitch-2.3.0-git39ebb203.tar.gz +/openvswitch-2.3.1.tar.gz diff --git a/openvswitch.spec b/openvswitch.spec index ecd51d9..be9994b 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -12,16 +12,16 @@ # 3. Run: ./boot.sh # 4. Run: ./configure.sh # 5. Run: make dist -%define snapshot .git20141107 -%define snap_gitsha -git39ebb203 +#% define snapshot .git20141107 +#% define snap_gitsha -git39ebb203 # If wants to run tests while building, specify the '--with check' # option. For example: # rpmbuild -bb --with check openvswitch.spec Name: openvswitch -Version: 2.3.0 -Release: 3%{?snapshot}%{?dist} +Version: 2.3.1 +Release: 1%{?snapshot}%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -295,6 +295,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_datadir}/openvswitch/scripts/ovs-save %changelog +* Fri Dec 05 2014 Flavio Leitner - 2.3.1-1 +- updated to 2.3.1 + * Fri Nov 07 2014 Flavio Leitner - 2.3.0-3.git20141107 - updated to 2.3.0-git39ebb203 diff --git a/sources b/sources index b59382c..36faf31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f91bff5712c6e44274998583df82968d openvswitch-2.3.0-git39ebb203.tar.gz +c008c1de0a8b6363b37afa599105d6d6 openvswitch-2.3.1.tar.gz