]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Red Hat renamed the libusb developer package (again).
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 27 May 2014 14:57:09 +0000 (14:57 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 27 May 2014 14:57:09 +0000 (14:57 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11895 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-1.7.txt
packaging/cups.spec.in

index 15c810f550b713be55a002a2cdfc36d9074176ca..6d0a67146844373ba500f8b0ebf6b48de1884b26 100644 (file)
@@ -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
index efe9d02364530d32cdb8711fb1a94e01c582d52f..2bbf0b8023f0e4f206caccb5d23585df30883923 100644 (file)
@@ -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}