Accepting request 42020 from home:jsmeix:branches:Printing

Copy from home:jsmeix:branches:Printing/cups via accept of submit request 42020 revision 2.
Request was accepted with message:
revert cups/http.c to its state in CUPS 1.4.3 as band-aid workaround to avoid bnc#617026 for now

OBS-URL: https://build.opensuse.org/request/show/42020
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=202
This commit is contained in:
2010-06-24 16:51:18 +00:00
committed by Git OBS Bridge
parent 61ac0d4852
commit 7b959f7f93
3 changed files with 294 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ Patch103: cups-1.4-do_not_strip_recommended_from_PPDs.patch
# Patch104 adds the 'allowallforanybody' policy to cupsd.conf
# see https://fate.novell.com/303515
Patch104: cups-1.4-additional_policies.patch
# Patch105 reverts cups/http.c to its state in CUPS 1.4.3 as band-aid workaround
# to avoid https://bugzilla.novell.com/show_bug.cgi?id=617026 for now:
Patch105: revert_http.c_to_1.4.3_state.patch
# Install into this non-root directory (required when norootforbuild is used):
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -210,6 +213,9 @@ http://www.cups.org
%patch103
# Patch104 adds the 'allowallforanybody' policy to cupsd.conf:
%patch104
# Patch105 reverts cups/http.c to its state in CUPS 1.4.3 as band-aid workaround
# to avoid https://bugzilla.novell.com/show_bug.cgi?id=617026 for now:
%patch105 -p1
%build
# Disable SILENT run of make so that make runs verbose as usual: