summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2009-05-26 15:09:58 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2009-05-26 15:09:58 +0000
commitd0503fd74433289077cc15210013f691022b752b (patch)
tree8e8523df181e2407d25d0be6db344e5f326f918e
parent13a0ef0a2bc13be768008c9a61b4277388144994 (diff)
downloadkrb5-d0503fd74433289077cc15210013f691022b752b.tar.gz
krb5-d0503fd74433289077cc15210013f691022b752b.tar.xz
krb5-d0503fd74433289077cc15210013f691022b752b.zip
don't depend on the execute bit being set on scripts that are sources
-rw-r--r--krb5.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index f980484..294c3a5 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -235,6 +235,9 @@ to obtain initial credentials from a KDC using a private key and a
certificate.
%changelog
+* Tue May 26 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-21
+- don't depend on the execute bit being set on scripts that are sources
+
* Tue Apr 7 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-20
- add patches for read overflow and null pointer dereference in the
implementation of the SPNEGO mechanism (CVE-2009-0844, CVE-2009-0845)
@@ -1432,7 +1435,7 @@ done
popd
# Check that the PDFs we built earlier match this source tree.
-$RPM_SOURCE_DIR/krb5-tex-pdf.sh check << EOF
+sh $RPM_SOURCE_DIR/krb5-tex-pdf.sh check << EOF
doc/api library krb5
doc/api libdes
doc/implement implement