Changeset 2288


Ignore:
Timestamp:
Aug 5, 2012, 10:26:57 AM (12 years ago)
Author:
ezyang
Message:
OpenAFS for Linux 3.5
Location:
trunk/server
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/openafs.spec.patch

    r2200 r2288  
    1 --- openafs.spec        2012-02-13 15:41:02.757592190 -0500
    2 +++ openafs.spec.~3~    2012-02-13 15:48:25.366294629 -0500
     1--- openafs.spec.~1~    2012-03-29 12:45:12.000000000 -0400
     2+++ openafs.spec        2012-08-05 07:35:31.292297168 -0400
    33@@ -4,7 +4,7 @@
    4  %define pkgvers 1.6.0
     4 %define pkgvers 1.6.1
    55 # for beta/rc releases make pkgrel 0.<tag>
    66 # for real releases make pkgrel 1 (or more for extra releases)
     
    1010 %{!?fedorakmod: %define fedorakmod 1}
    1111 %{!?build_dkmspkg: %define build_dkmspkg 1}
    12 @@ -237,6 +237,11 @@
     12@@ -252,6 +252,14 @@
    1313 
    1414 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
     
    1818+Patch1002: openafs-systemd-crond.patch
    1919+Patch1003: openafs-systemd-csdb.patch
     20+Patch1004: openafs-linux-3.4-end-writeback.patch
     21+Patch1005: openafs-linux-3.5-encode-fh.patch
     22+%define _default_patch_fuzz 2
    2023+
    2124 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    2225 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2326 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    24 @@ -316,6 +325,7 @@
     27@@ -331,6 +338,7 @@
    2528 %if %{build_userspace}
    2629 
     
    2831+Provides: scripts-openafs-client
    2932 Requires: binutils, openafs = %{version}
    30  
    31  %if %{fedorakmod}
    32 @@ -376,6 +386,7 @@
     33 %if 0%{?fedora} >= 15
     34 Requires: systemd-units
     35@@ -403,6 +411,7 @@
    3336 
    3437 %if %{build_authlibs}
     
    3841 Group: Networking/Filesystems
    3942 
    40 @@ -392,6 +403,7 @@
     43@@ -419,6 +428,7 @@
    4144 %endif
    4245 
     
    4649 Requires: openafs-authlibs = %{version}-%{release}
    4750 %endif
    48 @@ -410,6 +422,7 @@
     51@@ -437,6 +447,7 @@
    4952 libraries.
    5053 
     
    5457 Group: Development/Filesystems
    5558 Requires: openafs = %{version}-%{release}
    56 @@ -439,6 +452,7 @@
     59@@ -466,6 +477,7 @@
    5760 administrators.
    5861 
     
    6265 Group: Networking/Filesystems
    6366 Provides: openafs-kernel = %{version}
    64 @@ -488,6 +502,7 @@
     67@@ -515,6 +527,7 @@
    6568 
    6669 %if %{krb5support}
     
    7073 Requires: openafs = %{version}
    7174 Group: Networking/Filesystems
    72 @@ -514,7 +529,7 @@
     75@@ -541,7 +554,7 @@
    7376 %if %{build_modules}
    7477 
     
    7982 %else
    8083 
    81 @@ -671,6 +686,12 @@
     84@@ -698,6 +711,14 @@
    8285 #%setup -q -n %{srcdir}
    8386 %setup -q -b 1 -n %{srcdir}
     
    8891+%patch1002 -p1 -b .systemd-crond
    8992+%patch1003 -p1 -b .systemd-csdb
     93+%patch1004 -p1 -b .end-writeback
     94+%patch1005 -p1 -b .encode-fh
    9095+
    9196 ##############################################################################
    9297 #
    9398 # building
    94 @@ -1212,6 +1237,13 @@
     99@@ -1278,6 +1299,13 @@
    95100 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
    96101 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset for help on using the changeset viewer.