From 070bb2b00f0306c6fb2223f1b0599ad3e115bfc4049297afd32fd97b963a4537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jul 2020 16:22:41 +0000 Subject: [PATCH] Accepting request 820687 from home:lnussel:branches:devel:languages:python - ignore build requirement of cups-rpm-helper to avoid cycle with cups-devel (boo#1172407)) OBS-URL: https://build.opensuse.org/request/show/820687 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycups?expand=0&rev=11 --- python-pycups.changes | 6 ++++++ python-pycups.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/python-pycups.changes b/python-pycups.changes index dec93f5..7dedd82 100644 --- a/python-pycups.changes +++ b/python-pycups.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 6 08:48:20 UTC 2020 - Ludwig Nussel + +- ignore build requirement of cups-rpm-helper to avoid cycle with cups-devel + (boo#1172407)) + ------------------------------------------------------------------- Wed Aug 28 19:22:11 UTC 2019 - Martin Wilck diff --git a/python-pycups.spec b/python-pycups.spec index 54aa590..afc36bd 100644 --- a/python-pycups.spec +++ b/python-pycups.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycups # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,14 @@ Release: 0 Summary: Python Bindings for CUPS License: GPL-2.0-or-later Group: Development/Libraries/Python -Url: http://cyberelk.net/tim/software/pycups/ +URL: http://cyberelk.net/tim/software/pycups/ Source: https://files.pythonhosted.org/packages/source/p/pycups/pycups-%{version}.tar.bz2 BuildRequires: %{python_module devel} BuildRequires: cups-devel BuildRequires: fdupes BuildRequires: python-rpm-macros +# need to avoid cycle as cups-devel wants us (boo#1172407) +#!BuildIgnore: cups-rpm-helper BuildRoot: %{_tmppath}/%{name}-%{version}-build %ifpython2 Obsoletes: %{oldpython}-cups < %{version} @@ -47,7 +49,7 @@ Python Bindings for CUPS, the Common Unix Printing System %package -n cups-rpm-helper Summary: RPM macros for building cups drivers Group: Development/Libraries/Python -Url: https://fedoraproject.org/wiki/Features/AutomaticPrintDriverInstallation +URL: https://fedoraproject.org/wiki/Features/AutomaticPrintDriverInstallation Requires: python3-cups Requires: rpm-build Supplements: (rpm-build and cups-devel)