- Timestamp:
- Jun 21, 2011, 5:24:37 PM (14 years ago)
- Location:
- branches/fc15-dev/server
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/common/patches/openafs-localcsdb.patch ¶
- Property svn:mergeinfo set to False
-
TabularUnified branches/fc15-dev/server/common/patches/openafs-scripts.patch ¶
r1913 r1914 270 270 if (!afs_resourceinit_flag) /* afs daemons haven't started yet */ 271 271 return EIO; /* Inappropriate ioctl for device */ 272 diff --git a/src/packaging/RedHat/openafs-client.init b/src/packaging/RedHat/openafs-client.init273 index 10ec647..a4ecbc8 100644274 --- a/src/packaging/RedHat/openafs-client.init275 +++ b/src/packaging/RedHat/openafs-client.init276 @@ -14,7 +14,7 @@277 278 start() {279 echo -n $"Updating CellServDB: "280 - cat /usr/vice/etc/CellServDB.local /usr/vice/etc/CellServDB.dist > \281 + cat /usr/vice/etc/CellServDB.local > \282 /usr/vice/etc/CellServDB283 chmod 644 /usr/vice/etc/CellServDB284 echo -
TabularUnified branches/fc15-dev/server/fedora/specs/openafs.spec.patch ¶
r1913 r1914 1 1 --- openafs.spec.orig 2011-06-20 15:32:57.000000000 -0400 2 +++ openafs.spec 2011-06-2 0 17:45:49.000000000 -04002 +++ openafs.spec 2011-06-21 17:15:24.000000000 -0400 3 3 @@ -4,7 +4,7 @@ 4 4 %define pkgvers 1.6.0 … … 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -247,6 +247, 8@@12 @@ -247,6 +247,9 @@ 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-localcsdb.patch 17 18 + 18 19 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 19 20 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 20 21 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 21 @@ -326,6 +32 8,7 @@22 @@ -326,6 +329,7 @@ 22 23 %if %{build_userspace} 23 24 … … 27 28 28 29 %if %{fedorakmod} 29 @@ -386,6 +3 89,7 @@30 @@ -386,6 +390,7 @@ 30 31 31 32 %if %{build_authlibs} … … 35 36 Group: Networking/Filesystems 36 37 37 @@ -402,6 +40 6,7 @@38 @@ -402,6 +407,7 @@ 38 39 %endif 39 40 … … 43 44 Requires: openafs-authlibs = %{version} 44 45 %endif 45 @@ -420,6 +42 5,7 @@46 @@ -420,6 +426,7 @@ 46 47 libraries. 47 48 … … 51 52 Group: Development/Filesystems 52 53 53 @@ -448,6 +45 4,7 @@54 @@ -448,6 +455,7 @@ 54 55 administrators. 55 56 … … 59 60 Group: Networking/Filesystems 60 61 Provides: openafs-kernel = %{version} 61 @@ -497,6 +50 4,7 @@62 @@ -497,6 +505,7 @@ 62 63 63 64 %if %{krb5support} … … 67 68 Requires: openafs = %{version} 68 69 Group: Networking/Filesystems 69 @@ -523,7 +53 1,7 @@70 @@ -523,7 +532,7 @@ 70 71 %if %{build_modules} 71 72 … … 76 77 %else 77 78 78 @@ -680,6 +68 8,9@@79 @@ -680,6 +689,10 @@ 79 80 #%setup -q -n %{srcdir} 80 81 %setup -q -b 1 -n %{srcdir} … … 82 83 +# Apply the Scripts patch 83 84 +%patch1000 -p1 -b .scripts 85 +%patch1001 -p1 -b .localcsdb 84 86 + 85 87 ############################################################################## 86 88 # 87 89 # building 88 @@ -1215,6 +122 6,13 @@90 @@ -1215,6 +1228,13 @@ 89 91 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 90 92 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset
for help on using the changeset viewer.