Changeset 901 for server/fedora
- Timestamp:
- Dec 22, 2008, 10:09:03 PM (16 years ago)
- Location:
- server/fedora
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/Makefile
r860 r901 38 38 server_url = "http://web.mit.edu/scripts/src" 39 39 server_arch = "fedora.stable" 40 openafs_url = "http://dl.openafs.org/dl/openafs/1.4. 7/openafs-1.4.7-1.1.1.src.rpm"40 openafs_url = "http://dl.openafs.org/dl/openafs/1.4.8/openafs-1.4.8-1.1.1.src.rpm" 41 41 42 42 .PHONY: minimal-clean -
server/fedora/specs/openafs.spec.patch
r848 r901 10 10 11 11 # deal with cmdline specification 12 @@ -240,6 +242, 11@@12 @@ -240,6 +242,8 @@ 13 13 %endif 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 15 15 16 16 +Patch1000: openafs-scripts.patch 17 +Patch1001: openafs-2626.patch18 +Patch1002: openafs-enoent.patch19 +Patch1003: openafs-fill-inode.patch20 17 + 21 18 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 22 19 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 23 20 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 24 @@ -678,6 +682, 10@@21 @@ -678,6 +682,7 @@ 25 22 26 23 # Patch openafs to build a kernel module named "openafs" instead of "libafs" 27 24 %patch0 -p1 -b .kmod26 28 25 +%patch1000 -p1 -b .scripts 29 +%patch1001 -p1 -b .262630 +%patch1002 -p0 -b .enoent31 +%patch1003 -p0 -b .fill-inode32 26 33 27 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.