Changeset 1172 for branches/fc11-dev
- Timestamp:
- Jun 6, 2009, 9:48:16 PM (15 years ago)
- Location:
- branches/fc11-dev/server
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev/server/fedora/specs/openafs.spec.patch
r1139 r1172 1 --- openafs.spec.orig 2009-06-0 3 04:16:03.000000000 -04002 +++ openafs.spec 2009-06-0 3 04:18:10.000000000 -04001 --- openafs.spec.orig 2009-06-06 21:06:18.000000000 -0400 2 +++ openafs.spec 2009-06-06 21:07:33.000000000 -0400 3 3 @@ -8,7 +8,7 @@ 4 4 # for beta/rc releases make pkgrel 0.X.<tag> … … 10 10 %if %{?osvers:0}%{!?osvers:1} 11 11 %define osvers 1 12 @@ -261,6 +261,1 2@@12 @@ -261,6 +261,13 @@ 13 13 %endif 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 … … 19 19 +Patch1003: openafs-localcsdb.patch 20 20 +Patch1004: openafs-delta-dprintf-rename-20090427.patch 21 +Patch1005: openafs-numsysnames.patch 21 22 + 22 23 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 23 24 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 24 25 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 25 @@ -343,6 +3 49,7 @@26 @@ -343,6 +350,7 @@ 26 27 %if %{build_userspace} 27 28 … … 31 32 32 33 %if %{fedorakmod} 33 @@ -403,6 +41 0,7 @@34 @@ -403,6 +411,7 @@ 34 35 35 36 %if %{build_authlibs} … … 39 40 Group: Networking/Filesystems 40 41 41 @@ -419,6 +42 7,7 @@42 @@ -419,6 +428,7 @@ 42 43 %endif 43 44 … … 47 48 Requires: openafs-authlibs = %{PACKAGE_VERSION} 48 49 %endif 49 @@ -437,6 +44 6,7 @@50 @@ -437,6 +447,7 @@ 50 51 libraries. 51 52 … … 55 56 Group: Development/Filesystems 56 57 57 @@ -465,6 +47 5,7 @@58 @@ -465,6 +476,7 @@ 58 59 administrators. 59 60 … … 63 64 Group: Networking/Filesystems 64 65 Provides: openafs-kernel = %{PACKAGE_VERSION} 65 @@ -514,6 +52 5,7 @@66 @@ -514,6 +526,7 @@ 66 67 67 68 %if %{krb5support} … … 71 72 Requires: openafs = %{PACKAGE_VERSION} 72 73 Group: Networking/Filesystems 73 @@ -540,7 +55 2,7 @@74 @@ -540,7 +553,7 @@ 74 75 %if %{build_modules} 75 76 … … 80 81 %else 81 82 82 @@ -699,6 +71 1,11@@83 @@ -699,6 +712,12 @@ 83 84 84 85 # Patch openafs to build a kernel module named "openafs" instead of "libafs" … … 89 90 +%patch1003 -p1 -b .localcsdb 90 91 +%patch1004 -p1 -b .dprintf 92 +%patch1005 -p1 -b .numsysnames 91 93 92 94 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.