From 9ca0bad995f54992c5a68bbf3cbd05503c049870 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 28 Jan 2026 16:46:28 +0100 Subject: [PATCH] Fix bogus 'sscg' arguments Related: RHEL-113443 --- openwsman-2.7.2-ssl-certs-gen-changes.patch | 8 ++++---- openwsman.spec | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/openwsman-2.7.2-ssl-certs-gen-changes.patch b/openwsman-2.7.2-ssl-certs-gen-changes.patch index 11de1d5..0f0b96a 100644 --- a/openwsman-2.7.2-ssl-certs-gen-changes.patch +++ b/openwsman-2.7.2-ssl-certs-gen-changes.patch @@ -51,10 +51,10 @@ diff -up openwsman-2.8.1/etc/owsmangencert.sh.cmake.orig openwsman-2.8.1/etc/ows +function selfsign_sscg() +{ + sscg --quiet \ -+ --lifetime "${DAYS}" \ -+ --cert-key-file "${KEYFILE}" \ -+ --cert-file "${CERTFILE}" \ -+ --ca-file "${CAFILE}" ++ --lifetime "$DAYS" \ ++ --cert-key-file "$KEYFILE" \ ++ --cert-file "$CERTFILE" \ ++ --ca-file "$CAFILE" +} + +function selfsign_openssl() diff --git a/openwsman.spec b/openwsman.spec index d15fbc6..a8ecaa9 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -25,7 +25,7 @@ Name: openwsman Version: 2.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open source Implementation of WS-Management License: BSD-3-Clause AND MIT @@ -413,6 +413,10 @@ fi %endif %changelog +* Wed Jan 28 2026 Vitezslav Crhonek - 2.8.1-2 +- Fix bogus 'sscg' arguments + Related: RHEL-113443 + * Thu Oct 23 2025 Vitezslav Crhonek - 2.8.1-1 - Update to openwsman-2.8.1 RHEL-99191