This commit is contained in:
parent
f82cf6b5da
commit
01100ac5fc
@ -171,8 +171,8 @@ cp %{SOURCE3} %{SOURCE4} %{SOURCE11} .
|
|||||||
PATCH_DIR="../SUSE_patches"
|
PATCH_DIR="../SUSE_patches"
|
||||||
cat $PATCH_DIR/patch.series | while read p; do
|
cat $PATCH_DIR/patch.series | while read p; do
|
||||||
%if %{suse_version} < 1330
|
%if %{suse_version} < 1330
|
||||||
if [[ "$p" =~ "openssl_1.1.0.patch" ]]; then
|
if echo "$p" | grep openssl_1.1.0.patch ; then
|
||||||
printf ">> skiping '$p'"
|
printf ">> skipping '$p'"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user