summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--freefilesync/.gitignore1
-rw-r--r--freefilesync/freefilesync.spec2
2 files changed, 2 insertions, 1 deletions
diff --git a/freefilesync/.gitignore b/freefilesync/.gitignore
new file mode 100644
index 0000000..10d00b5
--- /dev/null
+++ b/freefilesync/.gitignore
@@ -0,0 +1 @@
+*.gz
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 169fa08..df5661c 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.%{?rhel:el%{?rhel}}%{!?rhel:%{?dist}}.patch
+Patch2: ffs%{?rhel:.el%{?rhel}}%{!?rhel:%{?dist}}.patch
Patch3: ffs_allow_parallel_ops.patch
Patch4: ffs_sftp.patch
bgstack15