diff options
-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 |