]> git.pld-linux.org Git - packages/ixgbe.git/blobdiff - ixgbe.spec
- up to 4.1.2
[packages/ixgbe.git] / ixgbe.spec
index ffab903bfbac76f4b7cbdf24027b056847f8b8a9..6aab28b8fa6f6e24b0873ff9be325c7871f94189 100644 (file)
@@ -4,17 +4,19 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     2
+%define                rel     1
 %define                pname   ixgbe
 Summary:       Intel(R) 10 Gigabit driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty Intel(R) 10 Gigabit
 Name:          %{pname}%{_alt_kernel}
-Version:       3.23.2
+Version:       4.1.2
 Release:       %{rel}@%{_kernel_ver_str}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: bf70143cd1060698050745b212a1523e
+# Source0-md5: 191f7b0f31596cc0edc7e870ca05d037
+Patch0:                linux-4.1.patch
+Patch1:                linux-4.2.patch
 URL:           http://sourceforge.net/projects/e1000/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.701
@@ -77,16 +79,18 @@ EOF\
 
 %prep
 %setup -q -n %{pname}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 cp src/Makefile src/Makefile.%{name}
 cat > src/Makefile <<'EOF'
 obj-m := ixgbe.o
 ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_api.o ixgbe_param.o \
 ixgbe_lib.o ixgbe_ethtool.o kcompat.o ixgbe_82598.o \
-ixgbe_82599.o ixgbe_ptp.o ixgbe_x540.o ixgbe_sriov.o \
+ixgbe_82599.o ixgbe_ptp.o ixgbe_x540.o ixgbe_x550.o ixgbe_sriov.o \
 ixgbe_mbx.o ixgbe_dcb.o ixgbe_dcb_82598.o ixgbe_dcb_82599.o \
 ixgbe_sysfs.o ixgbe_procfs.o ixgbe_phy.o ixgbe_fcoe.o \
-ixgbe_dcb_nl.o ixgbe_dcb_nl.o ixgbe_debugfs.o
+ixgbe_dcb_nl.o ixgbe_debugfs.o
 
 EXTRA_CFLAGS+=-DDRIVER_IXGBE
 EXTRA_CFLAGS+=-DIXGBE_PTP
This page took 0.030066 seconds and 4 git commands to generate.