diff --git a/.gitignore b/.gitignore index fe535b7..768ed7b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /openvswitch-1.10.0.tar.gz /openvswitch-1.11.0.tar.gz /openvswitch-2.0.0.tar.gz +/openvswitch-2.0.1.tar.gz diff --git a/openvswitch.spec b/openvswitch.spec index 5ea668e..67ffdf2 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -14,8 +14,8 @@ %endif Name: openvswitch -Version: 2.0.0 -Release: 6%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -312,6 +312,9 @@ install -p -D -m 0644 include/openflow/*.h \ %{_includedir}/openflow/* %changelog +* Mon Jan 27 2014 Flavio Leitner - 2.0.1-1 +- updated to 2.0.1 + * Mon Jan 27 2014 Flavio Leitner - 2.0.0-6 - create a -devel package (from Chris Wright ) diff --git a/sources b/sources index c752ea3..3f587c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d7a58350e634e515e0fe43c64d64f44 openvswitch-2.0.0.tar.gz +a2122b1c293c8d05dc0c673d42a9da08 openvswitch-2.0.1.tar.gz