Changes of Revision 3
[-] | Changed | libftdi1.spec |
x 1
2 %package -n libftdi1-devel 3 Summary: Header files and static libraries for libftdi 4 Group: Development/Libraries/C and C++ 5 -Requires: libftdi1 = %{version}, libusb-devel 6 +Requires: libftdi1 = %{version} 7 +%if 0%{?sles_version} == 10 8 +Requires: libusb 9 +%else 10 +Requires: libusb-devel 11 +%endif 12 13 %description 14 Library to program and control the FTDI USB controller. 15 |