Accepting request 180980 from home:jsmeix:branches:Printing
Use BuildRequires krb5-mini-devel to avoid build cycle (was OBS request 180870) but still using BuildRequires krb5-devel for SLE11 where no krb5-mini-devel exists. OBS-URL: https://build.opensuse.org/request/show/180980 OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=259
This commit is contained in:
10
cups.spec
10
cups.spec
@@ -20,7 +20,17 @@ Name: cups
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
# Use krb5-mini-devel to avoid this cycle in the build system:
|
||||
# cups -> krb5 -> python-Jinja2 -> vim -> gtk2 -> cups
|
||||
# Because krb5-mini-devel is not available for SLE11
|
||||
# krb5-devel must be used for SLE11 builds, see
|
||||
# http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
|
||||
# for the appropriate suse_version value:
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildRequires: krb5-mini-devel
|
||||
%else
|
||||
BuildRequires: krb5-devel
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
|
Reference in New Issue
Block a user