Fix the typo causing buiding EL9 bundle without binary dependencies #21
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user