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

Last change on this file since 839 was 839, checked in by andersk, 16 years ago
Make openafs build on 2.6.26.
File size: 905 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
[839]12@@ -240,6 +242,9 @@
[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
[1]18+
19 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
20 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
21 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[839]22@@ -678,6 +682,8 @@
[1]23 
24 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
25 %patch0 -p1 -b .kmod26
[760]26+%patch1000 -p1 -b .scripts
[839]27+%patch1001 -p1 -b .2626
[1]28 
[760]29 ##############################################################################
30 #
Note: See TracBrowser for help on using the repository browser.