Sync from SUSE:SLFO:Main zypp-plugin revision 703ce6f140a1d81f1553bb8816baebe5
This commit is contained in:
parent
a6f6007eb8
commit
862b8ef46f
BIN
zypp-plugin-0.6.3.tar.bz2
(Stored with Git LFS)
BIN
zypp-plugin-0.6.3.tar.bz2
(Stored with Git LFS)
Binary file not shown.
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.
@ -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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user