Ignore:
Timestamp:
Apr 16, 2011, 7:59:42 PM (13 years ago)
Author:
achernya
Message:
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:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/specs/krb5.spec.patch

    r1795 r1807  
    11--- krb5.spec.orig      2011-03-25 17:29:24.000000000 -0400
    22+++ krb5.spec   2011-03-25 17:31:15.000000000 -0400
    3 @@ -10,7 +10,7 @@
     3@@ -6,7 +6,7 @@
    44 Summary: The Kerberos network authentication system
    55 Name: krb5
    6  Version: 1.7.1
    7 -Release: 18%{?dist}
    8 +Release: 18%{?dist}.scripts.%{scriptsversion}
     6 Version: 1.9
     7-Release: 6%{?dist}
     8+Release: 6%{?dist}.scripts.%{scriptsversion}
    99 # Maybe we should explode from the now-available-to-everybody tarball instead?
    10  # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar
     10 # http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9-signed.tar
    1111 Source0: krb5-%{version}.tar.gz
    12 @@ -96,6 +96,8 @@
    13  Patch107: http://web.mit.edu/kerberos/advisories/2011-002-patch.txt
    14  Patch108: http://web.mit.edu/kerberos/advisories/2011-003-patch.txt
     12@@ -53,6 +53,8 @@
     13 Patch74: http://web.mit.edu/kerberos/advisories/2011-002-patch.txt
     14 Patch75: http://web.mit.edu/kerberos/advisories/2011-003-patch.txt
    1515 
    1616+Patch1000: krb5-kuserok-scripts.patch
     
    1919 URL: http://web.mit.edu/kerberos/www/
    2020 Group: System Environment/Libraries
    21 @@ -140,6 +142,7 @@
     21@@ -97,6 +99,7 @@
    2222 %package libs
    2323 Summary: The shared libraries used by Kerberos 5
     
    2727 %description libs
    2828 Kerberos is a network authentication system. The krb5-libs package
    29 @@ -1684,6 +1687,7 @@
    30  %patch106 -p1 -b .2011-001
    31  %patch107 -p1 -b .2011-002
    32  %patch108 -p1 -b .2011-003
     29@@ -192,6 +195,7 @@
     30 %patch73 -p1 -b .2011-001
     31 %patch74 -p1 -b .2011-002
     32 %patch75 -p1 -b .2011-003
    3333+%patch1000 -p1 -b .kuserok
    3434 gzip doc/*.ps
Note: See TracChangeset for help on using the changeset viewer.