Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
c5d3b885ab |
BIN
zypp-plugin-0.6.4.tar.bz2
(Stored with Git LFS)
Normal file
BIN
zypp-plugin-0.6.4.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
zypp-plugin-0.6.5.tar.bz2
(Stored with Git LFS)
BIN
zypp-plugin-0.6.5.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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 <psuarezhernandez@suse.com>
|
|
||||||
|
|
||||||
- Build package for multiple Python flavors on the SLE15 family
|
|
||||||
(fixes #4)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 15 15:51:49 CEST 2024 - ma@suse.com
|
Mon Jul 15 15:51:49 CEST 2024 - ma@suse.com
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%define singlespec_py3 ( 0%{?suse_version} > 1330 )
|
%define singlespec_py3 ( 0%{?suse_version} > 1330 )
|
||||||
|
|
||||||
Name: zypp-plugin
|
Name: zypp-plugin
|
||||||
Version: 0.6.5
|
Version: 0.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper that makes writing ZYpp plugins easier
|
Summary: Helper that makes writing ZYpp plugins easier
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@@ -29,12 +29,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%if %{singlespec_py3}
|
%if %{singlespec_py3}
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
%{?sle15allpythons}
|
|
||||||
%else
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user