From 9843e11294d0fc41419dda5441c72ec7021b2e1d Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Jul 31 2009 03:16:24 +0000 Subject: - enable autoreconf to rebuild configure properly --- diff --git a/libpciaccess.spec b/libpciaccess.spec index 92b86c2..6be338d 100644 --- a/libpciaccess.spec +++ b/libpciaccess.spec @@ -3,7 +3,7 @@ Name: libpciaccess Version: 0.10.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PCI access library Group: System Environment/Libraries @@ -46,7 +46,7 @@ Development package for libpciaccess. %patch4 -p1 -b .vgaarb %build -#autoreconf -v --install +autoreconf -v --install %configure --disable-static make %{?_smp_mflags} @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pciaccess.pc %changelog +* Fri Jul 31 2009 Dave Airlie 0.10.6-3 +- enable autoreconf to rebuild configure properly + * Fri Jul 31 2009 Dave Airlie 0.10.6-2 - libpciaccess-vga-arbiter.patch: add vga arbiter support to libpciaccess