From bf1f6e5fb32a7e790cec7a0356c0e79eee290aae4b80f0129a3205ee8503c2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Nov 2019 14:38:31 +0000 Subject: [PATCH] - Do not pull in the mini package but rely on pkgconfig sorting OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kerberos?expand=0&rev=14 --- python-kerberos.changes | 5 +++++ python-kerberos.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-kerberos.changes b/python-kerberos.changes index ac24c1b..cc4b0da 100644 --- a/python-kerberos.changes +++ b/python-kerberos.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 14 14:38:03 UTC 2019 - Tomáš Chvátal + +- Do not pull in the mini package but rely on pkgconfig sorting + ------------------------------------------------------------------- Wed May 15 17:40:46 UTC 2019 - svasudevan@suse.com diff --git a/python-kerberos.spec b/python-kerberos.spec index 4ce62ee..b0a2341 100644 --- a/python-kerberos.spec +++ b/python-kerberos.spec @@ -1,7 +1,7 @@ # # spec file for package python-kerberos # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,14 +24,15 @@ Release: 0 Summary: Kerberos high-level interface License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/apple/ccs-pykerberos +URL: https://github.com/apple/ccs-pykerberos Source: https://files.pythonhosted.org/packages/source/k/kerberos/kerberos-%{version}.tar.gz Source1: https://raw.githubusercontent.com/apple/ccs-pykerberos/master/LICENSE.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: krb5-mini-devel +BuildRequires: pkgconfig BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(krb5) %python_subpackages %description @@ -54,9 +55,8 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %{python_sitearch}/* -%license LICENSE.txt +%license LICENSE.txt %changelog