Changeset 2143
- Timestamp:
- Feb 27, 2012, 1:52:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/openafs.spec.patch
r2066 r2143 1 --- rpmbuild/SPECS/openafs.spec2 +++ rpmbuild/SPECS/openafs.spec.~3~ 2011-11-20 20:13:52.211673609 -05001 --- openafs.spec 2012-02-13 15:41:02.757592190 -0500 2 +++ openafs.spec.~3~ 2012-02-13 15:48:25.366294629 -0500 3 3 @@ -4,7 +4,7 @@ 4 4 %define pkgvers 1.6.0 … … 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -237,6 +237,1 4@@12 @@ -237,6 +237,15 @@ 13 13 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 … … 21 21 +Patch1005: openafs-linux-3.1-fsync.patch 22 22 +Patch1006: openafs-linux-3.1-zalloc.patch 23 +Patch1007: openafs-linux-3.2-nlink.patch 23 24 + 24 25 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 25 26 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 26 27 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 27 @@ -316,6 +32 4,7 @@28 @@ -316,6 +325,7 @@ 28 29 %if %{build_userspace} 29 30 … … 33 34 34 35 %if %{fedorakmod} 35 @@ -376,6 +38 5,7 @@36 @@ -376,6 +386,7 @@ 36 37 37 38 %if %{build_authlibs} … … 41 42 Group: Networking/Filesystems 42 43 43 @@ -392,6 +40 2,7 @@44 @@ -392,6 +403,7 @@ 44 45 %endif 45 46 … … 49 50 Requires: openafs-authlibs = %{version}-%{release} 50 51 %endif 51 @@ -410,6 +42 1,7 @@52 @@ -410,6 +422,7 @@ 52 53 libraries. 53 54 … … 57 58 Group: Development/Filesystems 58 59 Requires: openafs = %{version}-%{release} 59 @@ -439,6 +45 1,7 @@60 @@ -439,6 +452,7 @@ 60 61 administrators. 61 62 … … 65 66 Group: Networking/Filesystems 66 67 Provides: openafs-kernel = %{version} 67 @@ -488,6 +50 1,7 @@68 @@ -488,6 +502,7 @@ 68 69 69 70 %if %{krb5support} … … 73 74 Requires: openafs = %{version} 74 75 Group: Networking/Filesystems 75 @@ -514,7 +52 8,7 @@76 @@ -514,7 +529,7 @@ 76 77 %if %{build_modules} 77 78 … … 82 83 %else 83 84 84 @@ -671,6 +68 5,15@@85 @@ -671,6 +686,16 @@ 85 86 #%setup -q -n %{srcdir} 86 87 %setup -q -b 1 -n %{srcdir} … … 94 95 +%patch1005 -p1 -b .fsync 95 96 +%patch1006 -p1 -b .zalloc 97 +%patch1007 -p1 -b .nlink 96 98 + 97 99 ############################################################################## 98 100 # 99 101 # building 100 @@ -1212,6 +123 5,13 @@102 @@ -1212,6 +1237,13 @@ 101 103 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 102 104 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset
for help on using the changeset viewer.