Changeset 902 for server/fedora/specs/openafs.spec.patch
- Timestamp:
- Dec 22, 2008, 10:10:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/openafs.spec.patch
r901 r902 1 1 --- openafs.spec.orig 2008-04-28 18:13:44.000000000 -0400 2 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 @@ 3 @@ -240,6 +240,9 @@ 13 4 %endif 14 5 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 15 6 16 7 +Patch1000: openafs-scripts.patch 8 +Patch1001: openafs-postinit.patch 17 9 + 18 10 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 19 11 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 20 12 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 21 @@ -678,6 +68 2,7@@13 @@ -678,6 +681,8 @@ 22 14 23 15 # Patch openafs to build a kernel module named "openafs" instead of "libafs" 24 16 %patch0 -p1 -b .kmod26 25 17 +%patch1000 -p1 -b .scripts 18 +%patch1001 -p1 -b .postinit 26 19 27 20 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.