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

Last change on this file since 1807 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
RevLine 
[1795]1--- krb5.spec.orig      2011-03-25 17:29:24.000000000 -0400
2+++ krb5.spec   2011-03-25 17:31:15.000000000 -0400
[1807]3@@ -6,7 +6,7 @@
[1693]4 Summary: The Kerberos network authentication system
[925]5 Name: krb5
[1807]6 Version: 1.9
7-Release: 6%{?dist}
8+Release: 6%{?dist}.scripts.%{scriptsversion}
[925]9 # Maybe we should explode from the now-available-to-everybody tarball instead?
[1807]10 # http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9-signed.tar
[925]11 Source0: krb5-%{version}.tar.gz
[1807]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
[1]15 
16+Patch1000: krb5-kuserok-scripts.patch
17+
[1259]18 License: MIT
[760]19 URL: http://web.mit.edu/kerberos/www/
20 Group: System Environment/Libraries
[1807]21@@ -97,6 +99,7 @@
[1693]22 %package libs
23 Summary: The shared libraries used by Kerberos 5
[925]24 Group: System Environment/Libraries
[1761]25+Provides: scripts-krb5-libs, scripts-krb5-libs%{?_isa}
[925]26 
27 %description libs
28 Kerberos is a network authentication system. The krb5-libs package
[1807]29@@ -192,6 +195,7 @@
30 %patch73 -p1 -b .2011-001
31 %patch74 -p1 -b .2011-002
32 %patch75 -p1 -b .2011-003
[760]33+%patch1000 -p1 -b .kuserok
34 gzip doc/*.ps
35 
[1693]36 sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex
Note: See TracBrowser for help on using the repository browser.