mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
Fix deleting odd mans (fix conflicts with openssl-devel)
This commit is contained in:
parent
85c31b54f0
commit
6d3eb4fa90
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
Summary: LibreSSL utils and libs coexisting with OpenSSL
|
||||
Name: libressl
|
||||
Version: 3.0.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
# The code is distributed under ISC license except of original OpenSSL code
|
||||
License: ISC and BSD-like
|
||||
Group: System/Libraries
|
||||
|
@ -293,6 +293,7 @@ cp -rv %{buildroot}%{_mandir}/* %{buildroot}%{_omandir}/
|
|||
# mans with original names in /opt/libressl/share/man
|
||||
rm -fv %{buildroot}%{_mandir}/*/libressl_*
|
||||
rm -fv %{buildroot}%{_omandir}/*/openssl.*
|
||||
(cd %{buildroot}%{_omandir}/man3 ; rm -fv $(ls -1v | grep -v '^libressl_') )
|
||||
# Fully delete other mans from /opt
|
||||
rm -fv %{buildroot}%{_mandir}/*/{nc,netcat,ocspcheck}*
|
||||
# Manually compress man pages because we use both
|
||||
|
|
Loading…
Add table
Reference in a new issue