[python-ethtool/f20] Update to latest upstream release - v0.11

dsommers dsommers at fedoraproject.org
Thu May 8 14:01:24 UTC 2014


commit 5a451966adcddf9e95536ad169b21537e876a6a5
Author: David Sommerseth <davids at redhat.com>
Date:   Thu May 8 15:41:44 2014 +0200

    Update to latest upstream release - v0.11
    
    Signed-off-by: David Sommerseth <davids at redhat.com>

 .gitignore                                         |    1 +
 ...-some-extra-error-checks-with-libnl-calls.patch |   55 -----
 0001-Improve-error-handling-even-more.patch        |  134 -----------
 ...o-increase-reference-counter-on-non-exist.patch |   29 ---
 0002-fix-get_module-errno-setting.patch            |   69 ------
 ...Simplify-errno-derived-exception-handling.patch |  243 --------------------
 ...rt-invalid-non-existing-devices-as-ENODEV.patch |   61 -----
 python-ethtool.spec                                |   32 ++--
 sources                                            |    2 +-
 9 files changed, 19 insertions(+), 607 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35e13eb..b7a50ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ python-ethtool-0.5.tar.bz2
 /python-ethtool-0.8.tar.bz2
 /python-ethtool-0.9.tar.bz2
 /python-ethtool-0.10.tar.bz2
+/python-ethtool-0.11.tar.bz2
diff --git a/python-ethtool.spec b/python-ethtool.spec
index 1bc564b..91e3207 100644
--- a/python-ethtool.spec
+++ b/python-ethtool.spec
@@ -3,8 +3,8 @@
 
 Summary: Ethernet settings python bindings
 Name: python-ethtool
-Version: 0.10
-Release: 3%{?dist}
+Version: 0.11
+Release: 1%{?dist}
 URL: https://fedorahosted.org/python-ethtool/
 Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2
 License: GPLv2
@@ -12,13 +12,6 @@ Group: System Environment/Libraries
 BuildRequires: python-devel libnl3-devel asciidoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: 0001-Added-some-extra-error-checks-with-libnl-calls.patch
-Patch2: 0002-fix-get_module-errno-setting.patch
-Patch4: 0004-exceptions-Simplify-errno-derived-exception-handling.patch
-Patch5: 0005-Report-invalid-non-existing-devices-as-ENODEV.patch
-Patch6: 0001-Improve-error-handling-even-more.patch
-Patch7: 0002-Don-t-try-to-increase-reference-counter-on-non-exist.patch
-
 %description
 Python bindings for the ethtool kernel interface, that allows querying and
 changing of Ethernet card settings, such as speed, port, auto-negotiation, and
@@ -26,12 +19,6 @@ PCI locations.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
 %{__python} setup.py build
@@ -62,6 +49,21 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu May 8 2014 David Sommerseth <davids at redhat.com> - 0.11-1
+- Updated to the lastest python-ethtool-0.11 release, which
+  incorporates all these additional patches and improves
+  libnl3 connection error checking.
+
+* Mon Apr 7 2014 David Sommerseth <davids at redhat.com> - 0.10-6
+- Removed the never close netlink patch
+- Added a patch which will ensure it will open a valid socket in open_netlink()
+
+* Wed Apr 2 2014 David Sommerseth <davids at redhat.com> - 0.10-5
+- Update patch 8 - to also never close the netlink socket
+
+* Wed Apr 2 2014 David Sommerseth <davids at redhat.com> - 0.10-4
+- Added patch 8 - to see of FD_CLOEXEC impacts vdsm
+
 * Tue Apr 1 2014 David Sommerseth <davids at redhat.com> - 0.10-3
 - Added patch 6 and 7, to improve error handling.  Will be removed when released upstream
 
diff --git a/sources b/sources
index c887a7d..df93027 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c021d7d4fe0a5a0d105f259c8f764739  python-ethtool-0.10.tar.bz2
+b505501d928debf69664b72fafa9d0c3  python-ethtool-0.11.tar.bz2


More information about the scm-commits mailing list