diff --git a/saltbundlepy-zypp-plugin.changes b/saltbundlepy-zypp-plugin.changes index 5105722..24c3745 100644 --- a/saltbundlepy-zypp-plugin.changes +++ b/saltbundlepy-zypp-plugin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 16 11:05:40 UTC 2024 - Pablo Suárez Hernández + +- Fix stomp header regex to include '-' (bsc#1227793) +- version 0.6.4 + ------------------------------------------------------------------- Mon Apr 4 13:15:06 UTC 2022 - Victor Zhestkov diff --git a/saltbundlepy-zypp-plugin.spec b/saltbundlepy-zypp-plugin.spec index c0aeedb..0c98e2d 100644 --- a/saltbundlepy-zypp-plugin.spec +++ b/saltbundlepy-zypp-plugin.spec @@ -24,7 +24,7 @@ %global __brp_python_bytecompile %{nil} Name: saltbundlepy-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 @@ -50,7 +50,7 @@ and implementing the commands you want to respond to as python methods. %install %{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 %{__$python} -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib} %{__$python} -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib} diff --git a/zypp-plugin-0.6.3.tar.bz2 b/zypp-plugin-0.6.3.tar.bz2 deleted file mode 100644 index 834979f..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:3c3b094137fc9e06fb5b40548fc356ebfe668be488076322cace16a59e74c3a6 -size 4598 diff --git a/zypp-plugin-0.6.4.tar.bz2 b/zypp-plugin-0.6.4.tar.bz2 new file mode 100644 index 0000000..cd81eca --- /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