]> git.pld-linux.org Git - packages/ixgbe.git/blobdiff - ixgbe.spec
- 2.0.84.9
[packages/ixgbe.git] / ixgbe.spec
index 072ad69f250a0d57312133fd442e35d9e346e659..4f6a97fbcce3e8a378b5a5f53de64f5193a810ff 100644 (file)
 Summary:       Intel(R) 10 Gigabit driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty Intel(R) 10 Gigabit
 Name:          %{pname}%{_alt_kernel}
-Version:       1.3.20.3
+Version:       2.0.84.9
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 3e05fc18095c1278917d53d0c37e00fd
+# Source0-md5: 55f0c45a143fc7fa3c72f781eb5a3b4c
 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
@@ -32,11 +32,11 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package contains the Linux driver for the Intel(R) 10 Gigabit
-adapters with 82598 chipset.
+adapters with 82598EB chipset.
 
 %description -l pl.UTF-8
-Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-z rodziny Intel(R) 10 Gigabit opartych o układ 82598.
+Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych z rodziny
+Intel(R) 10 Gigabit opartych o układ 82598EB.
 
 %package -n kernel%{_alt_kernel}-net-ixgbe
 Summary:       Intel(R) 10 Gigabit driver for Linux
@@ -51,18 +51,20 @@ Requires(postun):   %releq_kernel
 
 %description -n kernel%{_alt_kernel}-net-ixgbe
 This package contains the Linux driver for the Intel(R) 10 Gigabit
-adapters with 82598 chipset.
+adapters with 82598EB chipset.
 
 %description -n kernel%{_alt_kernel}-net-ixgbe -l pl.UTF-8
-Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-z rodziny Intel(R) 10 Gigabit opartych o układ 82598.
+Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych z rodziny
+Intel(R) 10 Gigabit opartych o układ 82598EB.
 
 %prep
 %setup -q -n %{pname}-%{version}
 cat > src/Makefile <<'EOF'
 obj-m := ixgbe.o
-ixgbe-objs := ixgbe_82598.o ixgbe_main.o ixgbe_param.o ixgbe_ethtool.o \
-kcompat.o ixgbe_api.o ixgbe_phy.o ixgbe_common.o
+ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_api.o ixgbe_param.o \
+ixgbe_ethtool.o kcompat.o ixgbe_82598.o ixgbe_82599.o ixgbe_sriov.o \
+ixgbe_mbx.o ixgbe_dcb.o ixgbe_dcb_82598.o ixgbe_dcb_82599.o ixgbe_phy.o \
+ixgbe_dcb_nl.o
 
 EXTRA_CFLAGS=-DDRIVER_IXGBE
 EOF
This page took 0.06882 seconds and 4 git commands to generate.