From 3220bd6f8a7f9a9e7bd73fea9492b00a9927e475 Mon Sep 17 00:00:00 2001 From: Wang Jinchao Date: Tue, 19 Nov 2024 07:17:56 +0000 Subject: [PATCH] fix broken link Signed-off-by: Wang Jinchao (cherry picked from commit e9310158a977dab1dc2b37ec610ecf154b267171) --- openssl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index 03cfcea..e0585b4 100644 --- a/openssl.spec +++ b/openssl.spec @@ -2,7 +2,7 @@ Name: openssl Epoch: 1 Version: 3.0.12 -Release: 11 +Release: 12 Summary: Cryptography and SSL/TLS Toolkit License: OpenSSL and SSLeay URL: https://www.openssl.org/ @@ -160,7 +160,7 @@ touch -r %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/{openssl.cnf,ct_log_li # rename man pages avoid conflicting with other man pages in system %define manpostfix _openssl pushd $RPM_BUILD_ROOT%{_mandir} -ln -s -f config.5 man5/openssl.cnf.5 +ln -s -f config.5ossl man5/openssl.cnf.5 for manpage in man*/* ; do if [ -L ${manpage} ]; then targetfile=`ls -l ${manpage} | awk '{print $NF}'` @@ -253,6 +253,9 @@ make test || : %ldconfig_scriptlets libs %changelog +* Tue Nov 19 2024 wangjinchao - 1:3.0.12-12 +- fix broken link + * Thu Oct 17 2024 liningjie - 1:3.0.12-11 - fix CVE-2024-9143 -- Gitee