Changeset 2414


Ignore:
Timestamp:
May 23, 2013, 6:41:23 PM (11 years ago)
Author:
achernya
Message:
Update to OpenAFS 1.6.2.1, also try to stop crashing
Location:
trunk/server
Files:
1 added
1 deleted
1 edited

Legend:

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

    r2399 r2414  
    1 --- openafs.spec.orig   2012-11-10 05:22:28.754019405 -0500
    2 +++ openafs.spec        2012-11-10 12:45:48.679334955 -0500
     1--- openafs.spec.orig   2013-05-07 00:56:04.399167645 -0400
     2+++ openafs.spec        2013-05-07 00:57:01.393033842 -0400
    33@@ -4,7 +4,7 @@
    4  %define pkgvers 1.6.2
     4 %define pkgvers 1.6.2.1
    55 # for beta/rc releases make pkgrel 0.<tag>
    66 # for real releases make pkgrel 1 (or more for extra releases)
     
    2121+Patch1002: openafs-systemd-crond.patch
    2222+Patch1003: openafs-systemd-csdb.patch
    23 +Patch1004: openafs-linux-3.8-enablement.patch
     23+Patch1004: openafs-TryEvictVCache-crash.patch
    2424+%define _default_patch_fuzz 2
    2525+
     
    2727 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2828 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    29 @@ -331,6 +337,7 @@
     29@@ -331,6 +338,7 @@
    3030 %if %{build_userspace}
    3131 
     
    3535 %if 0%{?fedora} >= 15
    3636 Requires: systemd-units
    37 @@ -382,6 +389,7 @@
     37@@ -382,6 +390,7 @@
    3838 %package -n dkms-%{name}
    3939 Summary:        DKMS-ready kernel source for AFS distributed filesystem
     
    4343 %if %{fedorakmod}
    4444 Provides: %{name}-kmod = %{version}
    45 @@ -403,6 +411,7 @@
     45@@ -403,6 +412,7 @@
    4646 
    4747 %if %{build_authlibs}
     
    5151 Group: Networking/Filesystems
    5252 
    53 @@ -419,6 +428,7 @@
     53@@ -419,6 +429,7 @@
    5454 %endif
    5555 
     
    5959 Requires: openafs-authlibs = %{version}-%{release}
    6060 %endif
    61 @@ -437,6 +447,7 @@
     61@@ -437,6 +448,7 @@
    6262 libraries.
    6363 
     
    6767 Group: Development/Filesystems
    6868 Requires: openafs = %{version}-%{release}
    69 @@ -466,6 +477,7 @@
     69@@ -466,6 +478,7 @@
    7070 administrators.
    7171 
     
    7575 Group: Networking/Filesystems
    7676 Provides: openafs-kernel = %{version}
    77 @@ -515,6 +527,7 @@
     77@@ -515,6 +528,7 @@
    7878 
    7979 %if %{krb5support}
     
    8383 Requires: openafs = %{version}
    8484 Group: Networking/Filesystems
    85 @@ -541,7 +554,7 @@
     85@@ -541,7 +555,7 @@
    8686 %if %{build_modules}
    8787 
     
    9292 %else
    9393 
    94 @@ -698,6 +711,12 @@
     94@@ -698,6 +712,12 @@
    9595 #%setup -q -n %{srcdir}
    9696 %setup -q -b 1 -n %{srcdir}
     
    100100+%patch1002 -p1 -b .systemd-crond
    101101+%patch1003 -p1 -b .systemd-csdb
    102 +%patch1004 -p1 -b .3.8-enablement
     102+%patch1004 -p1 -b .vcache
    103103+
    104104 ##############################################################################
    105105 #
    106106 # building
    107 @@ -869,6 +887,8 @@
     107@@ -869,6 +889,8 @@
    108108 %endif
    109109 %endif
     
    114114        --prefix=%{_prefix} \
    115115        --libdir=%{_libdir} \
    116 @@ -1257,6 +1277,13 @@
     116@@ -1257,6 +1279,13 @@
    117117 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
    118118 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset for help on using the changeset viewer.