update to 0.3.2
This commit is contained in:
parent
852c4bef35
commit
c792e1a8cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/biosdevname-0.3.1.tar.gz
|
/biosdevname-0.3.1.tar.gz
|
||||||
|
/biosdevname-0.3.2.tar.gz
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
Name: biosdevname
|
Name: biosdevname
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Udev helper for naming devices per BIOS names
|
Summary: Udev helper for naming devices per BIOS names
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://linux.dell.com/files/%{name}
|
URL: http://linux.dell.com/files/%{name}
|
||||||
# SMBIOS and PCI IRQ Routing Tables only exist on these arches. It's
|
# SMBIOS only exists on these arches. It's also likely that other
|
||||||
# also likely that other arches don't expect the PCI bus to be sorted
|
# arches don't expect the PCI bus to be sorted breadth-first, or of
|
||||||
# breadth-first, or of so, there haven't been any comments about that
|
# so, there haven't been any comments about that on LKML.
|
||||||
# on LKML.
|
|
||||||
ExclusiveArch: %{ix86} x86_64 ia64
|
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)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: pciutils-devel, zlib-devel
|
BuildRequires: pciutils-devel, zlib-devel
|
||||||
# to figure out how to name the rules file
|
# to figure out how to name the rules file
|
||||||
@ -53,6 +52,10 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 28 2010 Matt Domsch <Matt_Domsch@dell.com> 0.3.1-1
|
||||||
- remove all policies except 'physical' and 'all_ethN'
|
- remove all policies except 'physical' and 'all_ethN'
|
||||||
- handle SR-IOV devices properly
|
- handle SR-IOV devices properly
|
||||||
|
Loading…
Reference in New Issue
Block a user