Ignore:
Timestamp:
Jun 3, 2008, 1:21:05 PM (16 years ago)
Author:
presbrey
Message:
Update build system for Fedora 9
File:
1 edited

Legend:

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

    r510 r760  
    1 --- openafs.spec.old    2006-09-08 15:18:45.000000000 -0400
    2 +++ openafs.spec        2006-09-16 21:45:20.000000000 -0400
    3 @@ -182,6 +182,9 @@
    4  BuildRequires: %{?kdepend:%{kdepend}, } pam-devel
    5  ExclusiveArch: %{ix86} x86_64 ia64
     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
     6 
     7+%else
     8+%define build_authlibs 0
     9 %endif
     10 
     11 # deal with cmdline specification
     12@@ -240,6 +242,8 @@
     13 %endif
     14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
    615 
    716+Patch1000: openafs-scripts.patch
    8 +Patch1001: openafs-splice.patch
    917+
    1018 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    1119 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    1220 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    13 @@ -556,6 +558,10 @@
    14  #%setup -q -n %{srcdir}
    15  %setup -q -b 1 -n %{srcdir}
     21@@ -678,6 +682,7 @@
    1622 
    17 +%patch1000 -p1 -b .scripts
    18 +%patch1001 -p1 -b .splice
    19 +sh regen.sh
    20 +
    2123 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
    2224 %patch0 -p1 -b .kmod26
     25+%patch1000 -p1 -b .scripts
    2326 
     27 ##############################################################################
     28 #
Note: See TracChangeset for help on using the changeset viewer.