diff options
Diffstat (limited to 'biosdevname.spec.suse.in')
-rw-r--r-- | biosdevname.spec.suse.in | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/biosdevname.spec.suse.in b/biosdevname.spec.suse.in index 9a40dcc..de00eaf 100644 --- a/biosdevname.spec.suse.in +++ b/biosdevname.spec.suse.in @@ -6,12 +6,11 @@ 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 @@ -49,10 +48,35 @@ rm -rf %{buildroot} %doc COPYING README /sbin/%{name} %config(noreplace) %{_sysconfdir}/udev/rules.d/*%{name}.rules -%{_mandir}/1/%{name}.1 +%{_mandir}/man1/%{name}.1* %changelog +* Thu Dec 16 2010 Matt Domsch <mdomsch@fedoraproject.org> - 0.3.4-1 +- drop unnecessary explicit version requirement on udev +- bugfix: start indices at 1 not 0, to match Dell and HP server port designations +- bugfix: don't assign names to unknown devices +- bugfix: don't assign duplicate names + +* Thu Dec 9 2010 Matt Domsch <Matt_Domsch@dell.com> - 0.3.3-1 +- add back in use of PCI IRQ Routing Table, if info is not provided by + sysfs or SMBIOS + +* 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 + +* Wed Nov 10 2010 Matt Domsch <Matt_Domsch@dell.com> 0.3.0-1 +- add --policy=loms, make it default +- read index and labels from sysfs if available + +* Mon Jul 27 2009 Jordan Hargrave <Jordan_Hargrave@dell.com> 0.2.5-1 +- fix mmap error checking + * Fri Sep 21 2007 Matt Domsch <Matt_Domsch@dell.com> 0.2.4-1 - coordinate udev rules usage with udev maintainer - fix crashes in pcmcia search, in_ethernet(), and incorrect command |