Changeset 905


Ignore:
Timestamp:
Dec 29, 2008, 5:32:23 AM (15 years ago)
Author:
geofft
Message:
Never mind, this patch is already in OpenAFS 1.4.8.

The Makefile continues to be idiotic.

Location:
server
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/openafs.spec.patch

    r904 r905  
    11--- openafs.spec.orig   2008-04-28 18:13:44.000000000 -0400
    22+++ openafs.spec        2008-06-03 12:36:29.000000000 -0400
    3 @@ -240,6 +240,10 @@
     3@@ -240,6 +240,9 @@
    44 %endif
    55 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
     
    77+Patch1000: openafs-scripts.patch
    88+Patch1001: openafs-postinit.patch
    9 +Patch1002: openafs-2.6.27.patch
    109+
    1110 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    1211 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    1312 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    14 @@ -679,6 +682,9 @@
     13@@ -678,6 +681,8 @@
    1514 
    1615 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
     
    1817+%patch1000 -p1 -b .scripts
    1918+%patch1001 -p1 -b .postinit
    20 +%patch1002 -p0 -b .2.6.27
    2119 
    2220 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.