source: trunk/server/fedora/specs/krb5.spec.patch @ 2187

Last change on this file since 2187 was 2187, checked in by ezyang, 12 years ago
Bump version for krb5.
File size: 1.1 KB
RevLine 
[2187]1--- krb5.spec.~1~       2012-03-08 16:20:41.000000000 -0500
2+++ krb5.spec   2012-04-01 22:07:14.834013302 -0400
[2066]3@@ -6,7 +6,7 @@
[1693]4 Summary: The Kerberos network authentication system
[925]5 Name: krb5
[2187]6 Version: 1.9.3
7-Release: 1%{?dist}
8+Release: 1%{?dist}.scripts.%{scriptsversion}
[925]9 # Maybe we should explode from the now-available-to-everybody tarball instead?
[2187]10 # http://web.mit.edu/kerberos/dist/krb5/1.9/krb5-1.9.3-signed.tar
[925]11 Source0: krb5-%{version}.tar.gz
[2187]12@@ -64,6 +64,8 @@
[2142]13 Patch102: krb5-1.9-7048.patch
14 Patch103: krb5-kvno-230379.patch
[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
[2187]21@@ -113,6 +115,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
[2187]29@@ -219,6 +222,7 @@
[2142]30 %patch101 -p1 -b .7047
31 %patch102 -p1 -b .7048
32 %patch103 -p1 -b .kvno
[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.