From 1d70d9a8fe8168de70d329bff0f1d7429f99e9ff Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 28 May 2017 09:35:44 -0400 Subject: [PATCH] Enable complex/rich dependencies for CentOS/RHEL 7 This matches how libsolv is configured there. --- package/libsolv.changes | 6 ++++++ package/libsolv.spec.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.2