URL: https://github.com/freeipa/freeipa/pull/662 Author: HonzaCholasta Title: #662: spec file: bump krb5-devel BuildRequires for certauth Action: opened
PR body: """ Bump BuildRequires on krb5-devel to the version which introduces the certauth pluggable interface. This fixes RPM build failure when an older version of krb5-devel was installed. https://pagure.io/freeipa/issue/4905 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/662/head:pr662 git checkout pr662
From eaf2627c1893527f425a4f9e2e469b9c12f2c298 Mon Sep 17 00:00:00 2001 From: Jan Cholasta <jchol...@redhat.com> Date: Tue, 28 Mar 2017 10:43:31 +0000 Subject: [PATCH] spec file: bump krb5-devel BuildRequires for certauth Bump BuildRequires on krb5-devel to the version which introduces the certauth pluggable interface. This fixes RPM build failure when an older version of krb5-devel was installed. https://pagure.io/freeipa/issue/4905 --- freeipa.spec.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 5419ed1..85610a0 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -80,12 +80,10 @@ BuildRequires: openldap-devel # will cause the build to fail due to unsatisfied dependencies. # DAL version change may cause code crash or memory leaks, it is better to fail early. %if 0%{?fedora} > 25 -BuildRequires: krb5-devel >= 1.15-5 BuildRequires: krb5-kdb-version = 6.1 -%else -# 1.12: libkrad (http://krbdev.mit.edu/rt/Ticket/Display.html?id=7678) -BuildRequires: krb5-devel >= 1.12 %endif +# 1.15.1-3: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561) +BuildRequires: krb5-devel >= 1.15.1-3 # 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation BuildRequires: xmlrpc-c-devel >= 1.27.4 BuildRequires: popt-devel
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code