update to 0.3.2

This commit is contained in:
Matt Domsch 2010-12-02 22:12:27 -06:00 committed by Matt Domsch
parent 852c4bef35
commit c792e1a8cf
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/biosdevname-0.3.1.tar.gz
/biosdevname-0.3.2.tar.gz

View File

@ -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 <Matt_Domsch@dell.com> - 0.3.2-1
- fix for multi-port cards with bridges
- removal of code for seriously obsolete systems
* Mon Nov 28 2010 Matt Domsch <Matt_Domsch@dell.com> 0.3.1-1
- remove all policies except 'physical' and 'all_ethN'
- handle SR-IOV devices properly

View File

@ -1 +1 @@
c06642d173b7761bef48b8d4b48c3bdd biosdevname-0.3.1.tar.gz
40dd5d34d4307fd1687d7920c4983616 biosdevname-0.3.2.tar.gz