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

Last change on this file since 1769 was 1761, checked in by andersk, 13 years ago
Use arch-specific dependencies in scripts-base scripts requires both 32-bit and 64-bit versions of certain library packages; enforce that they are installed. Also remove the useless dependencies on openafs and openafs-docs.
File size: 1.2 KB
RevLine 
[1755]1--- krb5.spec.orig      2010-12-12 17:46:30.000000000 -0500
2+++ krb5.spec   2010-12-12 17:49:46.000000000 -0500
[1693]3@@ -10,7 +10,7 @@
4 Summary: The Kerberos network authentication system
[925]5 Name: krb5
[1693]6 Version: 1.7.1
[1755]7-Release: 16%{?dist}
8+Release: 16%{?dist}.scripts.%{scriptsversion}
[925]9 # Maybe we should explode from the now-available-to-everybody tarball instead?
[1693]10 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar
[925]11 Source0: krb5-%{version}.tar.gz
[1755]12@@ -93,6 +93,8 @@
[1693]13 Patch104: krb5-1.7.1-explife.patch
[1755]14 Patch105: http://web.mit.edu/kerberos/advisories/2010-007-patch-r17.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
[1755]21@@ -137,6 +139,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
[1755]29@@ -1668,6 +1671,7 @@
[1693]30 %patch103 -p1 -b .24139
31 %patch104 -p0 -b .explife
[1755]32 %patch105 -p1 -b .2010-007
[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.