Hello community,
here is the log from the commit of package python-kerberos for openSUSE:Factory
checked in at 2019-11-15 00:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kerberos (Old)
and /work/SRC/openSUSE:Factory/.python-kerberos.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kerberos"
Fri Nov 15 00:30:46 2019 rev:5 rq:748697 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kerberos/python-kerberos.changes
2019-05-16 22:09:24.386317190 +0200
+++
/work/SRC/openSUSE:Factory/.python-kerberos.new.26869/python-kerberos.changes
2019-11-15 00:30:48.799731955 +0100
@@ -1,0 +2,5 @@
+Thu Nov 14 14:38:03 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Do not pull in the mini package but rely on pkgconfig sorting
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-kerberos.spec ++++++
--- /var/tmp/diff_new_pack.9NImHy/_old 2019-11-15 00:30:50.907731795 +0100
+++ /var/tmp/diff_new_pack.9NImHy/_new 2019-11-15 00:30:50.943731792 +0100
@@ -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 @@
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,7 +55,6 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%{python_sitearch}/*
%license LICENSE.txt