- Fix 'Allow from @IF(...)' (STR #1758, bug #187703).

This commit is contained in:
Tim Waugh 2006-06-07 14:56:31 +00:00
parent 02266bedf1
commit 8d0690c3e2

View File

@ -32,6 +32,7 @@ Patch9: cups-localhost.patch
Patch10: cups-str1740.patch
Patch11: cups-serverbin-compat.patch
Patch12: cups-locale.patch
Patch13: cups-str1758.patch
Patch18: cups-language.patch
Patch20: cups-direct-usb.patch
Patch22: cups-dest-cache-v2.patch
@ -123,6 +124,7 @@ lpd emulation.
%patch10 -p1 -b .str1740
%patch11 -p1 -b .serverbin-compat
%patch12 -p1 -b .locale
%patch13 -p1 -b .str1758
%patch18 -p1 -b .language
%patch20 -p1 -b .direct-usb
%patch22 -p1 -b .dest-cache-v2
@ -385,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT
%{cups_serverbin}/daemon/cups-lpd
%changelog
* Wed Jun 7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-8
- Fix 'Allow from @IF(...)' (STR #1758, bug #187703).
* Wed Jun 7 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.1-7
- ServerBin compatibility patch (bug #194005).