- Timestamp:
- Jul 15, 2009, 10:50:26 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/patches/openafs-scripts.patch
r1259 r1274 58 58 --- openafs-1.4/src/afs/LINUX/osi_vnodeops.c 59 59 +++ openafs-1.4+scripts/src/afs/LINUX/osi_vnodeops.c 60 @@ -8 75,6 +875,28 @@60 @@ -896,6 +896,28 @@ 61 61 /* should we always update the attributes at this point? */ 62 62 /* unlikely--the vcache entry hasn't changed */ … … 162 162 --- openafs-1.4/src/afs/afs_pioctl.c 163 163 +++ openafs-1.4+scripts/src/afs/afs_pioctl.c 164 @@ -12 17,6 +1217,10 @@164 @@ -1221,6 +1221,10 @@ 165 165 struct AFSFetchStatus OutStatus; 166 166 XSTATS_DECLS; … … 173 173 if (!avc) 174 174 return EINVAL; 175 @@ -14 37,6 +1441,10 @@175 @@ -1441,6 +1445,10 @@ 176 176 struct vrequest treq; 177 177 afs_int32 flag, set_parent_pag = 0; … … 184 184 if (!afs_resourceinit_flag) { 185 185 return EIO; 186 @@ -1 796,6 +1804,10 @@186 @@ -1800,6 +1808,10 @@ 187 187 afs_int32 iterator; 188 188 int newStyle; … … 195 195 if (!afs_resourceinit_flag) /* afs daemons haven't started yet */ 196 196 return EIO; /* Inappropriate ioctl for device */ 197 @@ -18 79,6 +1891,10 @@197 @@ -1883,6 +1895,10 @@ 198 198 register afs_int32 i; 199 199 register struct unixuser *tu; -
trunk/server/fedora/Makefile
r1259 r1274 38 38 server_url = "http://web.mit.edu/scripts/src" 39 39 server_arch = "fedora.stable" 40 openafs_url = "http://dl.openafs.org/dl/openafs/1.4.1 0/openafs-1.4.10-1.1.1.src.rpm"41 nss_ldapd_url = "http://download.opensuse.org/repositories/network:/ldap/openSUSE_Factory/src/nss-ldapd-0.6. 8-2.1.src.rpm"40 openafs_url = "http://dl.openafs.org/dl/openafs/1.4.11/openafs-1.4.11-1.1.1.src.rpm" 41 nss_ldapd_url = "http://download.opensuse.org/repositories/network:/ldap/openSUSE_Factory/src/nss-ldapd-0.6.10-6.2.src.rpm" 42 42 43 43 .PHONY: minimal-clean -
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.