Updated the sources to 0.3.11 version
This commit is contained in:
parent
caab12ab70
commit
692626e60f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/biosdevname-0.3.6.tar.gz
|
/biosdevname-0.3.6.tar.gz
|
||||||
/biosdevname-0.3.7.tar.gz
|
/biosdevname-0.3.7.tar.gz
|
||||||
/biosdevname-0.3.8.tar.gz
|
/biosdevname-0.3.8.tar.gz
|
||||||
|
/biosdevname-0.3.11.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: biosdevname
|
Name: biosdevname
|
||||||
Version: 0.3.8
|
Version: 0.3.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Udev helper for naming devices per BIOS names
|
Summary: Udev helper for naming devices per BIOS names
|
||||||
|
|
||||||
@ -51,6 +51,22 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 4 2011 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.3.11-1
|
||||||
|
- Fix man page for PCI slot naming
|
||||||
|
- Fix clearing of buffer for NPAR/SRIOV naming
|
||||||
|
- Add --nopirq and --smbios options to manpage.
|
||||||
|
- Verify length of VPD on network device
|
||||||
|
- Close file handle on sysfs read
|
||||||
|
- Fix naming policy for NPAR devices.
|
||||||
|
Match each PCI device to its VPD 'physical' device to get correct index
|
||||||
|
- Exclude building on ia64 arch
|
||||||
|
- Add support functions for determining PCIE slot
|
||||||
|
- Scan full path to parent when getting PCIE slot
|
||||||
|
- Fix NPAR naming for add-in cards
|
||||||
|
- Don't display _vf suffix on NPAR devices with single function
|
||||||
|
- Fix PCIe/PIRQ slot mapping
|
||||||
|
|
||||||
|
|
||||||
* Thu Apr 21 2011 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.3.8-1
|
* Thu Apr 21 2011 Praveen K Paladugu <praveen_paladugu@dell.com> - 0.3.8-1
|
||||||
- Add changes to parse VPD structure for device mapping on NPAR devices
|
- Add changes to parse VPD structure for device mapping on NPAR devices
|
||||||
- Fix pathname
|
- Fix pathname
|
||||||
|
Loading…
Reference in New Issue
Block a user