URL: https://github.com/SSSD/sssd/pull/513
Author: lslebodn
 Title: #513: SPEC: Reduce changes between upstream and downstream
Action: opened

PR body:
"""
python2-devel will install python-devel on el6 and el7.

Order of bind-utils was changed because weak dependencies
are at the end of "list" on fedora. But we cannot use weak
dependencies on <= el7
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/513/head:pr513
git checkout pr513
From 67dc3343af83e5014390a7857b9dc25a179fe4cf Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lsleb...@redhat.com>
Date: Thu, 8 Feb 2018 14:20:59 +0100
Subject: [PATCH] SPEC: Reduce changes between upstream and downstream

python2-devel will install python-devel on el6 and el7.

Order of bind-utils was changed because weak dependencies
are at the end of "list" on fedora. But we cannot use weak
dependencies on <= el7
---
 contrib/sssd.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index f4430b424..2fd9f2916 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -190,7 +190,7 @@ BuildRequires: libxml2
 BuildRequires: docbook-style-xsl
 BuildRequires: krb5-devel
 BuildRequires: c-ares-devel
-BuildRequires: python-devel
+BuildRequires: python2-devel
 %if (0%{?with_python3} == 1)
 BuildRequires: python3-devel
 %endif
@@ -479,8 +479,8 @@ License: GPLv3+
 Conflicts: sssd < %{version}-%{release}
 Requires: sssd-common = %{version}-%{release}
 Requires: sssd-krb5-common = %{version}-%{release}
-Requires: bind-utils
 Requires: sssd-common-pac = %{version}-%{release}
+Requires: bind-utils
 
 %description ad
 Provides the Active Directory back end that the SSSD can utilize to fetch
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to