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

Last change on this file since 840 was 840, checked in by andersk, 17 years ago
Revert STABLE14-linux-fakestat-avoid-mtpt-fillin-issue-20080415 in an effort to fix the getcwd() ENOENT problem. (This has already been running on b-m for about a month.)
File size: 964 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
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
[840]12@@ -240,6 +242,10 @@
[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
[1]19+
20 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
21 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
22 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[840]23@@ -678,6 +682,9 @@
[1]24 
25 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
26 %patch0 -p1 -b .kmod26
[760]27+%patch1000 -p1 -b .scripts
[839]28+%patch1001 -p1 -b .2626
[840]29+%patch1002 -p1 -b .jhutz
[1]30 
[760]31 ##############################################################################
32 #
Note: See TracBrowser for help on using the repository browser.