]> git.pld-linux.org Git - packages/igb.git/commitdiff
- updated to 4.2.16
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Jun 2013 09:49:20 +0000 (11:49 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Jun 2013 09:49:20 +0000 (11:49 +0200)
- removed obsolete patch

igb.spec
linux-3.7.patch [deleted file]

index 355e332153259fc8c5f3cb6a22f08feb37ca62ec..7897c4d517b7e43b55680447415ede1b9a17c919 100644 (file)
--- a/igb.spec
+++ b/igb.spec
 %undefine      with_userspace
 %endif
 
-%define                rel     18
+%define                rel     0.1
 %define                pname   igb
 Summary:       Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty Intel(R) PRO/1000
 Name:          %{pname}%{_alt_kernel}
-Version:       4.1.2
+Version:       4.2.16
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 0a5462b76310b83a40c9023edae50d72
+# Source0-md5: 218873d5ba9dcb6ca58e3f124b20c14f
 URL:           http://sourceforge.net/projects/e1000/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
diff --git a/linux-3.7.patch b/linux-3.7.patch
deleted file mode 100644 (file)
index ba07f6d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- igb-4.0.17/src/igb_main.c~ 2012-10-08 17:37:31.000000000 +0200
-+++ igb-4.0.17/src/igb_main.c  2012-12-20 13:47:16.403675607 +0100
-@@ -7833,7 +7833,11 @@
-               goto skip_bad_vf_detection;
-       bdev = pdev->bus->self;
-+#if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0) )
-       while (bdev && (bdev->pcie_type != PCI_EXP_TYPE_ROOT_PORT))
-+#else
-+      while (bdev && (pci_pcie_type(bdev) != PCI_EXP_TYPE_ROOT_PORT))
-+#endif
-               bdev = bdev->bus->self;
-       if (!bdev)
This page took 0.07291 seconds and 4 git commands to generate.