Changeset 839
- Timestamp:
- Sep 15, 2008, 4:45:46 AM (16 years ago)
- Location:
- server
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/Makefile
r838 r839 102 102 103 103 #setup: install-srpms copy-patches copy-specs patch-specs tarballs 104 setup: copy-patches copy-specs tarballs104 setup: copy-patches copy-specs patch-specs tarballs 105 105 106 106 oursrc: -
server/fedora/specs/openafs.spec.patch
r760 r839 10 10 11 11 # deal with cmdline specification 12 @@ -240,6 +242, 8@@12 @@ -240,6 +242,9 @@ 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.patch 17 18 + 18 19 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 19 20 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 20 21 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 21 @@ -678,6 +682, 7@@22 @@ -678,6 +682,8 @@ 22 23 23 24 # Patch openafs to build a kernel module named "openafs" instead of "libafs" 24 25 %patch0 -p1 -b .kmod26 25 26 +%patch1000 -p1 -b .scripts 27 +%patch1001 -p1 -b .2626 26 28 27 29 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.