update to 0.3.1

This commit is contained in:
Matt Domsch 2010-11-28 22:24:18 -06:00 committed by Matt Domsch
parent 29a813f415
commit 852c4bef35
4 changed files with 7 additions and 14 deletions

3
.gitignore vendored
View File

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

View File

@ -1,10 +0,0 @@
--- biosdevname-0.2.4/biosdevname.rules.in.orig 2008-05-06 15:15:45.000000000 -0500
+++ biosdevname-0.2.4/biosdevname.rules.in 2008-05-06 15:16:02.000000000 -0500
@@ -2,6 +2,6 @@
ACTION!="add", GOTO="biosdevname_end"
NAME=="?*", GOTO="biosdevname_end"
-PROGRAM="/sbin/biosdevname --policy=all_ethN -i %k", ENV{INTERFACE_NAME}="%c"
+PROGRAM="/sbin/biosdevname --policy=all_names -i %k", ENV{INTERFACE_NAME}="%c"
LABEL="biosdevname_end"

View File

@ -1,5 +1,5 @@
Name: biosdevname
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: Udev helper for naming devices per BIOS names
@ -53,6 +53,10 @@ rm -rf %{buildroot}
%changelog
* 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

View File

@ -1 +1 @@
31583f190cadb28799a0e36bac457093 biosdevname-0.3.0.tar.gz
c06642d173b7761bef48b8d4b48c3bdd biosdevname-0.3.1.tar.gz