- Timestamp:
- Jun 3, 2009, 6:33:03 AM (16 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
r1079 r1139 1 --- openafs.spec.orig 2009-0 4-08 08:17:00.000000000 -04002 +++ openafs.spec 2009-0 4-14 04:32:44.000000000 -04001 --- openafs.spec.orig 2009-06-03 04:16:03.000000000 -0400 2 +++ openafs.spec 2009-06-03 04:18:10.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 1@@12 @@ -261,6 +261,12 @@ 13 13 %endif 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 … … 18 18 +Patch1002: openafs-pts-encrypt.patch 19 19 +Patch1003: openafs-localcsdb.patch 20 +Patch1004: openafs-delta-dprintf-rename-20090427.patch 20 21 + 21 22 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 22 23 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 23 24 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 24 @@ -343,6 +34 8,7 @@25 @@ -343,6 +349,7 @@ 25 26 %if %{build_userspace} 26 27 … … 30 31 31 32 %if %{fedorakmod} 32 @@ -403,6 +4 09,7 @@33 @@ -403,6 +410,7 @@ 33 34 34 35 %if %{build_authlibs} … … 38 39 Group: Networking/Filesystems 39 40 40 @@ -419,6 +42 6,7 @@41 @@ -419,6 +427,7 @@ 41 42 %endif 42 43 … … 46 47 Requires: openafs-authlibs = %{PACKAGE_VERSION} 47 48 %endif 48 @@ -437,6 +44 5,7 @@49 @@ -437,6 +446,7 @@ 49 50 libraries. 50 51 … … 54 55 Group: Development/Filesystems 55 56 56 @@ -465,6 +47 4,7 @@57 @@ -465,6 +475,7 @@ 57 58 administrators. 58 59 … … 62 63 Group: Networking/Filesystems 63 64 Provides: openafs-kernel = %{PACKAGE_VERSION} 64 @@ -514,6 +52 4,7 @@65 @@ -514,6 +525,7 @@ 65 66 66 67 %if %{krb5support} … … 70 71 Requires: openafs = %{PACKAGE_VERSION} 71 72 Group: Networking/Filesystems 72 @@ -540,7 +55 1,7 @@73 @@ -540,7 +552,7 @@ 73 74 %if %{build_modules} 74 75 … … 79 80 %else 80 81 81 @@ -699,6 +71 0,10@@82 @@ -699,6 +711,11 @@ 82 83 83 84 # Patch openafs to build a kernel module named "openafs" instead of "libafs" … … 87 88 +%patch1002 -p1 -b .pts-encrypt 88 89 +%patch1003 -p1 -b .localcsdb 90 +%patch1004 -p1 -b .dprintf 89 91 90 92 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.