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

Last change on this file since 77 was 65, checked in by jbarnold, 17 years ago
trying to make krb5 spec patch work with future krb5 versions
File size: 565 bytes
  • krb5.spec

    old new  
    8585BuildPrereq: bison, e2fsprogs-devel >= 1.33, flex
    8686BuildPrereq: gzip, ncurses-devel, rsh, texinfo, tar
    8787
     88Patch1000: krb5-kuserok-scripts.patch
     89
    8890%description
    8991Kerberos V5 is a trusted-third-party network authentication system,
    9092which can improve your network's security by eliminating the insecure
     
    926928
    927929cd src
     930cd ..
     931%patch1000 -p1 -b .scripts
     932cd src
    928933top=`pwd`
    929934for configurein in `find -name configure.in -type f` ; do
Note: See TracBrowser for help on using the repository browser.