Updated to 2.3.1-git3282e51

Resolves: #1182107
f38
Flavio Leitner 10 years ago
parent 59e1f919b8
commit 74e218d028

1
.gitignore vendored

@ -12,3 +12,4 @@
/openvswitch-2.3.0.tar.gz /openvswitch-2.3.0.tar.gz
/openvswitch-2.3.0-git39ebb203.tar.gz /openvswitch-2.3.0-git39ebb203.tar.gz
/openvswitch-2.3.1.tar.gz /openvswitch-2.3.1.tar.gz
/openvswitch-2.3.1-git3282e51.tar.gz

@ -12,8 +12,8 @@
# 3. Run: ./boot.sh # 3. Run: ./boot.sh
# 4. Run: ./configure.sh # 4. Run: ./configure.sh
# 5. Run: make dist # 5. Run: make dist
#% define snapshot .git20141107 %define snapshot .git20150113
#% define snap_gitsha -git39ebb203 %define snap_gitsha -git3282e51
# If wants to run tests while building, specify the '--with check' # If wants to run tests while building, specify the '--with check'
# option. For example: # option. For example:
@ -21,7 +21,7 @@
Name: openvswitch Name: openvswitch
Version: 2.3.1 Version: 2.3.1
Release: 1%{?snapshot}%{?dist} Release: 2%{?snapshot}%{?dist}
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # 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 %exclude %{_datadir}/openvswitch/scripts/ovs-save
%changelog %changelog
* Wed Jan 14 2015 Flavio Leitner - 2.3.1-2.git20150113
- updated to 2.3.1-git3282e51
* Fri Dec 05 2014 Flavio Leitner - 2.3.1-1 * Fri Dec 05 2014 Flavio Leitner - 2.3.1-1
- updated to 2.3.1 - updated to 2.3.1

@ -1 +1 @@
c008c1de0a8b6363b37afa599105d6d6 openvswitch-2.3.1.tar.gz 1990a9c575e780ee69e054cd756d3f19 openvswitch-2.3.1-git3282e51.tar.gz

Loading…
Cancel
Save