!414 [sync] PR-402: Fix broken link
From: @fly_fzc Reviewed-by: @zcfsite Signed-off-by: @zcfsite
This commit is contained in:
commit
b3de38ebbd
@ -2,7 +2,7 @@
|
|||||||
Name: openssl
|
Name: openssl
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.0.12
|
Version: 3.0.12
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Cryptography and SSL/TLS Toolkit
|
Summary: Cryptography and SSL/TLS Toolkit
|
||||||
License: OpenSSL and SSLeay
|
License: OpenSSL and SSLeay
|
||||||
URL: https://www.openssl.org/
|
URL: https://www.openssl.org/
|
||||||
@ -161,7 +161,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
|
# rename man pages avoid conflicting with other man pages in system
|
||||||
%define manpostfix _openssl
|
%define manpostfix _openssl
|
||||||
pushd $RPM_BUILD_ROOT%{_mandir}
|
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
|
for manpage in man*/* ; do
|
||||||
if [ -L ${manpage} ]; then
|
if [ -L ${manpage} ]; then
|
||||||
targetfile=`ls -l ${manpage} | awk '{print $NF}'`
|
targetfile=`ls -l ${manpage} | awk '{print $NF}'`
|
||||||
@ -254,6 +254,9 @@ make test || :
|
|||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 27 2024 wangjinchao <wangjinchao@xfusion.com> - 1:3.0.12-13
|
||||||
|
- fix broken link
|
||||||
|
|
||||||
* Thu Oct 17 2024 liningjie <liningjie@xfusion.com> - 1:3.0.12-12
|
* Thu Oct 17 2024 liningjie <liningjie@xfusion.com> - 1:3.0.12-12
|
||||||
- fix CVE-2024-9143
|
- fix CVE-2024-9143
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user