source: branches/fc15-dev/server/fedora/specs/krb5.spec.patch @ 1830

Last change on this file since 1830 was 1807, checked in by achernya, 13 years ago
Necessary changes to build the Scripts RPMs on Fedora 15: * Stop scriptsifying 389-ds-base, as it appears to have Mitch's patch * Update krb5.spec.patch for krb5-1.9 * Update the krb5-kuserok-scripts.patch to work with krb5-1.9 (code review requested) * Update httpd.spec.patch to apply properly to Fedora's newly cleaned-up httpd.spec * Bump zephyr to version 3.0.1
File size: 1.2 KB
  • krb5.spec

    old new  
    66Summary: The Kerberos network authentication system
    77Name: krb5
    88Version: 1.9
    9 Release: 6%{?dist}
     9Release: 6%{?dist}.scripts.%{scriptsversion}
    1010# Maybe we should explode from the now-available-to-everybody tarball instead?
    1111# http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9-signed.tar
    1212Source0: krb5-%{version}.tar.gz
     
    5353Patch74: http://web.mit.edu/kerberos/advisories/2011-002-patch.txt
    5454Patch75: http://web.mit.edu/kerberos/advisories/2011-003-patch.txt
    5555
     56Patch1000: krb5-kuserok-scripts.patch
     57
    5658License: MIT
    5759URL: http://web.mit.edu/kerberos/www/
    5860Group: System Environment/Libraries
     
    9799%package libs
    98100Summary: The shared libraries used by Kerberos 5
    99101Group: System Environment/Libraries
     102Provides: scripts-krb5-libs, scripts-krb5-libs%{?_isa}
    100103
    101104%description libs
    102105Kerberos is a network authentication system. The krb5-libs package
     
    192195%patch73 -p1 -b .2011-001
    193196%patch74 -p1 -b .2011-002
    194197%patch75 -p1 -b .2011-003
     198%patch1000 -p1 -b .kuserok
    195199gzip doc/*.ps
    196200
    197201sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex
Note: See TracBrowser for help on using the repository browser.