Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package koan for openSUSE:Factory checked in 
at 2022-05-28 22:16:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/koan (Old)
 and      /work/SRC/openSUSE:Factory/.koan.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "koan"

Sat May 28 22:16:54 2022 rev:2 rq:979589 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/koan/koan.changes        2021-08-03 
22:49:25.700447106 +0200
+++ /work/SRC/openSUSE:Factory/.koan.new.2254/koan.changes      2022-05-28 
22:17:36.849058837 +0200
@@ -1,0 +2,17 @@
+Sat May 28 13:17:46 UTC 2022 - Enno Gotthold <egotth...@suse.com>
+
+- Fix specfile so submissions to Factory are possible again
+
+-------------------------------------------------------------------
+Fri Oct  8 10:47:43 UTC 2021 - Enno Gotthold <egotth...@suse.com>
+
+- Readding the requires for runtime dependencies on python3-netifaces
+  and python3-distro (bsc#1191448)
+
+-------------------------------------------------------------------
+Tue Sep  7 09:28:43 UTC 2021 - Enno Gotthold <egotth...@suse.com>
+
+- Only recommend virt-install to unbreak scenarios where it is not
+  available in the enabled modules of the system
+
+-------------------------------------------------------------------
@@ -4,0 +22 @@
+  https://github.com/cobbler/koan/releases/tag/v3.0.1

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ koan.spec ++++++
--- /var/tmp/diff_new_pack.WZPPTi/_old  2022-05-28 22:17:37.253059337 +0200
+++ /var/tmp/diff_new_pack.WZPPTi/_new  2022-05-28 22:17:37.257059342 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package koan
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,14 +54,14 @@
 License:        GPL-2.0-or-later
 URL:            https://github.com/cobbler/koan
 Source0:        %{name}-%{version}.tar.gz
-
 BuildArch:      noarch
 
 BuildRequires:  python%{python_pkgversion}-%{develsuffix}
 BuildRequires:  python%{python_pkgversion}-setuptools
-
-%{?python_enable_dependency_generator}
-%if ! (%{defined python_enable_dependency_generator} || %{defined 
python_disable_dependency_generator})
+%if 0%{?rhel}
+# We need these to build this properly, and OBS doesn't pull them in by 
default for EPEL
+BuildRequires:  epel-rpm-macros
+%endif
 Requires:       python%{python_pkgversion}-distro
 Requires:       python%{python_pkgversion}-netifaces
 %if 0%{?suse_version}
@@ -70,11 +70,10 @@
 %else
 Requires:       python%{python_pkgversion}-libvirt
 %endif
-%endif
 %if "%{_vendor}" == "debbuild"
-Requires:       virtinst
+Recommends:     virtinst
 %else
-Requires:       virt-install
+Recommends:     virt-install
 %endif
 
 %description
@@ -96,20 +95,20 @@
 %py_install
 
 %files
-%{python_sitelib}/koan*
-%{_bindir}/koan
-%{_bindir}/cobbler-register
 %license COPYING
 %doc README.md
+%{_bindir}/koan
+%{_bindir}/cobbler-register
+%{python_sitelib}/koan*
 
 %if "%{_vendor}" == "debbuild"
-%post -n python%{python_pkgversion}-koan
+%post
 # Do late-stage bytecompilation, per debian policy
-py%{python_pkgversion}compile -p python%{python_pkgversion}-koan
+py%{python_pkgversion}compile -p %{name}
 
-%preun -n python%{python_pkgversion}-koan
+%preun
 # Ensure all __pycache__ files are deleted, per debian policy
-py%{python_pkgversion}clean -p python%{python_pkgversion}-koan
+py%{python_pkgversion}clean -p %{name}
 %endif
 
 %changelog

Reply via email to