This commit is contained in:
parent
f82cf6b5da
commit
01100ac5fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user