7
0

17 Commits

Author SHA256 Message Date
a9af70fdfc Fix the typo causing buiding EL9 bundle without binary dependencies 2026-02-16 17:09:35 +01:00
Michael Calmer
2c4cb6a49d adapt changelog for rebuild 2026-02-02 16:39:35 +01:00
07d10e5c04 Fix CVE entries in changelog 2026-01-21 17:23:32 +01:00
b5b9e366ab Sync patches from github.com/openSUSE/salt-packaging (openSUSE/release/3006.0) 2026-01-19 10:57:13 +01:00
7a6e524c26 remove saltbundlepy-deb from include-deb 2026-01-14 15:55:09 +01:00
e47a09559d Drop saltbundlepy-apt dependency 2026-01-14 15:50:40 +01:00
e8cbad0b66 Synchronize latest patches 2026-01-14 15:30:57 +01:00
d158669a7b Synchronize git 2026-01-08 10:13:07 +01:00
c82c8457ef Merge pull request 'Synchronize lastrevision' (#8) from mczernek/venv-salt-minion:sync-next into bundle_next
Reviewed-on: #8
Reviewed-by: Pablo Suárez Hernández <psuarezhernandez@noreply.src.opensuse.org>
2025-11-13 13:39:44 +01:00
bac9f2891f Synchronize lastrevision 2025-11-13 13:17:45 +01:00
4c2171938d Merge pull request 'Fix TLS and x509 modules for OSes with older cryptography module' (#7) from mczernek/venv-salt-minion:mcz_bundle_next into bundle_next
Reviewed-on: #7
Reviewed-by: Pablo Suárez Hernández <psuarezhernandez@noreply.src.opensuse.org>
2025-11-11 10:38:33 +01:00
68e077d533 Fix TLS and x509 modules for OSes with older cryptography module 2025-11-11 09:43:13 +01:00
f5c0fb66ba Merge pull request '[bundle_next] Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244)' (#5) from bundle_next-tw-fixes into bundle_next
Reviewed-on: #5
Reviewed-by: Victor Zhestkov <vizhestkov@noreply.src.opensuse.org>
2025-11-10 11:12:47 +01:00
bd11ef84a5 Bump _lastrevision after skiping unneeded fix 2025-11-10 09:59:39 +00:00
ef65277ae2 Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244)
* Use external tornado on Python > 3.11
* Make tls and x509 to use python-cryptography
* Remove usage of spwd
2025-11-10 09:22:19 +00:00
af9c3d8691 Merge pull request 'Add missing patches to "bundle_next" branch' (#3) from PSuarezHernandez/venv-salt-minion:bundle_next-missing-patches into bundle_next
Reviewed-on: #3
Reviewed-by: Marek Czernek <mczernek@noreply.src.opensuse.org>
2025-10-30 11:30:00 +01:00
d47848c9d1 Add missing patches to bundle_testing 2025-10-29 10:48:34 +00:00
2 changed files with 7 additions and 19 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Wed Mar 4 07:55:57 UTC 2026 - Victor Zhestkov <vzhestkov@suse.com>
- Fix the issue preventing SELinux profile to be loaded on SLES 16
deployed using cloud images (bsc#1258957)
-------------------------------------------------------------------
Mon Feb 16 13:46:38 UTC 2026 - Victor Zhestkov <vzhestkov@suse.com>
@@ -15,7 +9,7 @@ Mon Feb 2 13:50:23 UTC 2026 - Michael Calmer <mc@suse.com>
- Rebuild because of maintenance release
-------------------------------------------------------------------
Mon Jan 19 09:31:06 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
Mon Jan 19 09:28:31 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
- Make syntax in httputil_test compatible with Python 3.6
- Fix KeyError in postgres module with PostgreSQL 17 (bsc#1254325)
@@ -25,7 +19,7 @@ Mon Jan 19 09:31:06 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
* backport-add-maintain-m-privilege-to-postgres-module.patch
-------------------------------------------------------------------
Wed Jan 14 14:25:41 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
Wed Jan 14 14:29:54 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
- Use internal deb classes instead of external aptsource lib
* Drop dependency on saltbundlepy-apt
@@ -46,16 +40,9 @@ Wed Jan 14 14:25:41 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
* include-deb
-------------------------------------------------------------------
Thu Jan 8 08:39:12 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
Thu Jan 8 08:39:44 UTC 2026 - Marek Czernek <marek.czernek@suse.com>
- Extend warn_until period to 2027
- Added:
* extend-fails-to-warnings-until-2027-742.patch
-------------------------------------------------------------------
Mon Nov 24 21:02:49 UTC 2025 - Alexander Graul <alexander.graul@suse.com>
- CVE-2025-62349: Add minimum_auth_version to enforce security (bsc#1254257)
- Backport security fixes for vendored tornado
* BDSA-2024-3438
@@ -64,6 +51,7 @@ Mon Nov 24 21:02:49 UTC 2025 - Alexander Graul <alexander.graul@suse.com>
- CVE-2025-62348: Junos module yaml loader fix (bsc#1254256)
- Added:
* extend-fails-to-warnings-until-2027-742.patch
* backport-3006.17-security-fixes-739.patch
-------------------------------------------------------------------

View File

@@ -1040,7 +1040,7 @@ if [ $1 -gt 1 ] && [ ! -d "%{salt_venv}%{venv}/lib/%{python_ver_short}" ]; then
# Upgrading python version; save the previous environment
prev_python_ver_short="$(find %{salt_venv}%{venv}/lib/python* -maxdepth 0 -type d | xargs basename || :)"
rm -rf %{salt_venv}%{venv}/lib/prev_env
if [ ! -z "$prev_python_ver_short" ]; then
if [ ! -z "$prev_python_ver_short" ]; then
cp -r "%{salt_venv}%{venv}/lib/$prev_python_ver_short" "%{salt_venv}%{venv}/lib/prev_env"
echo $prev_python_ver_short > "%{salt_venv}%{venv}/lib/prev_env/prev_python_ver_short"
fi
@@ -1048,7 +1048,7 @@ fi
%post
if test -f %{salt_venv}%{venv}/selinux/venv-salt-minion.pp ; then
if command -v semodule > /dev/null 2>&1 ; then
if which semodule > /dev/null 2>&1 ; then
semodule -n -i %{salt_venv}%{venv}/selinux/venv-salt-minion.pp 2> /dev/null || :
if /usr/sbin/selinuxenabled ; then
/usr/sbin/load_policy
@@ -1143,7 +1143,7 @@ if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
%else
if [ $1 -eq 0 ]; then
%endif
if command -v semodule > /dev/null 2>&1 ; then
if which semodule > /dev/null 2>&1 ; then
semodule -n -r venv-salt-minion 2> /dev/null || :
if /usr/sbin/selinuxenabled ; then
/usr/sbin/load_policy