From a80a16b328be58dd57f608d961b1773a8444c06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 4 Jun 2010 06:45:00 +0000 Subject: [PATCH] - Do not source /etc/profile.d/krb5-devel.sh as krb5-devel-1.8.1-6 does not provide it and places executables into standard PATH. --- perl-GSSAPI.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index f3165ad..eb44dc9 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -6,7 +6,7 @@ Name: perl-GSSAPI Version: 0.26 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library License: GPL+ or Artistic Group: Development/Libraries @@ -29,7 +29,6 @@ distribution from MIT. chmod -c a-x examples/*.pl %build -. %{_sysconfdir}/profile.d/krb5-devel.sh %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -59,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jun 3 2010 Petr Pisar - 0.26-6 +- Do not source /etc/profile.d/krb5-devel.sh as krb5-devel-1.8.1-6 does not + provide it and places executables into standard PATH. + * Sun May 02 2010 Marcela Maslanova - 0.26-5 - Mass rebuild with perl-5.12.0