source: server/fedora/specs/openafs.spec.patch @ 911

Last change on this file since 911 was 907, checked in by andersk, 15 years ago
Force queries to the PTS database to be encrypted, so that responses can be authenticated.
File size: 850 bytes
RevLine 
[760]1--- openafs.spec.orig   2008-04-28 18:13:44.000000000 -0400
2+++ openafs.spec        2008-06-03 12:36:29.000000000 -0400
[907]3@@ -240,6 +240,10 @@
[760]4 %endif
5 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
6 
[1]7+Patch1000: openafs-scripts.patch
[902]8+Patch1001: openafs-postinit.patch
[907]9+Patch1002: openafs-pts-encrypt.patch
[1]10+
11 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
12 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
13 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[907]14@@ -678,6 +681,9 @@
[1]15 
16 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
17 %patch0 -p1 -b .kmod26
[760]18+%patch1000 -p1 -b .scripts
[902]19+%patch1001 -p1 -b .postinit
[907]20+%patch1002 -p1 -b .pts-encrypt
[1]21 
[760]22 ##############################################################################
23 #
Note: See TracBrowser for help on using the repository browser.