diff --git a/.gitignore b/.gitignore index cbabc91..1d5de4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /biosdevname-0.3.1.tar.gz +/biosdevname-0.3.2.tar.gz diff --git a/biosdevname.spec b/biosdevname.spec index ed425ed..d86ec73 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,17 +1,16 @@ Name: biosdevname -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Udev helper for naming devices per BIOS names Group: System Environment/Base License: GPLv2 URL: http://linux.dell.com/files/%{name} -# SMBIOS and PCI IRQ Routing Tables only exist on these arches. It's -# also likely that other arches don't expect the PCI bus to be sorted -# breadth-first, or of so, there haven't been any comments about that -# on LKML. +# SMBIOS only exists on these arches. It's also likely that other +# arches don't expect the PCI bus to be sorted breadth-first, or of +# so, there haven't been any comments about that on LKML. ExclusiveArch: %{ix86} x86_64 ia64 -Source0: http://linux.dell.com/files/%{name}/%{name}-%{version}.tar.gz +Source0: http://linux.dell.com/files/%{name}/permalink/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: pciutils-devel, zlib-devel # to figure out how to name the rules file @@ -53,6 +52,10 @@ rm -rf %{buildroot} %changelog +* Thu Dec 2 2010 Matt Domsch - 0.3.2-1 +- fix for multi-port cards with bridges +- removal of code for seriously obsolete systems + * Mon Nov 28 2010 Matt Domsch 0.3.1-1 - remove all policies except 'physical' and 'all_ethN' - handle SR-IOV devices properly diff --git a/sources b/sources index 8cea8ee..98060eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c06642d173b7761bef48b8d4b48c3bdd biosdevname-0.3.1.tar.gz +40dd5d34d4307fd1687d7920c4983616 biosdevname-0.3.2.tar.gz