summaryrefslogtreecommitdiff
path: root/freefilesync
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 12:38:35 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-04 12:38:35 -0500
commit628c022499414c34391fda205fee1ea515840425 (patch)
treef06427c8117e103cc4ca6f641a444fcf32a166bc /freefilesync
parentffs 11.16 rc1 (diff)
downloadstackrpms-628c022499414c34391fda205fee1ea515840425.tar.gz
stackrpms-628c022499414c34391fda205fee1ea515840425.tar.bz2
stackrpms-628c022499414c34391fda205fee1ea515840425.zip
disable openssl patch for fc36/rawhide
Diffstat (limited to 'freefilesync')
-rw-r--r--freefilesync/freefilesync.spec3
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
bgstack15