Changeset 904 for server/fedora


Ignore:
Timestamp:
Dec 29, 2008, 4:59:41 AM (15 years ago)
Author:
geofft
Message:
openafs: Compile on 2.6.27 [rt.central.org #111634].

Linux 2.6.27 replaced <asm/semaphore.h> with <linux/semaphore.h>.
File:
1 edited

Legend:

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

    r902 r904  
    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,9 @@
     3@@ -240,6 +240,10 @@
    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
    910+
    1011 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    1112 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    1213 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    13 @@ -678,6 +681,8 @@
     14@@ -679,6 +682,9 @@
    1415 
    1516 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
     
    1718+%patch1000 -p1 -b .scripts
    1819+%patch1001 -p1 -b .postinit
     20+%patch1002 -p0 -b .2.6.27
    1921 
    2022 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.