URL: https://github.com/SSSD/sssd/pull/452
Author: lslebodn
 Title: #452: SPEC: Reduce build time dependencies
Action: opened

PR body:
"""
Total download size: 139 M
Installed size: 465 M

vs

Total size: 11 k
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/452/head:pr452
git checkout pr452
From 44cd9b3f86dbc655e67083010e230aa2004ebe5c Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lsleb...@redhat.com>
Date: Thu, 16 Nov 2017 12:11:28 +0100
Subject: [PATCH] SPEC: Reduce build time dependencies

Total download size: 139 M
Installed size: 465 M

vs

Total size: 11 k
---
 contrib/sssd.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index c716efdce..d1cd1965f 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -240,7 +240,7 @@ BuildRequires: jansson-devel
 BuildRequires: libcurl-devel
 %endif
 %if (0%{?with_gdm_pam_extensions} == 1)
-BuildRequires: gdm-devel
+BuildRequires: gdm-pam-extensions-devel
 %endif
 
 %description
_______________________________________________
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