]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- tools manuals restored
authorBartek Szady <bszx@bszx.eu>
Thu, 18 Jan 2018 19:13:52 +0000 (20:13 +0100)
committerBartek Szady <bszx@bszx.eu>
Thu, 18 Jan 2018 19:13:52 +0000 (20:13 +0100)
openssl-man-namespace.patch
openssl.spec

index 1bf9a8ea5618bddc0615e01e016fd3272344f8c2..2c3bd12022a5896f8c7db0ef556612066814aaa7 100644 (file)
@@ -5,7 +5,7 @@
                        >  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
                $(PERL) util/extract-names.pl < $$i | \
 -                      (grep -v $$filecase "^$$fn\$$"; true) | \
                        >  $(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 \
                        (grep -v "[     ]"; true) | \
                        (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
                         while read n; do \
index 8e88d6139bef364f302bfb313d71a666fb9dfa78..b52a90f00e18029f49187c128c56bb20e27d8845 100644 (file)
@@ -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
 # 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}
 License:       Apache-like
 Group:         Libraries
 %if %{without snap}
This page took 0.068567 seconds and 4 git commands to generate.