source: branches/fc13-dev/server/fedora/specs/krb5.spec.patch @ 1615

Last change on this file since 1615 was 1615, checked in by xavid, 14 years ago
Update spec patchs for f13.
File size: 1.2 KB
RevLine 
[1615]1--- krb5.spec.orig      2010-05-18 14:16:09.000000000 -0400
2+++ krb5.spec   2010-09-06 20:56:47.000000000 -0400
3@@ -10,7 +10,7 @@
4 Summary: The Kerberos network authentication system
[925]5 Name: krb5
[1615]6 Version: 1.7.1
7-Release: 10%{?dist}
8+Release: 10%{?dist}.scripts.%{scriptsversion}
[925]9 # Maybe we should explode from the now-available-to-everybody tarball instead?
[1615]10 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar
[925]11 Source0: krb5-%{version}.tar.gz
[1615]12@@ -90,6 +90,8 @@
13 Patch101: http://web.mit.edu/kerberos/advisories/2010-004-patch.txt
14 Patch102: krb5-CVE-2010-1321-1.7.1.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
[1615]21@@ -134,6 +136,7 @@
22 %package libs
23 Summary: The shared libraries used by Kerberos 5
[925]24 Group: System Environment/Libraries
25+Provides: scripts-krb5-libs
26 
27 %description libs
28 Kerberos is a network authentication system. The krb5-libs package
[1615]29@@ -1631,6 +1634,7 @@
30 %patch100 -p0 -b .2010-002
31 %patch101 -p1 -b .2010-004
32 %patch102 -p1 -b .CVE-2010-1321
[760]33+%patch1000 -p1 -b .kuserok
34 gzip doc/*.ps
35 
[1615]36 sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex
Note: See TracBrowser for help on using the repository browser.