]> git.pld-linux.org Git - packages/igb.git/blobdiff - igb.spec
- rel 3
[packages/igb.git] / igb.spec
index 319d33542e804335a39216eb687152c113e953da..eb7f0370702785fa2d3efa32653e2e053d0eae83 100644 (file)
--- a/igb.spec
+++ b/igb.spec
 %undefine      with_userspace
 %endif
 
-%define                rel     1
+%define                rel     3
 %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:       1.2.24
+Version:       2.2.9
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 34fcb212775902a8747129d265e4f0c6
+# Source0-md5: 424a94485e1130b47016ddc039fd6000
 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) PRO/1000
-adapters with 82575 chipset.
+adapters with 82575EB/GB or 82576 chipsets.
 
 %description -l pl.UTF-8
-Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-z rodziny Intel(R) PRO/1000 opartych o układ 82575.
+Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych z rodziny
+Intel(R) PRO/1000 opartych o układy 82575EB/GB lub 82576.
 
 %package -n kernel%{_alt_kernel}-net-igb
 Summary:       Intel(R) PRO/1000 driver for Linux
@@ -51,18 +51,18 @@ Requires(postun):   %releq_kernel
 
 %description -n kernel%{_alt_kernel}-net-igb
 This package contains the Linux driver for the Intel(R) PRO/1000
-adapters with 82575 chipset.
+adapters with 82575EB/GB or 82576 chipsets.
 
 %description -n kernel%{_alt_kernel}-net-igb -l pl.UTF-8
-Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
-z rodziny Intel(R) PRO/1000 opartych o układ 82575.
+Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych z rodziny
+Intel(R) PRO/1000 opartych o układy 82575EB/GB lub 82576.
 
 %prep
 %setup -q -n %{pname}-%{version}
 cat > src/Makefile <<'EOF'
 obj-m := igb.o
-igb-objs := e1000_82575.o e1000_mac.o e1000_nvm.o e1000_phy.o e1000_manage.o \
-kcompat.o e1000_api.o igb_main.o igb_param.o igb_ethtool.o
+igb-objs := igb_main.o e1000_82575.o e1000_mac.o e1000_nvm.o e1000_phy.o \
+e1000_manage.o igb_param.o igb_ethtool.o kcompat.o e1000_api.o e1000_mbx.o
 
 EXTRA_CFLAGS=-DDRIVER_IGB
 EOF
This page took 0.141097 seconds and 4 git commands to generate.