From 0b2568ee245b1fa3569b4b913f092300ab353127 Mon Sep 17 00:00:00 2001 From: Matt Domsch Date: Feb 17 2011 15:58:43 +0000 Subject: update to 0.3.7 --- diff --git a/.gitignore b/.gitignore index a48d739..5b37d89 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/biosdevname.spec b/biosdevname.spec index 80cab4c..12a33ad 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -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 - 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 - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 7164fb4..b9923a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb4cd43d34acb876a59052a1871f9f7a biosdevname-0.3.6.tar.gz +6b6de50f642bb6a2ec7d8c594b5320fc biosdevname-0.3.7.tar.gz