From: Neal Gompa Date: Sun, 28 May 2017 13:35:44 +0000 (-0400) Subject: Enable complex/rich dependencies for CentOS/RHEL 7 X-Git-Tag: 0.6.28~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d70d9a8fe8168de70d329bff0f1d7429f99e9ff;p=thirdparty%2Flibsolv.git Enable complex/rich dependencies for CentOS/RHEL 7 This matches how libsolv is configured there. --- diff --git a/package/libsolv.changes b/package/libsolv.changes index 67514ad4..6c0740b5 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 28 13:32:15 UTC 2017 - ngompa13@gmail.com + +- Enable complex/rich dependencies for CentOS/RHEL 7, matching how + libsolv is configured there. + ------------------------------------------------------------------- Thu May 11 12:41:07 UTC 2017 - ngompa13@gmail.com diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 5569a966..2ddf15b8 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -38,7 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %bcond_with xz %endif -%if 0%{?fedora} || 0%{?rhel} >= 8 || 0%{?mageia} >= 6 || 0%{?suse_version} >= 1330 +%if 0%{?fedora} || 0%{?rhel} >= 7 || 0%{?mageia} >= 6 || 0%{?suse_version} >= 1330 %bcond_without richdeps %else %bcond_with richdeps