source: server/fedora/specs/krb5.spec.patch @ 941

Last change on this file since 941 was 926, checked in by quentin, 15 years ago
Use an RPM macro instead of sed to specify package versions
File size: 1.1 KB
RevLine 
[925]1--- krb5.spec.orig      2009-01-01 21:06:35.000000000 -0500
[926]2+++ krb5.spec   2009-01-01 22:53:25.000000000 -0500
[925]3@@ -16,7 +16,7 @@
4 Summary: The Kerberos network authentication system.
5 Name: krb5
6 Version: 1.6.3
7-Release: 10%{?dist}
[926]8+Release: 10%{?dist}.scripts.%{scriptsversion}
[925]9 # Maybe we should explode from the now-available-to-everybody tarball instead?
10 # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
11 Source0: krb5-%{version}.tar.gz
[760]12@@ -101,6 +101,8 @@
13 Patch76: krb5-CVE-2007-5901.patch
14 Patch77: krb5-CVE-2007-5971.patch
[1]15 
16+Patch1000: krb5-kuserok-scripts.patch
17+
[760]18 License: MIT, freely distributable.
19 URL: http://web.mit.edu/kerberos/www/
20 Group: System Environment/Libraries
[925]21@@ -142,6 +144,7 @@
22 Group: System Environment/Libraries
23 Prereq: grep, /sbin/ldconfig, sh-utils
24 Obsoletes: krb5-configs
25+Provides: scripts-krb5-libs
26 
27 %description libs
28 Kerberos is a network authentication system. The krb5-libs package
29@@ -1349,6 +1352,7 @@
[760]30 %patch75 -p0 -b .2008-0947
31 %patch76 -p0 -b .2007-5901
32 %patch77 -p0 -b .2007-5971
33+%patch1000 -p1 -b .kuserok
34 cp src/krb524/README README.krb524
35 gzip doc/*.ps
36 
Note: See TracBrowser for help on using the repository browser.