7
0

Fix the typo causing buiding EL9 bundle without binary dependencies #21

Manually merged
vizhestkov merged 1 commits from bundle_next_el9_deps_fix into bundle_next 2026-02-17 11:32:38 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 16 13:46:38 UTC 2026 - Victor Zhestkov <vzhestkov@suse.com>
- Fix the typo causing buiding EL9 bundle without binary dependencies
-------------------------------------------------------------------
Mon Feb 2 13:50:23 UTC 2026 - Michael Calmer <mc@suse.com>

View File

@@ -736,7 +736,7 @@ sed -i -r 's# /libzmq.so/d;# /libzmq.so/d; /libcrypto.so/d; /libssl.so/d;#' %{S:
# Exclude `libcrypt.so` from binary dependencies to make EL9 bundle
# compatible with openEuler, in case if there is no required libcrypt.so
# on the system, salt will use `passlib` instead of `crypt`.
sed -i -r 's# /libzmq.so/d;# /libzmq.so/d; /libcrypt.so/d;/d;#' %{S:101}
sed -i -r 's# /libzmq.so/d;# /libzmq.so/d; /libcrypt.so/d;#' %{S:101}
%endif
# Expand SELinux policy files