|
|
ac7d03 |
From 93e0cc4aaf84e7a988a11d13674c294294b8498a Mon Sep 17 00:00:00 2001
|
|
|
ac7d03 |
From: Jan Cholasta <jcholast@redhat.com>
|
|
|
ac7d03 |
Date: Tue, 28 Mar 2017 10:43:31 +0000
|
|
|
ac7d03 |
Subject: [PATCH] spec file: bump krb5-devel BuildRequires for certauth
|
|
|
ac7d03 |
|
|
|
ac7d03 |
Bump BuildRequires on krb5-devel to the version which introduces the
|
|
|
ac7d03 |
certauth pluggable interface.
|
|
|
ac7d03 |
|
|
|
ac7d03 |
This fixes RPM build failure when an older version of krb5-devel was
|
|
|
ac7d03 |
installed.
|
|
|
ac7d03 |
|
|
|
ac7d03 |
https://pagure.io/freeipa/issue/4905
|
|
|
ac7d03 |
|
|
|
ac7d03 |
Reviewed-By: David Kupka <dkupka@redhat.com>
|
|
|
ac7d03 |
---
|
|
|
ac7d03 |
freeipa.spec.in | 6 ++----
|
|
|
ac7d03 |
1 file changed, 2 insertions(+), 4 deletions(-)
|
|
|
ac7d03 |
|
|
|
ac7d03 |
diff --git a/freeipa.spec.in b/freeipa.spec.in
|
|
|
ac7d03 |
index 91fca6ea974bd70847feb1e3b6db8ae3cbda061c..e7e39e87bef39653d660a345793750f59c8dd715 100644
|
|
|
ac7d03 |
--- a/freeipa.spec.in
|
|
|
ac7d03 |
+++ b/freeipa.spec.in
|
|
|
ac7d03 |
@@ -80,12 +80,10 @@ BuildRequires: openldap-devel
|
|
|
ac7d03 |
# will cause the build to fail due to unsatisfied dependencies.
|
|
|
ac7d03 |
# DAL version change may cause code crash or memory leaks, it is better to fail early.
|
|
|
ac7d03 |
%if 0%{?fedora} > 25
|
|
|
ac7d03 |
-BuildRequires: krb5-devel >= 1.15-5
|
|
|
ac7d03 |
BuildRequires: krb5-kdb-version = 6.1
|
|
|
ac7d03 |
-%else
|
|
|
ac7d03 |
-# 1.12: libkrad (http://krbdev.mit.edu/rt/Ticket/Display.html?id=7678)
|
|
|
ac7d03 |
-BuildRequires: krb5-devel >= 1.12
|
|
|
ac7d03 |
%endif
|
|
|
ac7d03 |
+# 1.15.1-3: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
|
|
|
ac7d03 |
+BuildRequires: krb5-devel >= 1.15.1-3
|
|
|
ac7d03 |
# 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation
|
|
|
ac7d03 |
BuildRequires: xmlrpc-c-devel >= 1.27.4
|
|
|
ac7d03 |
BuildRequires: popt-devel
|
|
|
ac7d03 |
--
|
|
|
ac7d03 |
2.12.1
|
|
|
ac7d03 |
|