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

Last change on this file since 61 was 1, checked in by jbarnold, 18 years ago
File size: 657 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
     
    926928cp src/krb524/README README.krb524
    927929find . -type f -name "*.info-dir" -exec rm -fv "{}" ";"
    928930gzip doc/*.ps
     931%patch1000 -p1 -b .scripts
    929932cd src
    930933top=`pwd`
    931934for configurein in `find -name configure.in -type f` ; do
Note: See TracBrowser for help on using the repository browser.