Ignore:
Timestamp:
Nov 21, 2011, 10:13:14 PM (12 years ago)
Author:
geofft
Message:
openafs: One last patch for Linux 3.1 support

Marc Dionne says, "other than that I don't see anything missing in 1.6
for 3.1".

Taken from http://gerrit.openafs.org/6104
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/specs/openafs.spec.patch

    r2060 r2062  
    1010 %{!?fedorakmod: %define fedorakmod 1}
    1111 %{!?build_dkmspkg: %define build_dkmspkg 1}
    12 @@ -237,6 +237,13 @@
     12@@ -237,6 +237,14 @@
    1313 
    1414 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
     
    2020+Patch1004: openafs-linux-3.1-rcu.patch
    2121+Patch1005: openafs-linux-3.1-fsync.patch
     22+Patch1006: openafs-linux-3.1-zalloc.patch
    2223+
    2324 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    2425 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2526 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    26 @@ -316,6 +323,7 @@
     27@@ -316,6 +324,7 @@
    2728 %if %{build_userspace}
    2829 
     
    3233 
    3334 %if %{fedorakmod}
    34 @@ -376,6 +384,7 @@
     35@@ -376,6 +385,7 @@
    3536 
    3637 %if %{build_authlibs}
     
    4041 Group: Networking/Filesystems
    4142 
    42 @@ -392,6 +401,7 @@
     43@@ -392,6 +402,7 @@
    4344 %endif
    4445 
     
    4849 Requires: openafs-authlibs = %{version}-%{release}
    4950 %endif
    50 @@ -410,6 +420,7 @@
     51@@ -410,6 +421,7 @@
    5152 libraries.
    5253 
     
    5657 Group: Development/Filesystems
    5758 Requires: openafs = %{version}-%{release}
    58 @@ -439,6 +450,7 @@
     59@@ -439,6 +451,7 @@
    5960 administrators.
    6061 
     
    6465 Group: Networking/Filesystems
    6566 Provides: openafs-kernel = %{version}
    66 @@ -488,6 +500,7 @@
     67@@ -488,6 +501,7 @@
    6768 
    6869 %if %{krb5support}
     
    7273 Requires: openafs = %{version}
    7374 Group: Networking/Filesystems
    74 @@ -514,7 +527,7 @@
     75@@ -514,7 +528,7 @@
    7576 %if %{build_modules}
    7677 
     
    8182 %else
    8283 
    83 @@ -671,6 +684,14 @@
     84@@ -671,6 +685,15 @@
    8485 #%setup -q -n %{srcdir}
    8586 %setup -q -b 1 -n %{srcdir}
     
    9293+%patch1004 -p1 -b .rcu
    9394+%patch1005 -p1 -b .fsync
     95+%patch1006 -p1 -b .zalloc
    9496+
    9597 ##############################################################################
    9698 #
    9799 # building
    98 @@ -1212,6 +1233,13 @@
     100@@ -1212,6 +1235,13 @@
    99101 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
    100102 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset for help on using the changeset viewer.