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:
parent
db86fb5d50
commit
44b2c8d933
10
cups.changes
10
cups.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 10:39:30 CEST 2013 - jsmeix@suse.de
|
||||
|
||||
- Use BuildRequires krb5-mini-devel to avoid this build cycle:
|
||||
cups -> krb5 -> python-Jinja2 -> vim -> gtk2 -> cups
|
||||
(according to OBS request 180870).
|
||||
Because krb5-mini-devel is not available for SLE11
|
||||
krb5-devel must still be used for SLE11 builds
|
||||
(required addition to OBS request 180870).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 08:56:10 UTC 2013 - mmeister@suse.com
|
||||
|
||||
|
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user