From 47588287f2f0ff67c1d092bdf2875fc58064308b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jul 21 2005 20:41:06 +0000 Subject: wow, was that patch ever wrong before. fix the code. (#163311) --- diff --git a/pcmciautils.spec b/pcmciautils.spec index 5bdebc0..100d72f 100644 --- a/pcmciautils.spec +++ b/pcmciautils.spec @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: sysfsutils-devel >= 1.3.0 Requires: udev >= 062 Patch1: pcmciautils-fedora.patch +Patch2: pcmciautils-006-udev.patch %description The pcmciautils package contains utilities for initializing and @@ -22,6 +23,7 @@ debugging PCMCIA and Cardbus sockets. %setup -q # Fix build peculiarities %patch1 -p1 +%patch2 -p1 %build make @@ -46,6 +48,9 @@ install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/udev/rules.d/ /sbin/* %changelog +* Thu Jul 21 2005 Bill Nottingham 006-2 +- udev patch - right idea, awful execution. fix that (#163311) + * Wed Jul 20 2005 Bill Nottingham 006-1 - update to 006 - link libsysfs statically