Ignore:
Timestamp:
Jun 12, 2013, 10:58:31 PM (11 years ago)
Author:
tboning
Message:
Built a bunch of packages, krb5 still has issues.
File:
1 edited

Legend:

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

    r2398 r2429  
    1 --- krb5.spec.orig      2013-04-26 20:11:39.831850109 -0400
    2 +++ krb5.spec   2013-04-26 20:12:32.475790490 -0400
    3 @@ -20,7 +20,7 @@
     1--- krb5.spec.orig      2013-06-09 23:11:12.810169507 -0400
     2+++ krb5.spec   2013-06-09 23:16:13.634169507 -0400
     3@@ -30,7 +30,7 @@
    44 Summary: The Kerberos network authentication system
    55 Name: krb5
    6  Version: 1.10.2
    7 -Release: 11%{?dist}
    8 +Release: 11%{?dist}.scripts.%{scriptsversion}
     6 Version: 1.11.3
     7-Release: 1%{?dist}
     8+Release: 1%{?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.10/krb5-1.10.2-signed.tar
     10 # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
    1111 Source0: krb5-%{version}.tar.gz
    12 @@ -76,6 +76,8 @@
    13  Patch112: krb5-1.10-CVE-2013-1416.patch
    14  Patch113: krb5-fast-msg_type.patch
     12@@ -89,6 +89,8 @@
     13 Patch201: krb5-1.11.2-keycheck.patch
     14 Patch202: krb5-1.11.2-otp.patch
    1515 
    1616+Patch1000: krb5-kuserok-scripts.patch
     
    1919 URL: http://web.mit.edu/kerberos/www/
    2020 Group: System Environment/Libraries
    21 @@ -133,6 +135,7 @@
     21@@ -175,6 +177,7 @@
    2222 %package libs
    2323 Summary: The shared libraries used by Kerberos 5
    2424 Group: System Environment/Libraries
    2525+Provides: scripts-krb5-libs, scripts-krb5-libs%{?_isa}
     26 %if 0%{?rhel} == 6
     27 # Some of the older libsmbclient builds here incorrectly called
     28 # krb5_locate_kdc(), which was mistakenly exported in 1.9.
     29@@ -313,6 +316,7 @@
    2630 
    27  %description libs
    28  Kerberos is a network authentication system. The krb5-libs package
    29 @@ -259,6 +262,7 @@
    30  %patch111 -p1 -b .pkinit-agility
    31  %patch112 -p1 -b .CVE-2013-1416
    32  %patch113 -p1 -b .fast-msg_type
    33 +%patch1000 -p1 -b .kuserok
    34  rm src/lib/krb5/krb/deltat.c
     31 %patch201 -p1 -b .keycheck
     32 %patch202 -p1 -b .otp
     33+%patch1000 -p1 -b .kuserok 
    3534 
    36  gzip doc/*.ps
     35 # Take the execute bit off of documentation.
     36 chmod -x doc/krb5-protocol/*.txt
Note: See TracChangeset for help on using the changeset viewer.