Marcus Meissner 2018-03-05 16:42:43 +00:00 committed by Git OBS Bridge
parent f82cf6b5da
commit 01100ac5fc

View File

@ -171,8 +171,8 @@ cp %{SOURCE3} %{SOURCE4} %{SOURCE11} .
PATCH_DIR="../SUSE_patches"
cat $PATCH_DIR/patch.series | while read p; do
%if %{suse_version} < 1330
if [[ "$p" =~ "openssl_1.1.0.patch" ]]; then
printf ">> skiping '$p'"
if echo "$p" | grep openssl_1.1.0.patch ; then
printf ">> skipping '$p'"
continue
fi
%endif