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

Last change on this file since 846 was 846, checked in by andersk, 16 years ago
Apply /afs/andrew.cmu.edu/usr/shadow/fill-inode.diff, fixing the ENOENT bug.
File size: 1.0 KB
  • openafs.spec

    old new  
    210210%define build_authlibs 1
    211211%endif
    212212
     213%else
     214%define build_authlibs 0
    213215%endif
    214216
    215217# deal with cmdline specification
     
    240242%endif
    241243ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
    242244
     245Patch1000: openafs-scripts.patch
     246Patch1001: openafs-2626.patch
     247Patch1002: openafs-jhutz.patch
     248Patch1003: openafs-fill-inode.patch
     249
    243250#    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    244251Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    245252Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
     
    678682
    679683# Patch openafs to build a kernel module named "openafs" instead of "libafs"
    680684%patch0 -p1 -b .kmod26
     685%patch1000 -p1 -b .scripts
     686%patch1001 -p1 -b .2626
     687%patch1002 -p1 -b .jhutz
     688%patch1003 -p0 -b .fill-inode
    681689
    682690##############################################################################
    683691#
Note: See TracBrowser for help on using the repository browser.