rpms/coda/F-12 coda-6.9.4-venus-coda-client-convert.patch, NONE, 1.1 coda.spec, 1.18, 1.19

Neil Horman nhorman at fedoraproject.org
Fri Dec 4 21:04:01 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/coda/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23298

Modified Files:
	coda.spec 
Added Files:
	coda-6.9.4-venus-coda-client-convert.patch 
Log Message:
Resolves bz 544096

coda-6.9.4-venus-coda-client-convert.patch:
 venus-setup.8 |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- NEW FILE coda-6.9.4-venus-coda-client-convert.patch ---
diff -up coda-6.9.4/coda-src/scripts/venus-setup.8.orig coda-6.9.4/coda-src/scripts/venus-setup.8
--- coda-6.9.4/coda-src/scripts/venus-setup.8.orig	2007-09-24 12:29:02.000000000 -0400
+++ coda-6.9.4/coda-src/scripts/venus-setup.8	2009-12-04 15:30:00.000000000 -0500
@@ -2,7 +2,7 @@
 .if t .ds Q ``
 .if n .ds U \&"
 .if t .ds U ''
-.TH "venus-setup" 8
+.TH "coda-client-setup" 8
 .tr \&
 .nr bi 0
 .nr ll 0
@@ -31,18 +31,18 @@
 .SH NAME  
 
 .Pp
-\fBvenus-setup\fP setup \fBvenus\fP on a client
+\fBcoda-client-setup\fP setup \fBvenus\fP on a client
 .Pp
 .SH SYNOPSIS
 
 .Pp
-\fBvenus-setup\fP [comma,separated,list,of,servers] [cachesize in kb]
+\fBcoda-client-setup\fP [comma,separated,list,of,servers] [cachesize in kb]
 .Pp
 .Pp
 .SH DESCRIPTION
 
 .Pp
-The \fBvenus-setup\fP command takes a list of servers separated
+The \fBcoda-client-setup\fP command takes a list of servers separated
 by commas, one of which must be the SCM and a cache size given in 
 kilobytes.  \fINOTE\fP: at least one server must be specified.  And
 if only one server is specified, it must be the SCM for the Coda Cell.
@@ -95,7 +95,7 @@ cache.
 .SH BUGS
 
 .Pp
-The [cachesize in kb] option to venus-setup is not very smart.  In
+The [cachesize in kb] option to coda-client-setup is not very smart.  In
 fact, it is quite dumb.  No abbreviations are allowed after the
 number and the number is taken literally to be kilobytes.
 .Pp


Index: coda.spec
===================================================================
RCS file: /cvs/extras/rpms/coda/F-12/coda.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- coda.spec	17 Sep 2009 19:43:45 -0000	1.18
+++ coda.spec	4 Dec 2009 21:04:01 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           coda
 Version:        6.9.4
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Coda distributed file system
 Group:          System Environment/Daemons
 License:        GPLv2
@@ -17,6 +17,7 @@ Patch3:         coda-6.9.4-gcc44.patch
 Patch4:         coda-configure.patch
 Patch5:         coda-6.9.4-sname-fault.patch
 Patch6:         coda-6.9.4-kill-modulesconf.patch
+Patch7:		coda-6.9.4-venus-coda-client-convert.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  lwp-devel >= 2.5
 BuildRequires:  rpc2-devel >= 2.8
@@ -106,6 +107,9 @@ system client.
 # totally unnecessary with our init script
 %patch6 -p1
 
+# convert venus-setup to coda-client-setup
+%patch7 -p1
+
 %build
 # note: remove the -I and -l here when upstream releases fix for krb5 building
 export CFLAGS="$RPM_OPT_FLAGS -I/usr/include/et"
@@ -125,6 +129,8 @@ install -p -m 755 %{SOURCE1} $RPM_BUILD_
 install -p -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/codasrv
 install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/auth2
 install -p -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/update
+mv $RPM_BUILD_ROOT/usr/sbin/venus-setup $RPM_BUILD_ROOT/usr/sbin/coda-client-setup
+mv $RPM_BUILD_ROOT/usr/share/man/man8/venus-setup.8 $RPM_BUILD_ROOT/usr/share/man/man8/coda-client-setup.8
 
 # coda mount point for the client
 mkdir -p $RPM_BUILD_ROOT/coda
@@ -183,7 +189,7 @@ fi
 /usr/sbin/asrlauncher
 /usr/sbin/codaconfedit
 /usr/sbin/venus
-/usr/sbin/venus-setup
+/usr/sbin/coda-client-setup
 /usr/sbin/volmunge
 /usr/sbin/vutil
 /usr/bin/au
@@ -218,7 +224,7 @@ fi
 /usr/share/man/man1/repair.1.gz
 /usr/share/man/man1/spy.1.gz
 /usr/share/man/man8/venus.8.gz
-/usr/share/man/man8/venus-setup.8.gz
+/usr/share/man/man8/coda-client-setup.8.gz
 /usr/share/man/man8/volmunge.8.gz
 /usr/share/man/man8/vutil.8.gz
 %ghost %dir /coda
@@ -315,6 +321,9 @@ fi
 
 
 %changelog
+* Fri Dec 04 2009 Neil Horman <nhorman at redhat.com> - 6.9.4-9
+- Convert venus-setup to coda-client-setup (bz 544096)
+
 * Thu Sep 17 2009 Adam Goode <adam at spicenitz.org> - 6.9.4-8
 - Patch venus-setup.in to remove unnecessary modules.conf stuff
 




More information about the fedora-extras-commits mailing list