summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-16 13:41:37 -0400
committerB Stack <bgstack15@gmail.com>2019-07-16 13:41:37 -0400
commita1254a353517b5caa272ecd99c2e4747463b1749 (patch)
tree59a10555410c2baffb8b07873489d14b759966ba /freefilesync/freefilesync.spec
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-a1254a353517b5caa272ecd99c2e4747463b1749.tar.gz
stackrpms-a1254a353517b5caa272ecd99c2e4747463b1749.tar.bz2
stackrpms-a1254a353517b5caa272ecd99c2e4747463b1749.zip
freefilesync: no update check, rpm and dpkg
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 1c8244e..4a961b9 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -15,7 +15,7 @@
%endif
Name: freefilesync
Version: 10.14
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -190,6 +190,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Tue Jul 16 2019 B Stack <bgstack15@gmail.com> - 10.14-3
+- completely disable update-check
+
* Tue Jul 16 2019 B Stack <bgstack15@gmail.com> - 10.14-2
- adjust dependencies for el7
bgstack15