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

Last change on this file since 846 was 846, checked in by andersk, 16 years ago
Apply /afs/andrew.cmu.edu/usr/shadow/fill-inode.diff, fixing the ENOENT bug.
File size: 1.0 KB
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
3@@ -210,6 +210,8 @@
4 %define build_authlibs 1
5 %endif
[1]6 
[760]7+%else
8+%define build_authlibs 0
9 %endif
10 
11 # deal with cmdline specification
[846]12@@ -240,6 +242,11 @@
[760]13 %endif
14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
15 
[1]16+Patch1000: openafs-scripts.patch
[839]17+Patch1001: openafs-2626.patch
[840]18+Patch1002: openafs-jhutz.patch
[846]19+Patch1003: openafs-fill-inode.patch
[1]20+
21 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
22 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
23 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[846]24@@ -678,6 +682,10 @@
[1]25 
26 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
27 %patch0 -p1 -b .kmod26
[760]28+%patch1000 -p1 -b .scripts
[839]29+%patch1001 -p1 -b .2626
[840]30+%patch1002 -p1 -b .jhutz
[846]31+%patch1003 -p0 -b .fill-inode
[1]32 
[760]33 ##############################################################################
34 #
Note: See TracBrowser for help on using the repository browser.