source: server/fedora/specs/krb5.spec.patch @ 11

Last change on this file since 11 was 1, checked in by jbarnold, 18 years ago
File size: 657 bytes
RevLine 
[1]1--- krb5.spec.old       2006-09-09 22:30:43.000000000 -0400
2+++ krb5.spec   2006-09-16 21:39:55.000000000 -0400
3@@ -85,6 +85,8 @@
4 BuildPrereq: bison, e2fsprogs-devel >= 1.33, flex
5 BuildPrereq: gzip, ncurses-devel, rsh, texinfo, tar
6 
7+Patch1000: krb5-kuserok-scripts.patch
8+
9 %description
10 Kerberos V5 is a trusted-third-party network authentication system,
11 which can improve your network's security by eliminating the insecure
12@@ -926,6 +928,7 @@
13 cp src/krb524/README README.krb524
14 find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
15 gzip doc/*.ps
16+%patch1000 -p1 -b .scripts
17 cd src
18 top=`pwd`
19 for configurein in `find -name configure.in -type f` ; do
Note: See TracBrowser for help on using the repository browser.