diff --git a/zypp-plugin-0.6.4.tar.bz2 b/zypp-plugin-0.6.4.tar.bz2 deleted file mode 100644 index b9cf200..0000000 --- a/zypp-plugin-0.6.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30ed39c4f9cac8115b75a01ce3dbc55aa3dded29f1b25afec88c94363cb9cf2d -size 5004 diff --git a/zypp-plugin-0.6.5.tar.bz2 b/zypp-plugin-0.6.5.tar.bz2 new file mode 100644 index 0000000..e6956f6 --- /dev/null +++ b/zypp-plugin-0.6.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8255d911d95811483f710b06d5b0aeece6d287da627904782df0f4a58e60d1 +size 5115 diff --git a/zypp-plugin.changes b/zypp-plugin.changes index f5847b3..55fd7ba 100644 --- a/zypp-plugin.changes +++ b/zypp-plugin.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 18 14:55:05 CET 2025 - ma@suse.com + +- version 0.6.5 + +------------------------------------------------------------------- +Mon Feb 17 16:25:05 UTC 2025 - Pablo Suárez Hernández + +- Build package for multiple Python flavors on the SLE15 family + (fixes #4) + ------------------------------------------------------------------- Mon Jul 15 15:51:49 CEST 2024 - ma@suse.com diff --git a/zypp-plugin.spec b/zypp-plugin.spec index aa0b7d2..5653aa6 100644 --- a/zypp-plugin.spec +++ b/zypp-plugin.spec @@ -19,7 +19,7 @@ %define singlespec_py3 ( 0%{?suse_version} > 1330 ) Name: zypp-plugin -Version: 0.6.4 +Version: 0.6.5 Release: 0 Summary: Helper that makes writing ZYpp plugins easier License: GPL-2.0 @@ -29,7 +29,12 @@ Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch %if %{singlespec_py3} +%if 0%{?suse_version} >= 1500 +%{?sle15allpythons} +%else %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%endif + BuildRequires: %{python_module devel} BuildRequires: python-rpm-macros BuildRequires: fdupes