summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
blob: c09acd5052815c46ac393a26a46b2fe85ed82683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# FreeFileSync upstream
https://freefilesync.org
Forked from `https://github.com/PhantomX/chinforpms/blob/master/_pasture/freefilesync/freefilesync.spec`
https://gitlab.com/opensource-tracking/FreeFileSync

# Reason for being in stackrpms
Fedora, CentOS, and Devuan do not package FreeFileSync. I maintained a separate spec file for this application, but rebased to a fork from PhantomX.

# Reverse dependency matrix
Distro         | FreeFileSync version | gtk version
-------------- | -------------------- | ----------------
CentOS 7       | 10.19                | 2
CentOS 8       | 10.19                | 2
Fedora 29      | 10.19                | 2
Fedora 30      | 10.19                | 2
Fedora 31      | 10.19                | 2
Fedora Rawhide | 10.19                | 2
Devuan Ceres   | 10.19                | 2 (stable), 3 (unstable)

# Additional info
Devuan upstream recently dropped gtk2 packages required for building FreeFileSync. This means that OBS can only build the gtk3 version, which has some serious stability problems. My local gtk2 build is much more stable but depends on my local devuan-archive repo.

# Differences from upstream
None
bgstack15