Changeset 1079 for server/fedora/specs/openafs.spec.patch
- Timestamp:
- Apr 14, 2009, 5:21:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/openafs.spec.patch
r1070 r1079 1 1 --- openafs.spec.orig 2009-04-08 08:17:00.000000000 -0400 2 +++ openafs.spec 2009-04- 08 08:17:21.000000000 -04002 +++ openafs.spec 2009-04-14 04:32:44.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 0@@12 @@ -261,6 +261,11 @@ 13 13 %endif 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 … … 17 17 +Patch1001: openafs-postinit.patch 18 18 +Patch1002: openafs-pts-encrypt.patch 19 +Patch1003: openafs-localcsdb.patch 19 20 + 20 21 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 21 22 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 22 23 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 23 @@ -343,6 +34 7,7 @@24 @@ -343,6 +348,7 @@ 24 25 %if %{build_userspace} 25 26 … … 29 30 30 31 %if %{fedorakmod} 31 @@ -403,6 +40 8,7 @@32 @@ -403,6 +409,7 @@ 32 33 33 34 %if %{build_authlibs} … … 37 38 Group: Networking/Filesystems 38 39 39 @@ -419,6 +42 5,7 @@40 @@ -419,6 +426,7 @@ 40 41 %endif 41 42 … … 45 46 Requires: openafs-authlibs = %{PACKAGE_VERSION} 46 47 %endif 47 @@ -437,6 +44 4,7 @@48 @@ -437,6 +445,7 @@ 48 49 libraries. 49 50 … … 53 54 Group: Development/Filesystems 54 55 55 @@ -465,6 +47 3,7 @@56 @@ -465,6 +474,7 @@ 56 57 administrators. 57 58 … … 61 62 Group: Networking/Filesystems 62 63 Provides: openafs-kernel = %{PACKAGE_VERSION} 63 @@ -514,6 +52 3,7 @@64 @@ -514,6 +524,7 @@ 64 65 65 66 %if %{krb5support} … … 69 70 Requires: openafs = %{PACKAGE_VERSION} 70 71 Group: Networking/Filesystems 71 @@ -540,7 +55 0,7 @@72 @@ -540,7 +551,7 @@ 72 73 %if %{build_modules} 73 74 … … 78 79 %else 79 80 80 @@ -699,6 +7 09,9@@81 @@ -699,6 +710,10 @@ 81 82 82 83 # Patch openafs to build a kernel module named "openafs" instead of "libafs" … … 85 86 +%patch1001 -p1 -b .postinit 86 87 +%patch1002 -p1 -b .pts-encrypt 88 +%patch1003 -p1 -b .localcsdb 87 89 88 90 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.