From 862b8ef46f5d139aafb8b23c96dae90ea4ebe6e4efddfc12c2573381e9c0a241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 6 Aug 2024 11:05:51 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main zypp-plugin revision 703ce6f140a1d81f1553bb8816baebe5 --- zypp-plugin-0.6.3.tar.bz2 | 3 --- zypp-plugin-0.6.4.tar.bz2 | 3 +++ zypp-plugin.changes | 6 ++++++ zypp-plugin.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 zypp-plugin-0.6.3.tar.bz2 create mode 100644 zypp-plugin-0.6.4.tar.bz2 diff --git a/zypp-plugin-0.6.3.tar.bz2 b/zypp-plugin-0.6.3.tar.bz2 deleted file mode 100644 index 0145718..0000000 --- a/zypp-plugin-0.6.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3836f2676494de3a61a99a9592b29a02ae34339b29058774ade9a5f90586874d -size 4951 diff --git a/zypp-plugin-0.6.4.tar.bz2 b/zypp-plugin-0.6.4.tar.bz2 new file mode 100644 index 0000000..b9cf200 --- /dev/null +++ b/zypp-plugin-0.6.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ed39c4f9cac8115b75a01ce3dbc55aa3dded29f1b25afec88c94363cb9cf2d +size 5004 diff --git a/zypp-plugin.changes b/zypp-plugin.changes index af7479a..f5847b3 100644 --- a/zypp-plugin.changes +++ b/zypp-plugin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 15 15:51:49 CEST 2024 - ma@suse.com + +- Fix stomp header regex to include '-' (bsc#1227793) +- version 0.6.4 + ------------------------------------------------------------------- Fri Oct 23 21:31:23 UTC 2020 - Benjamin Greiner diff --git a/zypp-plugin.spec b/zypp-plugin.spec index ff583f0..aa0b7d2 100644 --- a/zypp-plugin.spec +++ b/zypp-plugin.spec @@ -1,7 +1,7 @@ # # spec file for package zypp-plugin # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,27 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define singlespec_py3 ( 0%{?suse_version} > 1330 ) Name: zypp-plugin -Version: 0.6.3 +Version: 0.6.4 Release: 0 Summary: Helper that makes writing ZYpp plugins easier -License: GPL-2.0-only +License: GPL-2.0 Group: System/Packages -URL: https://github.com/openSUSE/zypp-plugin +Url: https://github.com/openSUSE/zypp-plugin Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch %if %{singlespec_py3} %{?!python_module:%define python_module() python-%{**} python3-%{**}} BuildRequires: %{python_module devel} -BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: fdupes Requires: python-base # provide old names for py2 package %if "%{python_flavor}" == "python2"