From 4a8ad7eb81a44abfbd476689276be05a183ba60f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Dec 2015 22:07:39 +0200 Subject: [PATCH] third error was from pld specific man-namespace patch https://github.com/openssl/openssl/issues/491#issuecomment-161766747 dropping that chunk, as rpm build macros convert symlinks to man links in post process anyway --- openssl-man-namespace.patch | 13 ------------- openssl.spec | 4 ---- 2 files changed, 17 deletions(-) diff --git a/openssl-man-namespace.patch b/openssl-man-namespace.patch index 14d025e..e5aba06 100644 --- a/openssl-man-namespace.patch +++ b/openssl-man-namespace.patch @@ -23,16 +23,3 @@ done); \ done ---- openssl-1.0.0/util/point.sh.orig 2009-04-06 16:25:02.000000000 +0200 -+++ openssl-1.0.0/util/point.sh 2010-04-10 11:17:19.616991410 +0200 -@@ -1,7 +1,9 @@ - #!/bin/sh - - rm -f "$2" --if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then -+if true; then -+ echo ".so $1" > "$2" -+elif test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then - cp "$1" "$2" - else - ln -s "$1" "$2" diff --git a/openssl.spec b/openssl.spec index 3263a70..c61ed55 100644 --- a/openssl.spec +++ b/openssl.spec @@ -268,10 +268,6 @@ RC4, RSA и SSL. Включает статические библиотеки д sed -i -e 's|\$prefix/\$libdir/engines|/%{_lib}/engines|g' Configure -# fix packaging error -# https://github.com/openssl/openssl/issues/491 -ln -s . test/openssl-1.0.2e - %build touch Makefile.* -- 2.43.0