Changeset 901


Ignore:
Timestamp:
Dec 22, 2008, 10:09:03 PM (15 years ago)
Author:
andersk
Message:
Upgrade to OpenAFS 1.4.8, dropping upstreamed patches.
Location:
server
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/Makefile

    r860 r901  
    3838server_url      = "http://web.mit.edu/scripts/src"
    3939server_arch     = "fedora.stable"
    40 openafs_url     = "http://dl.openafs.org/dl/openafs/1.4.7/openafs-1.4.7-1.1.1.src.rpm"
     40openafs_url     = "http://dl.openafs.org/dl/openafs/1.4.8/openafs-1.4.8-1.1.1.src.rpm"
    4141
    4242.PHONY: minimal-clean
  • server/fedora/specs/openafs.spec.patch

    r848 r901  
    1010 
    1111 # deal with cmdline specification
    12 @@ -240,6 +242,11 @@
     12@@ -240,6 +242,8 @@
    1313 %endif
    1414 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
    1515 
    1616+Patch1000: openafs-scripts.patch
    17 +Patch1001: openafs-2626.patch
    18 +Patch1002: openafs-enoent.patch
    19 +Patch1003: openafs-fill-inode.patch
    2017+
    2118 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    2219 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2320 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    24 @@ -678,6 +682,10 @@
     21@@ -678,6 +682,7 @@
    2522 
    2623 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
    2724 %patch0 -p1 -b .kmod26
    2825+%patch1000 -p1 -b .scripts
    29 +%patch1001 -p1 -b .2626
    30 +%patch1002 -p0 -b .enoent
    31 +%patch1003 -p0 -b .fill-inode
    3226 
    3327 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.