From 2c3bd818c7ebca145adb8cd4fd485a4fa0307921 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 26 Oct 2009 16:30:10 +0000 Subject: [PATCH] - fix build to enable -F option (#531020) --- pciutils-3.0.2-multilib.patch | 9 --------- pciutils.spec | 5 ++++- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pciutils-3.0.2-multilib.patch b/pciutils-3.0.2-multilib.patch index 88474f2..bf5cb0b 100644 --- a/pciutils-3.0.2-multilib.patch +++ b/pciutils-3.0.2-multilib.patch @@ -76,15 +76,6 @@ diff -up pciutils-3.1.4/lib/configure.multilib pciutils-3.1.4/lib/configure ;; sunos) case $cpu in -@@ -130,7 +165,7 @@ case $sys in - ;; - esac - --echo >>$c '#define PCI_HAVE_PM_DUMP' -+echo >>$cm '#define PCI_HAVE_PM_DUMP' - echo " dump" - - echo_n "Checking for zlib support... " @@ -153,6 +188,7 @@ else echo >>$c '#define PCI_IDS "pci.ids"' fi diff --git a/pciutils.spec b/pciutils.spec index 47f45fb..8d29f39 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,6 +1,6 @@ Name: pciutils Version: 3.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz #truncate too long names (#205948) @@ -140,6 +140,9 @@ install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 26 2009 Michal Hlavinka - 3.1.4-5 +- fix build to enable -F option (#531020) + * Mon Oct 26 2009 Michal Hlavinka - 3.1.4-4 - enable direct hardware access method for 64bit architectures