From 58af5582c59717b65b11ab2346dc5a7bb790bb121d25b8d97846ce99b9f6f9e0 Mon Sep 17 00:00:00 2001 From: vzhestkov Date: Mon, 16 Feb 2026 14:49:44 +0100 Subject: [PATCH] Fix the typo causing buiding EL9 bundle without binary dependencies --- venv-salt-minion.changes | 5 +++++ venv-salt-minion.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/venv-salt-minion.changes b/venv-salt-minion.changes index 4d717c7..a66abf3 100644 --- a/venv-salt-minion.changes +++ b/venv-salt-minion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 16 13:46:38 UTC 2026 - Victor Zhestkov + +- Fix the typo causing buiding EL9 bundle without binary dependencies + ------------------------------------------------------------------- Mon Feb 2 13:50:23 UTC 2026 - Michael Calmer diff --git a/venv-salt-minion.spec b/venv-salt-minion.spec index 6bf8625..3443e35 100644 --- a/venv-salt-minion.spec +++ b/venv-salt-minion.spec @@ -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 -- 2.51.1