]> git.pld-linux.org Git - packages/openssl.git/commitdiff
fix for missing bctest auto/th/openssl-1.0.2e-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Dec 2015 18:36:17 +0000 (20:36 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Dec 2015 18:36:17 +0000 (20:36 +0200)
https://github.com/openssl/openssl/issues/493

openssl.spec

index 6571cafddcaea9fdb0814c2185cb09ea85cb95f9..78c7df4e982800f77ce525e3bf2235a44b743636 100644 (file)
@@ -31,6 +31,8 @@ Source0:      ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
 # Source0-md5: 2218c1a6f807f7206c11eb3ee3a5ec80
 Source1:       https://raw.githubusercontent.com/openssl/openssl/OpenSSL_1_0_2-stable/util/pod2mantest
 # Source1-md5: 0811d285202cebe91003771475802b4f
+Source11:      https://raw.githubusercontent.com/openssl/openssl/OpenSSL_1_0_2-stable/test/bctest
+# Source11-md5:        ca85ae891de94faa821c2c6f4dba7f5a
 Source2:       %{name}.1.pl
 Source3:       %{name}-ssl-certificate.sh
 Source4:       %{name}-c_rehash.sh
@@ -278,6 +280,9 @@ ln -s . test/openssl-1.0.2e
 # https://github.com/openssl/openssl/issues/490
 install -p %{SOURCE1} util
 
+# https://github.com/openssl/openssl/issues/493
+install -p %{SOURCE11} test
+
 %build
 touch Makefile.*
 
This page took 0.030893 seconds and 4 git commands to generate.