From e1affafa1c83a23e4f8d939a43ac76f70d50bb5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Fri, 25 Nov 2016 10:38:23 +0100
Subject: Do not link functions removed from krb5

---
 perl-Authen-Krb5.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-Authen-Krb5.spec b/perl-Authen-Krb5.spec
index 677b43c..78d1eab 100644
--- a/perl-Authen-Krb5.spec
+++ b/perl-Authen-Krb5.spec
@@ -1,11 +1,13 @@
 Name:           perl-Authen-Krb5
 Version:        1.9
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Krb5 Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Krb5/
 Source0:        
http://www.cpan.org/authors/id/J/JH/JHORWITZ/Krb5-%{version}.tar.gz
+# Do not link functions removed from krb5, bug #1323662, CPAN RT#116071
+Patch0:         Krb5-1.9-nopriv.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -27,6 +29,7 @@ documentation.
 
 %prep
 %setup -q -n Krb5-%{version}
+%patch0 -p1
 
 # Rewrite the Makefile with our local paths
 sed -e's|/usr/lib|%{_libdir}|' \
@@ -67,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 25 2016 Petr Pisar <ppi...@redhat.com> - 1.9-16
+- Do not link functions removed from krb5 (bug #1323662)
+
 * Fri Dec 18 2015 Petr Ĺ abata <con...@redhat.com> - 1.9-15
 - Rebuild for rhbz#1292177
 - Drop the ancient, unapplied patch from the repository
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Authen-Krb5.git/commit/?h=f23&id=e1affafa1c83a23e4f8d939a43ac76f70d50bb5b
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to