]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Enable complex/rich dependencies for CentOS/RHEL 7 195/head
authorNeal Gompa <ngompa13@gmail.com>
Sun, 28 May 2017 13:35:44 +0000 (09:35 -0400)
committerNeal Gompa <ngompa13@gmail.com>
Sun, 28 May 2017 13:35:44 +0000 (09:35 -0400)
This matches how libsolv is configured there.

package/libsolv.changes
package/libsolv.spec.in

index 67514ad4caddd83e2989f6110052fe6cc9a4b642..6c0740b5aa9cfb5d4e4b62d8f3ef67e31bc86e4b 100644 (file)
@@ -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
 
index 5569a966bda09050338122abea24578a0b70229e..2ddf15b8a7212994b3c2ff5ac0e1ef9c60b528d2 100644 (file)
@@ -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