Changeset 2288 for trunk/server/fedora/specs
- Timestamp:
- Aug 5, 2012, 10:26:57 AM (12 years ago)
- File:
-
- 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 -05002 +++ openafs.spec .~3~ 2012-02-13 15:48:25.366294629 -05001 --- openafs.spec.~1~ 2012-03-29 12:45:12.000000000 -0400 2 +++ openafs.spec 2012-08-05 07:35:31.292297168 -0400 3 3 @@ -4,7 +4,7 @@ 4 %define pkgvers 1.6. 04 %define pkgvers 1.6.1 5 5 # for beta/rc releases make pkgrel 0.<tag> 6 6 # for real releases make pkgrel 1 (or more for extra releases) … … 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -2 37,6 +237,11@@12 @@ -252,6 +252,14 @@ 13 13 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 … … 18 18 +Patch1002: openafs-systemd-crond.patch 19 19 +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 20 23 + 21 24 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 22 25 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 23 26 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 24 @@ -3 16,6 +325,7 @@27 @@ -331,6 +338,7 @@ 25 28 %if %{build_userspace} 26 29 … … 28 31 +Provides: scripts-openafs-client 29 32 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 @@ 33 36 34 37 %if %{build_authlibs} … … 38 41 Group: Networking/Filesystems 39 42 40 @@ - 392,6 +403,7 @@43 @@ -419,6 +428,7 @@ 41 44 %endif 42 45 … … 46 49 Requires: openafs-authlibs = %{version}-%{release} 47 50 %endif 48 @@ -4 10,6 +422,7 @@51 @@ -437,6 +447,7 @@ 49 52 libraries. 50 53 … … 54 57 Group: Development/Filesystems 55 58 Requires: openafs = %{version}-%{release} 56 @@ -4 39,6 +452,7 @@59 @@ -466,6 +477,7 @@ 57 60 administrators. 58 61 … … 62 65 Group: Networking/Filesystems 63 66 Provides: openafs-kernel = %{version} 64 @@ - 488,6 +502,7 @@67 @@ -515,6 +527,7 @@ 65 68 66 69 %if %{krb5support} … … 70 73 Requires: openafs = %{version} 71 74 Group: Networking/Filesystems 72 @@ -5 14,7 +529,7 @@75 @@ -541,7 +554,7 @@ 73 76 %if %{build_modules} 74 77 … … 79 82 %else 80 83 81 @@ -6 71,6 +686,12@@84 @@ -698,6 +711,14 @@ 82 85 #%setup -q -n %{srcdir} 83 86 %setup -q -b 1 -n %{srcdir} … … 88 91 +%patch1002 -p1 -b .systemd-crond 89 92 +%patch1003 -p1 -b .systemd-csdb 93 +%patch1004 -p1 -b .end-writeback 94 +%patch1005 -p1 -b .encode-fh 90 95 + 91 96 ############################################################################## 92 97 # 93 98 # building 94 @@ -12 12,6 +1237,13 @@99 @@ -1278,6 +1299,13 @@ 95 100 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 96 101 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset
for help on using the changeset viewer.