SHA256
1
0
forked from pool/zypp-plugin

7 Commits

Author SHA256 Message Date
18969a76b4 Accepting request 1320958 from zypp:Head
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1320958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-plugin?expand=0&rev=19
2025-12-04 10:22:26 +00:00
4a6637d39d gitrev c21bd52 (changes 0.6.6, 2025-11-26)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=34
2025-11-26 10:00:21 +00:00
ab7e7dbeda gitrev 9e04ce1 (Fix libzypp docs link., 2025-08-13)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=33
2025-09-22 22:16:09 +00:00
6f07e5abf3 Accepting request 1246724 from zypp:Head
Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/1246724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-plugin?expand=0&rev=18
2025-02-19 14:58:37 +00:00
501bbde617 gitrev a12f98e (changes 0.6.5, 2025-02-18)
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=32
2025-02-18 13:57:28 +00:00
a2c87ed169 gitrev 8c14af4 (Merge pull request #4 from meaksh/master-sle15-all-flavors, 2025-02-18)
4314521 (Build package for multiple Python flavors on the SLE15 family, 2025-02-17)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=31
2025-02-18 12:56:00 +00:00
3317035dbb gitrev 7ba4f50 (Merge pull request #4 from meaksh/master-sle15-all-flavors, 2025-02-18)
4314521 (Build package for multiple Python flavors on the SLE15 family, 2025-02-17)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=30
2025-02-18 12:41:51 +00:00
4 changed files with 27 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75f8f33142492610da6a984d03114123f3538b85a22073e17cab7dcb0118172a
size 5138

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 26 10:52:36 CET 2025 - ma@suse.com
- Fix link to libzypp plugins documentation:
https://opensuse.github.io/libzypp/zypp-plugins.html
- version 0.6.6
-------------------------------------------------------------------
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

View File

@@ -19,7 +19,7 @@
%define singlespec_py3 ( 0%{?suse_version} > 1330 )
Name: zypp-plugin
Version: 0.6.4
Version: 0.6.6
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