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

Last change on this file since 905 was 905, checked in by geofft, 15 years ago
Never mind, this patch is already in OpenAFS 1.4.8. The Makefile continues to be idiotic.
File size: 779 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
[905]3@@ -240,6 +240,9 @@
[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
[1]9+
10 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
11 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
12 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[905]13@@ -678,6 +681,8 @@
[1]14 
15 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
16 %patch0 -p1 -b .kmod26
[760]17+%patch1000 -p1 -b .scripts
[902]18+%patch1001 -p1 -b .postinit
[1]19 
[760]20 ##############################################################################
21 #
Note: See TracBrowser for help on using the repository browser.