Changeset 2414 for trunk/server
- Timestamp:
- May 23, 2013, 6:41:23 PM (11 years ago)
- 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 201 2-11-10 05:22:28.754019405 -05002 +++ openafs.spec 201 2-11-10 12:45:48.679334955 -05001 --- openafs.spec.orig 2013-05-07 00:56:04.399167645 -0400 2 +++ openafs.spec 2013-05-07 00:57:01.393033842 -0400 3 3 @@ -4,7 +4,7 @@ 4 %define pkgvers 1.6.2 4 %define pkgvers 1.6.2.1 5 5 # for beta/rc releases make pkgrel 0.<tag> 6 6 # for real releases make pkgrel 1 (or more for extra releases) … … 21 21 +Patch1002: openafs-systemd-crond.patch 22 22 +Patch1003: openafs-systemd-csdb.patch 23 +Patch1004: openafs- linux-3.8-enablement.patch23 +Patch1004: openafs-TryEvictVCache-crash.patch 24 24 +%define _default_patch_fuzz 2 25 25 + … … 27 27 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 28 28 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 29 @@ -331,6 +33 7,7 @@29 @@ -331,6 +338,7 @@ 30 30 %if %{build_userspace} 31 31 … … 35 35 %if 0%{?fedora} >= 15 36 36 Requires: systemd-units 37 @@ -382,6 +3 89,7 @@37 @@ -382,6 +390,7 @@ 38 38 %package -n dkms-%{name} 39 39 Summary: DKMS-ready kernel source for AFS distributed filesystem … … 43 43 %if %{fedorakmod} 44 44 Provides: %{name}-kmod = %{version} 45 @@ -403,6 +41 1,7 @@45 @@ -403,6 +412,7 @@ 46 46 47 47 %if %{build_authlibs} … … 51 51 Group: Networking/Filesystems 52 52 53 @@ -419,6 +42 8,7 @@53 @@ -419,6 +429,7 @@ 54 54 %endif 55 55 … … 59 59 Requires: openafs-authlibs = %{version}-%{release} 60 60 %endif 61 @@ -437,6 +44 7,7 @@61 @@ -437,6 +448,7 @@ 62 62 libraries. 63 63 … … 67 67 Group: Development/Filesystems 68 68 Requires: openafs = %{version}-%{release} 69 @@ -466,6 +47 7,7 @@69 @@ -466,6 +478,7 @@ 70 70 administrators. 71 71 … … 75 75 Group: Networking/Filesystems 76 76 Provides: openafs-kernel = %{version} 77 @@ -515,6 +52 7,7 @@77 @@ -515,6 +528,7 @@ 78 78 79 79 %if %{krb5support} … … 83 83 Requires: openafs = %{version} 84 84 Group: Networking/Filesystems 85 @@ -541,7 +55 4,7 @@85 @@ -541,7 +555,7 @@ 86 86 %if %{build_modules} 87 87 … … 92 92 %else 93 93 94 @@ -698,6 +71 1,12 @@94 @@ -698,6 +712,12 @@ 95 95 #%setup -q -n %{srcdir} 96 96 %setup -q -b 1 -n %{srcdir} … … 100 100 +%patch1002 -p1 -b .systemd-crond 101 101 +%patch1003 -p1 -b .systemd-csdb 102 +%patch1004 -p1 -b . 3.8-enablement102 +%patch1004 -p1 -b .vcache 103 103 + 104 104 ############################################################################## 105 105 # 106 106 # building 107 @@ -869,6 +88 7,8 @@107 @@ -869,6 +889,8 @@ 108 108 %endif 109 109 %endif … … 114 114 --prefix=%{_prefix} \ 115 115 --libdir=%{_libdir} \ 116 @@ -1257,6 +127 7,13 @@116 @@ -1257,6 +1279,13 @@ 117 117 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 118 118 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset
for help on using the changeset viewer.