]> git.pld-linux.org Git - packages/openssl.git/commitdiff
fix version check
authorElan Ruusamäe <glen@delfi.ee>
Fri, 5 Aug 2016 22:56:50 +0000 (01:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 5 Aug 2016 22:56:50 +0000 (01:56 +0300)
openssl.spec

index 8b431ce31fdcbfbfc628c9966f687ed5acbd5a78..d9bb0d9853ad639b811d93f50413e142a229c507 100644 (file)
@@ -349,7 +349,7 @@ PERL="%{__perl}" \
 %endif
 
 v=$(awk -F= '/^VERSION/{print $2}' Makefile)
-test "$v" = %{version}%{?with_snap:-dev}
+test "$v" = %{version}%{?subver:-%{subver}}%{?with_snap:-dev}
 
 %{__make} -j1 all rehash %{?with_tests:tests} \
        CC="%{__cc}" \
This page took 0.055963 seconds and 4 git commands to generate.