From: msweet Date: Tue, 27 May 2014 14:57:09 +0000 (+0000) Subject: Red Hat renamed the libusb developer package (again). X-Git-Tag: v2.2b1~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995b120a06efe090ce5b7c525844310bc1577a64;p=thirdparty%2Fcups.git Red Hat renamed the libusb developer package (again). git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11895 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/CHANGES-1.7.txt b/CHANGES-1.7.txt index 15c810f550..6d0a671468 100644 --- a/CHANGES-1.7.txt +++ b/CHANGES-1.7.txt @@ -27,6 +27,7 @@ CHANGES IN CUPS V1.7.3 - IPP queues using hardcoded credentials would ask for credentials (STR #4371) - Dates in non-UTF-8 locales did not display correctly (STR #4388) + - The RPM spec file now looks for libusb-devel 1.0 or later. CHANGES IN CUPS V1.7.2 diff --git a/packaging/cups.spec.in b/packaging/cups.spec.in index efe9d02364..2bbf0b8023 100644 --- a/packaging/cups.spec.in +++ b/packaging/cups.spec.in @@ -66,7 +66,7 @@ BuildRequires: avahi-devel %endif %if %{?_with_libusb1:1}%{!?_with_libusb1:0} -BuildRequires: libusbx-devel +BuildRequires: libusb-devel >= 1.0 %endif %if %{?_with_systemd:1}%{!?_with_systemd:0}