Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphobjinv for
openSUSE:Factory checked in at 2025-08-25 20:39:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphobjinv (Old)
and /work/SRC/openSUSE:Factory/.python-sphobjinv.new.30751 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphobjinv"
Mon Aug 25 20:39:32 2025 rev:8 rq:1301285 version:2.3.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sphobjinv/python-sphobjinv.changes
2025-06-16 11:13:28.565766371 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphobjinv.new.30751/python-sphobjinv.changes
2025-08-25 20:41:51.157528314 +0200
@@ -1,0 +2,5 @@
+Mon Aug 25 13:38:57 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to libalternatives on SLE-16-based and newer systems
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphobjinv.spec ++++++
--- /var/tmp/diff_new_pack.qLW47N/_old 2025-08-25 20:41:52.757595347 +0200
+++ /var/tmp/diff_new_pack.qLW47N/_new 2025-08-25 20:41:52.769595849 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphobjinv
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,11 @@
#
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
%{?sle15_python_module_pythons}
Name: python-sphobjinv
Version: 2.3.1.2
@@ -31,9 +36,14 @@
Requires: python-attrs >= 19.2
Requires: python-certifi
Requires: python-jsonschema >= 3.0
+BuildArch: noarch
+%if %{with libalternatives}
+BuildRequires: alts
+Requires: alts
+%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
-BuildArch: noarch
+%endif
# SECTION test requirements
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module attrs >= 19.4}
@@ -77,6 +87,9 @@
%postun
%python_uninstall_alternative sphobjinv
+%pre
+%python_libalternatives_reset_alternative sphobjinv
+
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE.txt