summaryrefslogtreecommitdiff
path: root/freefilesync
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-22 08:48:44 -0500
committerB Stack <bgstack15@gmail.com>2019-11-22 08:48:44 -0500
commit8f8b82b3500a30c6c62810f0b7008d22dd016b2a (patch)
tree5a4d20a001617a18871529badb8cf584406f8f0d /freefilesync
parentfix patch9 (diff)
downloadstackrpms-8f8b82b3500a30c6c62810f0b7008d22dd016b2a.tar.gz
stackrpms-8f8b82b3500a30c6c62810f0b7008d22dd016b2a.tar.bz2
stackrpms-8f8b82b3500a30c6c62810f0b7008d22dd016b2a.zip
no_eraseif for el7, el8, fc29
Diffstat (limited to 'freefilesync')
-rw-r--r--freefilesync/freefilesync.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 97b5e8d..3ed654a 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -98,8 +98,6 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%patch7 -p1
%if 0%{?el6}%{?el7}%{?el8}%{?fc29}
%patch8 -p1
-%endif
-%if 0%{?el7}
%patch9 -p1
%endif
@@ -205,7 +203,7 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%changelog
* Thu Nov 21 2019 B Stack <bgstack15@gmail.com> - 10.18-2
-- el7 reverted to devtoolset-7, -std=c++17, and some older internal logic
+- el and fc29 reverted to devtoolset-7, -std=c++17, and some older internal logic
* Wed Nov 20 2019 B Stack <bgstack15@gmail.com> - 10.18-1
- version bump
bgstack15