rpms/pciutils/F-10 pciutils-dir-d.patch, 1.4, 1.5 pciutils.spec, 1.64, 1.65

Michal Hlavinka mhlavink at fedoraproject.org
Thu Feb 26 16:30:37 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/pciutils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13907

Modified Files:
	pciutils-dir-d.patch pciutils.spec 
Log Message:
fix: #487516 - lspci segfaults when pci.ids cannot be found


pciutils-dir-d.patch:

Index: pciutils-dir-d.patch
===================================================================
RCS file: /cvs/extras/rpms/pciutils/F-10/pciutils-dir-d.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pciutils-dir-d.patch	1 Sep 2008 13:18:55 -0000	1.4
+++ pciutils-dir-d.patch	26 Feb 2009 16:30:06 -0000	1.5
@@ -39,7 +39,7 @@
    if (!(f = pci_open(a)))
 -    return 0;
 -  err = id_parse_list(a, f, &lino);
-+    pci_new_load_name_list(a);
++    return pci_new_load_name_list(a);
 +  err = id_parse_list(a, f, &lino, 0);
    PCI_ERROR(f, err);
    pci_close(f);


Index: pciutils.spec
===================================================================
RCS file: /cvs/extras/rpms/pciutils/F-10/pciutils.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- pciutils.spec	27 Jan 2009 17:51:12 -0000	1.64
+++ pciutils.spec	26 Feb 2009 16:30:06 -0000	1.65
@@ -1,6 +1,6 @@
 Name:		pciutils
 Version:	3.0.2
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Source:		ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Patch1: 	pciutils-2.2.4-buf.patch
 Patch2:		pciutils-2.1.10-scan.patch
@@ -114,6 +114,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Feb 26 2009 Michal Hlavinka <mhlavink at redhat.com> 3.0.2-3
+- fix: lspci segfaults when pci.ids cannot be found (#487516)
+
+* Tue Jan 27 2009 Michal Hlavinka <mhlavink at redhat.com> 3.0.2-2
+- bump release for rebuild
+
 * Tue Jan 27 2009 Michal Hlavinka <mhlavink at redhat.com> 3.0.2-1
 - fix typo in multilib patch
 




More information about the fedora-extras-commits mailing list