X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=igb.spec;h=e8b0d5ad5be088e87ec599d79b71ba8b05c57364;hb=99202ce8da69bc933d25c6792484e78e0feb2a20;hp=22c504e378431865a39356b9d8811e292111cdba;hpb=1b54ab3a379d43b441f2ef5febd25b6795e34af1;p=packages%2Figb.git diff --git a/igb.spec b/igb.spec index 22c504e..e8b0d5a 100644 --- a/igb.spec +++ b/igb.spec @@ -14,17 +14,17 @@ %undefine with_userspace %endif -%define rel 6 +%define rel 17 %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: 3.0.19 +Version: 3.4.7 Release: %{rel} License: GPL v2 Group: Base/Kernel -Source0: http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz -# Source0-md5: 8fdc04600bea4a4188672a1a8d0eb73b +Source0: http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz +# Source0-md5: 4503a06412e10037b5f43b3cc151e886 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 @@ -62,7 +62,7 @@ Intel(R) PRO/1000 opartych o układy 82575EB/GB lub 82576. cat > src/Makefile <<'EOF' obj-m := igb.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 +e1000_manage.o igb_param.o igb_ethtool.o kcompat.o e1000_api.o e1000_mbx.o igb_vmdq.o EXTRA_CFLAGS=-DDRIVER_IGB EOF