Changeset 1274 for trunk/server/fedora/specs
- Timestamp:
- Jul 15, 2009, 10:50:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/openafs.spec.patch
r1259 r1274 1 --- openafs.spec.orig 2009-06-03 04:16:03.000000000 -04002 +++ openafs.spec 2009-06-12 02:05:57.000000000 -04001 --- openafs.spec.orig 2 +++ openafs.spec 3 3 @@ -8,7 +8,7 @@ 4 4 # for beta/rc releases make pkgrel 0.X.<tag> … … 10 10 %if %{?osvers:0}%{!?osvers:1} 11 11 %define osvers 1 12 @@ -261,6 +261,1 4@@12 @@ -261,6 +261,10 @@ 13 13 %endif 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 15 15 16 16 +Patch1000: openafs-scripts.patch 17 +Patch1001: openafs-postinit.patch18 +Patch1002: openafs-pts-encrypt.patch19 17 +Patch1003: openafs-localcsdb.patch 20 +Patch1004: openafs-delta-dprintf-rename-20090427.patch21 18 +Patch1005: openafs-numsysnames.patch 22 +Patch1006: openafs-delta-linux26-defer-cred-changing-20090511.patch23 19 + 24 20 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 25 21 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 26 22 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 27 @@ -343,6 +3 51,7 @@23 @@ -343,6 +347,7 @@ 28 24 %if %{build_userspace} 29 25 … … 33 29 34 30 %if %{fedorakmod} 35 @@ -403,6 +4 12,7 @@31 @@ -403,6 +408,7 @@ 36 32 37 33 %if %{build_authlibs} … … 41 37 Group: Networking/Filesystems 42 38 43 @@ -419,6 +42 9,7 @@39 @@ -419,6 +425,7 @@ 44 40 %endif 45 41 … … 49 45 Requires: openafs-authlibs = %{PACKAGE_VERSION} 50 46 %endif 51 @@ -437,6 +44 8,7 @@47 @@ -437,6 +444,7 @@ 52 48 libraries. 53 49 … … 57 53 Group: Development/Filesystems 58 54 59 @@ -465,6 +47 7,7 @@55 @@ -465,6 +473,7 @@ 60 56 administrators. 61 57 … … 65 61 Group: Networking/Filesystems 66 62 Provides: openafs-kernel = %{PACKAGE_VERSION} 67 @@ -514,6 +52 7,7 @@63 @@ -514,6 +523,7 @@ 68 64 69 65 %if %{krb5support} … … 73 69 Requires: openafs = %{PACKAGE_VERSION} 74 70 Group: Networking/Filesystems 75 @@ -540,7 +55 4,7 @@71 @@ -540,7 +550,7 @@ 76 72 %if %{build_modules} 77 73 … … 82 78 %else 83 79 84 @@ -699,6 +7 13,13@@80 @@ -699,6 +709,9 @@ 85 81 86 82 # Patch openafs to build a kernel module named "openafs" instead of "libafs" 87 83 %patch0 -p1 -b .kmod26 88 84 +%patch1000 -p1 -b .scripts 89 +%patch1001 -p1 -b .postinit90 +%patch1002 -p1 -b .pts-encrypt91 85 +%patch1003 -p1 -b .localcsdb 92 +%patch1004 -p1 -b .dprintf93 86 +%patch1005 -p1 -b .numsysnames 94 +%patch1006 -p1 -b .defercredchanging95 87 96 88 ############################################################################## 97 89 # 90 @@ -1209,7 +1222,7 @@ 91 rm -rf $RPM_BUILD_ROOT%{_sbindir}/kdump* 92 93 # remove man pages from programs deleted above 94 -for f in 1/dlog 1/dpass 1/livesys 1/xstat_cm_test 1/xstat_fs_test 8/kdb 8/kpwvalid 8/xfs_size_check 1/package_test 5/package 8/package ; do 95 +for f in 1/compile_et 1/dlog 1/dpass 1/livesys 1/xstat_cm_test 1/xstat_fs_test 8/kdb 8/kpwvalid 8/xfs_size_check 1/package_test 5/package 8/package ; do 96 rm -f $RPM_BUILD_ROOT%{_mandir}/man$f.* 97 done 98 99 @@ -1569,7 +1582,6 @@ 100 %{_libdir}/librxstat.a 101 %{_libdir}/libubik.a 102 %{_mandir}/man1/rxgen.* 103 -%{_mandir}/man1/compile_et.* 104 105 %if %{build_dkmspkg} 106 %files -n dkms-%{name}
Note: See TracChangeset
for help on using the changeset viewer.