From 379bf61eb481db1a5e32937624156bd40c0a8d91 Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Mar 11 2010 19:35:04 +0000 Subject: fix incorrect udev rule --- diff --git a/libftdi.spec b/libftdi.spec index 8fc7c8a..f9aaa37 100644 --- a/libftdi.spec +++ b/libftdi.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libftdi Version: 0.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -60,6 +60,8 @@ for building C++ applications with libftdi. %prep %setup -q sed -i -e 's/HTML_FOOTER =/HTML_FOOTER = no_date_footer.html/g' doc/Doxyfile.in +#kernel does not provide usb_device anymore +sed -i -e 's/usb_device/usb/g' packages/99-libftdi.rules %patch0 -p1 -b .bindings-typo @@ -137,6 +139,9 @@ exit 0 %postun c++ -p /sbin/ldconfig %changelog +* Thu Mar 11 2010 Lucian Langa - 0.17-3 +- fix incorrect UDEV rule (#563566) + * Sat Jan 16 2010 Lucian Langa - 0.17-2 - do not package static libfiles (#556068)