summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-02-19 08:18:07 -0500
committerB Stack <bgstack15@gmail.com>2019-02-19 08:18:07 -0500
commitcd61d610cdcba5b6380d5e1a9561ab53332f8846 (patch)
tree80240ed7daadc8eed3a8e5abc30cdee0e9007845 /freefilesync/freefilesync.spec
parentWIP freefilesync: add requires: libcurl and libssh (diff)
downloadstackrpms-cd61d610cdcba5b6380d5e1a9561ab53332f8846.tar.gz
stackrpms-cd61d610cdcba5b6380d5e1a9561ab53332f8846.tar.bz2
stackrpms-cd61d610cdcba5b6380d5e1a9561ab53332f8846.zip
WIP: fix fc28 libcurl problem and el7 %dist
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index fe415fe..169fa08 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -28,7 +28,7 @@ Source1: %{pkgname}.desktop
Source2: %{prog2name}.desktop
Patch0: ffs_no_check_updates.patch
Patch1: ffs_no_wx311.patch
-Patch2: ffs%{?dist}.patch
+Patch2: ffs.%{?rhel:el%{?rhel}}%{!?rhel:%{?dist}}.patch
Patch3: ffs_allow_parallel_ops.patch
Patch4: ffs_sftp.patch
bgstack15