From 322ca63e08e8b3d489ec30246428e03a2300602d Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 4 Feb 2026 10:23:40 +0100 Subject: [PATCH] Modify RPM verification of ssleay.cnf Related: RHEL-127516 --- openwsman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwsman.spec b/openwsman.spec index d2ba69a..d9dc8bd 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -318,7 +318,7 @@ rm -f /var/log/wsmand.log # the server fails to start without these files. %dir %{_sysconfdir}/openwsman %config(noreplace) %{_sysconfdir}/openwsman/openwsman.conf -%config(noreplace) %{_sysconfdir}/openwsman/ssleay.cnf +%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/openwsman/ssleay.cnf %attr(0755,root,root) %{_sysconfdir}/openwsman/owsmangencert.sh %attr(0755,root,root) %{_sysconfdir}/openwsman/owsmantestcert.sh %config(noreplace) %{_sysconfdir}/pam.d/openwsman