Changeset 2062
- Timestamp:
- Nov 21, 2011, 10:13:14 PM (13 years ago)
- Location:
- branches/fc15-dev/server
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/specs/openafs.spec.patch
r2060 r2062 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -237,6 +237,1 3@@12 @@ -237,6 +237,14 @@ 13 13 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 … … 20 20 +Patch1004: openafs-linux-3.1-rcu.patch 21 21 +Patch1005: openafs-linux-3.1-fsync.patch 22 +Patch1006: openafs-linux-3.1-zalloc.patch 22 23 + 23 24 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 24 25 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 25 26 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 26 @@ -316,6 +32 3,7 @@27 @@ -316,6 +324,7 @@ 27 28 %if %{build_userspace} 28 29 … … 32 33 33 34 %if %{fedorakmod} 34 @@ -376,6 +38 4,7 @@35 @@ -376,6 +385,7 @@ 35 36 36 37 %if %{build_authlibs} … … 40 41 Group: Networking/Filesystems 41 42 42 @@ -392,6 +40 1,7 @@43 @@ -392,6 +402,7 @@ 43 44 %endif 44 45 … … 48 49 Requires: openafs-authlibs = %{version}-%{release} 49 50 %endif 50 @@ -410,6 +42 0,7 @@51 @@ -410,6 +421,7 @@ 51 52 libraries. 52 53 … … 56 57 Group: Development/Filesystems 57 58 Requires: openafs = %{version}-%{release} 58 @@ -439,6 +45 0,7 @@59 @@ -439,6 +451,7 @@ 59 60 administrators. 60 61 … … 64 65 Group: Networking/Filesystems 65 66 Provides: openafs-kernel = %{version} 66 @@ -488,6 +50 0,7 @@67 @@ -488,6 +501,7 @@ 67 68 68 69 %if %{krb5support} … … 72 73 Requires: openafs = %{version} 73 74 Group: Networking/Filesystems 74 @@ -514,7 +52 7,7 @@75 @@ -514,7 +528,7 @@ 75 76 %if %{build_modules} 76 77 … … 81 82 %else 82 83 83 @@ -671,6 +68 4,14@@84 @@ -671,6 +685,15 @@ 84 85 #%setup -q -n %{srcdir} 85 86 %setup -q -b 1 -n %{srcdir} … … 92 93 +%patch1004 -p1 -b .rcu 93 94 +%patch1005 -p1 -b .fsync 95 +%patch1006 -p1 -b .zalloc 94 96 + 95 97 ############################################################################## 96 98 # 97 99 # building 98 @@ -1212,6 +123 3,13 @@100 @@ -1212,6 +1235,13 @@ 99 101 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 100 102 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset
for help on using the changeset viewer.