From d1870fc18e376333d9095ba55406444d8bc0b163 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 18 Feb 2019 16:06:36 -0500 Subject: WIP: ffs for el7 and fc28 from one spec The el7 version depends on the copr bgstack15/FreeFileSync and the fc28 version should be the same as before, but will need to actually be tested. --- freefilesync/freefilesync.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'freefilesync') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 6d4caf9..2c3a2e5 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -44,10 +44,14 @@ BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(zlib) BuildRequires: libcurl-devel %{min_libcurl} BuildRequires: libssh2-devel %{min_libssh2} -BuildRequires: openssl-devel %{min_openssl} %if 0%{?el6}%{?el7} BuildRequires: wxGTK-devel BuildRequires: %{scl_buildreq} +BuildRequires: openssl-%{name}-devel %{min_openssl} +Requires: openssl-%{name}-libs %{min_openssl} +%else +BuildRequires: openssl-devel +Build %endif Requires: hicolor-icon-theme Requires: xdg-utils -- cgit