From 44829d8c9c79a25d535034e211916634a8679385 Mon Sep 17 00:00:00 2001 From: Bartek Szady Date: Thu, 18 Jan 2018 20:13:52 +0100 Subject: [PATCH] - tools manuals restored --- openssl-man-namespace.patch | 2 +- openssl.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl-man-namespace.patch b/openssl-man-namespace.patch index 1bf9a8e..2c3bd12 100644 --- a/openssl-man-namespace.patch +++ b/openssl-man-namespace.patch @@ -5,7 +5,7 @@ > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ $(PERL) util/extract-names.pl < $$i | \ - (grep -v $$filecase "^$$fn\$$"; true) | \ -+ (grep -v $$filecase "^$${fn#openssl-}\$$"; true) | \ ++ (grep -v -E $$filecase "^$${fn}|$${fn#openssl-}\$$"; true) | \ (grep -v "[ ]"; true) | \ (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \ while read n; do \ diff --git a/openssl.spec b/openssl.spec index 8e88d61..b52a90f 100644 --- a/openssl.spec +++ b/openssl.spec @@ -25,7 +25,7 @@ Name: openssl # Version 1.0.2 will be supported until 2019-12-31. # https://www.openssl.org/about/releasestrat.html Version: 1.0.2n -Release: 1 +Release: 2 License: Apache-like Group: Libraries %if %{without snap} -- 2.43.0