update to 0.3.5

This commit is contained in:
Matt Domsch 2011-01-25 14:30:34 -06:00 committed by Matt Domsch
parent a5d2e350bc
commit 74179598e6
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/biosdevname-0.3.2.tar.gz
/biosdevname-0.3.3.tar.gz
/biosdevname-0.3.4.tar.gz
/biosdevname-0.3.5.tar.gz

View File

@ -1,5 +1,5 @@
Name: biosdevname
Version: 0.3.4
Version: 0.3.5
Release: 1%{?dist}
Summary: Udev helper for naming devices per BIOS names
@ -46,11 +46,18 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc COPYING README
/sbin/%{name}
%config(noreplace) %{_sysconfdir}/udev/rules.d/*.rules
%{_sbindir}/dump_pirq
# hack for either /etc or /lib rules location
/*/udev/rules.d/*.rules
%{_mandir}/man1/%{name}.1*
%changelog
* Tue Jan 25 2011 Matt Domsch <Matt_Domsch@dell.com> - 0.3.5-1
- install dump_pirq into /usr/sbin
- fix udev rule, skip running if NAME is already set
- move udev rule to /lib/udev/rules.d by default
* 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

View File

@ -1 +1 @@
6dfc8802a51786b9b851c0b2705312c7 biosdevname-0.3.4.tar.gz
079840c5a9c4376ca6fe1dc1cc0f83dc biosdevname-0.3.5.tar.gz