Changeset 1189 for branches/fc11-dev


Ignore:
Timestamp:
Jun 12, 2009, 2:31:31 AM (15 years ago)
Author:
mitchb
Message:
Apply OpenAFS delta linux26-defer-cred-changing-20090511
The OpenAFS newsletter claims we need this on Fedora 11, and
it will be present in the upcoming 1.4.11 release.
Location:
branches/fc11-dev/server
Files:
1 added
1 edited

Legend:

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

    r1172 r1189  
    1 --- openafs.spec.orig   2009-06-06 21:06:18.000000000 -0400
    2 +++ openafs.spec        2009-06-06 21:07:33.000000000 -0400
     1--- openafs.spec.orig   2009-06-03 04:16:03.000000000 -0400
     2+++ openafs.spec        2009-06-12 02:05:57.000000000 -0400
    33@@ -8,7 +8,7 @@
    44 # for beta/rc releases make pkgrel 0.X.<tag>
     
    1010 %if %{?osvers:0}%{!?osvers:1}
    1111 %define osvers 1
    12 @@ -261,6 +261,13 @@
     12@@ -261,6 +261,14 @@
    1313 %endif
    1414 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
     
    2020+Patch1004: openafs-delta-dprintf-rename-20090427.patch
    2121+Patch1005: openafs-numsysnames.patch
     22+Patch1006: openafs-delta-linux26-defer-cred-changing-20090511.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 @@ -343,6 +350,7 @@
     27@@ -343,6 +351,7 @@
    2728 %if %{build_userspace}
    2829 
     
    3233 
    3334 %if %{fedorakmod}
    34 @@ -403,6 +411,7 @@
     35@@ -403,6 +412,7 @@
    3536 
    3637 %if %{build_authlibs}
     
    4041 Group: Networking/Filesystems
    4142 
    42 @@ -419,6 +428,7 @@
     43@@ -419,6 +429,7 @@
    4344 %endif
    4445 
     
    4849 Requires: openafs-authlibs = %{PACKAGE_VERSION}
    4950 %endif
    50 @@ -437,6 +447,7 @@
     51@@ -437,6 +448,7 @@
    5152 libraries.
    5253 
     
    5657 Group: Development/Filesystems
    5758 
    58 @@ -465,6 +476,7 @@
     59@@ -465,6 +477,7 @@
    5960 administrators.
    6061 
     
    6465 Group: Networking/Filesystems
    6566 Provides: openafs-kernel = %{PACKAGE_VERSION}
    66 @@ -514,6 +526,7 @@
     67@@ -514,6 +527,7 @@
    6768 
    6869 %if %{krb5support}
     
    7273 Requires: openafs = %{PACKAGE_VERSION}
    7374 Group: Networking/Filesystems
    74 @@ -540,7 +553,7 @@
     75@@ -540,7 +554,7 @@
    7576 %if %{build_modules}
    7677 
     
    8182 %else
    8283 
    83 @@ -699,6 +712,12 @@
     84@@ -699,6 +713,13 @@
    8485 
    8586 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
     
    9192+%patch1004 -p1 -b .dprintf
    9293+%patch1005 -p1 -b .numsysnames
     94+%patch1006 -p1 -b .defercredchanging
    9395 
    9496 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.