update to 0.3.5
This commit is contained in:
parent
a5d2e350bc
commit
74179598e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user