diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-04 12:38:35 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-04 12:38:35 -0500 |
commit | 628c022499414c34391fda205fee1ea515840425 (patch) | |
tree | f06427c8117e103cc4ca6f641a444fcf32a166bc | |
parent | ffs 11.16 rc1 (diff) | |
download | stackrpms-628c022499414c34391fda205fee1ea515840425.tar.gz stackrpms-628c022499414c34391fda205fee1ea515840425.tar.bz2 stackrpms-628c022499414c34391fda205fee1ea515840425.zip |
disable openssl patch for fc36/rawhide
-rw-r--r-- | freefilesync/freefilesync.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index d5d24f2..8dcc800 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -109,7 +109,10 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%if 0%{?fedora} < 36 +# Patch13 openssl is only for openssl < 3.0.0 %patch13 -p1 +%endif %patch14 -p1 # custom build parameters for packaging application in rpm |