update to 0.3.7
This commit is contained in:
parent
23a3c14822
commit
0b2568ee24
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/biosdevname-0.3.4.tar.gz
|
||||
/biosdevname-0.3.5.tar.gz
|
||||
/biosdevname-0.3.6.tar.gz
|
||||
/biosdevname-0.3.7.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: biosdevname
|
||||
Version: 0.3.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Udev helper for naming devices per BIOS names
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -45,13 +45,24 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README
|
||||
/sbin/%{name}
|
||||
%{_sbindir}/dump_pirq
|
||||
# hack for either /etc or /lib rules location
|
||||
/*/udev/rules.d/*.rules
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 Matt Domsch <Matt_Domsch@dell.com> - 0.3.7-1
|
||||
- drop dump_pirq, suggest use biosdecode instead
|
||||
- don't use '#' in names, use 'p' instead, by popular demand
|
||||
- properly look for SMBIOS, then $PIR, then recurse
|
||||
- Add kernel command line parameter "biosdevname={0|1}" to turn off/on biosdevname
|
||||
- Fix segfault when BIOS advertises zero sized PIRQ Routing Table
|
||||
- Add 'bonding' and 'openvswitch' to the virtual devices list
|
||||
- fail PIRQ lookups if device domain is not 0
|
||||
- Don't suggest names if running in a virtual machine (Xen, KVM,
|
||||
VMware tested, but should work on others)
|
||||
- Typo fixes
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user