source: branches/fc19-dev/server/fedora/specs/krb5.spec.patch @ 2429

Last change on this file since 2429 was 2429, checked in by tboning, 11 years ago
Built a bunch of packages, krb5 still has issues.
File size: 1.2 KB
  • krb5.spec

    old new  
    3030Summary: The Kerberos network authentication system
    3131Name: krb5
    3232Version: 1.11.3
    33 Release: 1%{?dist}
     33Release: 1%{?dist}.scripts.%{scriptsversion}
    3434# Maybe we should explode from the now-available-to-everybody tarball instead?
    3535# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
    3636Source0: krb5-%{version}.tar.gz
     
    8989Patch201: krb5-1.11.2-keycheck.patch
    9090Patch202: krb5-1.11.2-otp.patch
    9191
     92Patch1000: krb5-kuserok-scripts.patch
     93
    9294License: MIT
    9395URL: http://web.mit.edu/kerberos/www/
    9496Group: System Environment/Libraries
     
    175177%package libs
    176178Summary: The shared libraries used by Kerberos 5
    177179Group: System Environment/Libraries
     180Provides: scripts-krb5-libs, scripts-krb5-libs%{?_isa}
    178181%if 0%{?rhel} == 6
    179182# Some of the older libsmbclient builds here incorrectly called
    180183# krb5_locate_kdc(), which was mistakenly exported in 1.9.
     
    313316
    314317%patch201 -p1 -b .keycheck
    315318%patch202 -p1 -b .otp
     319%patch1000 -p1 -b .kuserok 
    316320
    317321# Take the execute bit off of documentation.
    318322chmod -x doc/krb5-protocol/*.txt
Note: See TracBrowser for help on using the repository browser.