X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=igb.spec;h=eb7f0370702785fa2d3efa32653e2e053d0eae83;hb=48653b84a9879563d3c12532872330356eeb6319;hp=319d33542e804335a39216eb687152c113e953da;hpb=0ba63a8d63fab2857211d926037c5c555214da5c;p=packages%2Figb.git diff --git a/igb.spec b/igb.spec index 319d335..eb7f037 100644 --- a/igb.spec +++ b/igb.spec @@ -14,17 +14,17 @@ %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