Changeset 1172 for branches/fc11-dev


Ignore:
Timestamp:
Jun 6, 2009, 9:48:16 PM (15 years ago)
Author:
mitchb
Message:
Allow more AFS sysnames... you can never have enough
Location:
branches/fc11-dev/server
Files:
1 added
1 edited

Legend:

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

    r1139 r1172  
    1 --- openafs.spec.orig   2009-06-03 04:16:03.000000000 -0400
    2 +++ openafs.spec        2009-06-03 04:18:10.000000000 -0400
     1--- openafs.spec.orig   2009-06-06 21:06:18.000000000 -0400
     2+++ openafs.spec        2009-06-06 21:07:33.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,12 @@
     12@@ -261,6 +261,13 @@
    1313 %endif
    1414 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
     
    1919+Patch1003: openafs-localcsdb.patch
    2020+Patch1004: openafs-delta-dprintf-rename-20090427.patch
     21+Patch1005: openafs-numsysnames.patch
    2122+
    2223 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    2324 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2425 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    25 @@ -343,6 +349,7 @@
     26@@ -343,6 +350,7 @@
    2627 %if %{build_userspace}
    2728 
     
    3132 
    3233 %if %{fedorakmod}
    33 @@ -403,6 +410,7 @@
     34@@ -403,6 +411,7 @@
    3435 
    3536 %if %{build_authlibs}
     
    3940 Group: Networking/Filesystems
    4041 
    41 @@ -419,6 +427,7 @@
     42@@ -419,6 +428,7 @@
    4243 %endif
    4344 
     
    4748 Requires: openafs-authlibs = %{PACKAGE_VERSION}
    4849 %endif
    49 @@ -437,6 +446,7 @@
     50@@ -437,6 +447,7 @@
    5051 libraries.
    5152 
     
    5556 Group: Development/Filesystems
    5657 
    57 @@ -465,6 +475,7 @@
     58@@ -465,6 +476,7 @@
    5859 administrators.
    5960 
     
    6364 Group: Networking/Filesystems
    6465 Provides: openafs-kernel = %{PACKAGE_VERSION}
    65 @@ -514,6 +525,7 @@
     66@@ -514,6 +526,7 @@
    6667 
    6768 %if %{krb5support}
     
    7172 Requires: openafs = %{PACKAGE_VERSION}
    7273 Group: Networking/Filesystems
    73 @@ -540,7 +552,7 @@
     74@@ -540,7 +553,7 @@
    7475 %if %{build_modules}
    7576 
     
    8081 %else
    8182 
    82 @@ -699,6 +711,11 @@
     83@@ -699,6 +712,12 @@
    8384 
    8485 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
     
    8990+%patch1003 -p1 -b .localcsdb
    9091+%patch1004 -p1 -b .dprintf
     92+%patch1005 -p1 -b .numsysnames
    9193 
    9294 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.