Sync from SUSE:ALP:Source:Standard:1.0 saltbundlepy-zypp-plugin revision 2a60fd679437591fa3415411a1120cc2
This commit is contained in:
parent
c3cb1c396b
commit
046c8a1281
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 11:05:40 UTC 2024 - Pablo Suárez Hernández <psuarezhernandez@suse.com>
|
||||||
|
|
||||||
|
- Fix stomp header regex to include '-' (bsc#1227793)
|
||||||
|
- version 0.6.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 13:15:06 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
|
Mon Apr 4 13:15:06 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%global __brp_python_bytecompile %{nil}
|
%global __brp_python_bytecompile %{nil}
|
||||||
|
|
||||||
Name: saltbundlepy-zypp-plugin
|
Name: saltbundlepy-zypp-plugin
|
||||||
Version: 0.6.3
|
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-only
|
License: GPL-2.0-only
|
||||||
@ -50,7 +50,7 @@ and implementing the commands you want to respond to as python methods.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{python_expand mkdir -p %{buildroot}%{python_sitelib}
|
%{python_expand mkdir -p %{buildroot}%{python_sitelib}
|
||||||
install python/zypp_plugin.py %{buildroot}%{$python_sitelib}/zypp_plugin.py
|
install -m 0644 python/zypp_plugin.py %{buildroot}%{$python_sitelib}/zypp_plugin.py
|
||||||
find %{buildroot}%{$python_sitelib} -name '*.pyc' -delete
|
find %{buildroot}%{$python_sitelib} -name '*.pyc' -delete
|
||||||
%{__$python} -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
|
%{__$python} -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
|
||||||
%{__$python} -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
|
%{__$python} -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
|
||||||
|
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.
Loading…
Reference in New Issue
Block a user