diff --git a/biosdevname.spec b/biosdevname.spec index d956545..8d5374f 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,6 +1,6 @@ Name: biosdevname -Version: 0.4.1 -Release: 4%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Udev helper for naming devices per BIOS names Group: System Environment/Base @@ -53,6 +53,12 @@ make install install-data DESTDIR=%{buildroot} %changelog +* Tue Jul 30 2013 Václav Pavlín - 0.5.0-1 +- Updating the sources to 0.5.0 version. Following are the changes: +- Change scan of SMBIOS slot <-> PCI methods, recurse to set SMBIOS slot field +- Save off secondary bus of PCI device for PCI tree traversal +- Add version number to biosdevname + * Wed Feb 13 2013 Fedora Release Engineering - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -163,7 +169,7 @@ make install install-data DESTDIR=%{buildroot} - fix for multi-port cards with bridges - removal of code for seriously obsolete systems -* Mon Nov 28 2010 Matt Domsch 0.3.1-1 +* Sun Nov 28 2010 Matt Domsch 0.3.1-1 - remove all policies except 'physical' and 'all_ethN' - handle SR-IOV devices properly diff --git a/sources b/sources index 82d3991..a0ae2a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ed2ce25d834ea1b75140ca8f6e79eba biosdevname-0.4.1.tar.gz +a82d9abf81140513dd4a58144c701a3c biosdevname-0.5.0.tar.gz