diff options
author | B Stack <bgstack15@gmail.com> | 2019-02-19 08:29:04 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-02-19 08:29:04 -0500 |
commit | 94fb96c83a48244fba927e60613492632d8aed56 (patch) | |
tree | 3696d1dd9a13434d404e6629363bcccc01377813 /freefilesync | |
parent | WIP: fix fc28 libcurl problem and el7 %dist (diff) | |
download | stackrpms-94fb96c83a48244fba927e60613492632d8aed56.tar.gz stackrpms-94fb96c83a48244fba927e60613492632d8aed56.tar.bz2 stackrpms-94fb96c83a48244fba927e60613492632d8aed56.zip |
fix typo in Patch2 about %dist
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/.gitignore | 1 | ||||
-rw-r--r-- | freefilesync/freefilesync.spec | 2 |
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 |