summaryrefslogtreecommitdiff
path: root/biosdevname.spec.fedora.in
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2012-03-02 16:46:39 -0800
committerStephen Hemminger <shemminger@vyatta.com>2012-03-03 09:56:10 -0800
commit6f0d227c17e898f5c1a0e015bd3275f56ae23a19 (patch)
tree9f40b2f18710e1fee144cc9cff686e18fe6a47cb /biosdevname.spec.fedora.in
parentd86431f9a431288b3b9d0bed26303a13cc1875b5 (diff)
downloadvyatta-biosdevname-6f0d227c17e898f5c1a0e015bd3275f56ae23a19.tar.gz
vyatta-biosdevname-6f0d227c17e898f5c1a0e015bd3275f56ae23a19.zip
Update to biosdevname 0.3.11
Manual merge from http://linux.dell.com/biosdevname/biosdevname-0.3.11/ (cherry picked from commit 79066f1bdcb77fa8cfca2d98464257e1e436b58d)
Diffstat (limited to 'biosdevname.spec.fedora.in')
-rw-r--r--biosdevname.spec.fedora.in26
1 files changed, 23 insertions, 3 deletions
diff --git a/biosdevname.spec.fedora.in b/biosdevname.spec.fedora.in
index 7c77405..2b39634 100644
--- a/biosdevname.spec.fedora.in
+++ b/biosdevname.spec.fedora.in
@@ -9,7 +9,7 @@ URL: http://linux.dell.com/files/%{name}
# SMBIOS only exists on these arches. It's also likely that other
# arches don't expect the PCI bus to be sorted breadth-first, or of
# so, there haven't been any comments about that on LKML.
-ExclusiveArch: %{ix86} x86_64 ia64
+ExclusiveArch: %{ix86} x86_64
Source0: http://linux.dell.com/files/%{name}/permalink/%{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pciutils-devel, zlib-devel
@@ -37,7 +37,6 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install install-data DESTDIR=%{buildroot}
-rm %{buildroot}/sbin/%{name}S || :
%clean
rm -rf %{buildroot}
@@ -46,11 +45,32 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc COPYING README
/sbin/%{name}
-%config(noreplace) %{_sysconfdir}/udev/rules.d/*.rules
+# 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
+
+* Tue Jan 25 2011 Matt Domsch <Matt_Domsch@dell.com> - 0.3.6-1
+- drop biosdevnameS, it's unused and fails to build on F15
+
+* 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