Changeset 1259 for trunk/server/fedora/specs/openafs.spec.patch
- Timestamp:
- Jul 9, 2009, 3:48:21 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
False
/branches/fc11-dev merged eligible
-
Property
svn:mergeinfo
set to
False
-
trunk/server/fedora/specs/openafs.spec.patch
r1079 r1259 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-12 02:05:57.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,14 @@ 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 21 +Patch1005: openafs-numsysnames.patch 22 +Patch1006: openafs-delta-linux26-defer-cred-changing-20090511.patch 20 23 + 21 24 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 22 25 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 23 26 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 24 @@ -343,6 +3 48,7 @@27 @@ -343,6 +351,7 @@ 25 28 %if %{build_userspace} 26 29 … … 30 33 31 34 %if %{fedorakmod} 32 @@ -403,6 +4 09,7 @@35 @@ -403,6 +412,7 @@ 33 36 34 37 %if %{build_authlibs} … … 38 41 Group: Networking/Filesystems 39 42 40 @@ -419,6 +42 6,7 @@43 @@ -419,6 +429,7 @@ 41 44 %endif 42 45 … … 46 49 Requires: openafs-authlibs = %{PACKAGE_VERSION} 47 50 %endif 48 @@ -437,6 +44 5,7 @@51 @@ -437,6 +448,7 @@ 49 52 libraries. 50 53 … … 54 57 Group: Development/Filesystems 55 58 56 @@ -465,6 +47 4,7 @@59 @@ -465,6 +477,7 @@ 57 60 administrators. 58 61 … … 62 65 Group: Networking/Filesystems 63 66 Provides: openafs-kernel = %{PACKAGE_VERSION} 64 @@ -514,6 +52 4,7 @@67 @@ -514,6 +527,7 @@ 65 68 66 69 %if %{krb5support} … … 70 73 Requires: openafs = %{PACKAGE_VERSION} 71 74 Group: Networking/Filesystems 72 @@ -540,7 +55 1,7 @@75 @@ -540,7 +554,7 @@ 73 76 %if %{build_modules} 74 77 … … 79 82 %else 80 83 81 @@ -699,6 +71 0,10@@84 @@ -699,6 +713,13 @@ 82 85 83 86 # Patch openafs to build a kernel module named "openafs" instead of "libafs" … … 87 90 +%patch1002 -p1 -b .pts-encrypt 88 91 +%patch1003 -p1 -b .localcsdb 92 +%patch1004 -p1 -b .dprintf 93 +%patch1005 -p1 -b .numsysnames 94 +%patch1006 -p1 -b .defercredchanging 89 95 90 96 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.