rpms/koji/devel fedora-packager-setup.sh,1.1,1.2 koji.spec,1.2,1.3

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Thu May 3 22:19:41 UTC 2007


Author: jkeating

Update of /cvs/pkgs/rpms/koji/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13537

Modified Files:
	fedora-packager-setup.sh koji.spec 
Log Message:
clarify some of the fedora-packager-setup text


Index: fedora-packager-setup.sh
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/fedora-packager-setup.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedora-packager-setup.sh	9 Apr 2007 17:34:34 -0000	1.1
+++ fedora-packager-setup.sh	3 May 2007 22:19:02 -0000	1.2
@@ -56,17 +56,19 @@
 
 EOF
 
-echo "creating cert for import into browser to allow user authentication on the website.
-Choose your own password,  you will be propmted for this when using the cert.
+echo "Creating an SSL Certificate to import into your browser to allow user authentication on at http://koji.fedoraproject.org/koji.
+Choose your own passphrase,  you will be prompted for this when using the certificate.
 
-- import pkcs12 cert into Firefox:
+- To import the Certificate into Firefox:
 
 Edit -> Preferences -> Advanced
 Click "View Certificates"
 On "Your Certificates" tab, click "Import"
-Select fedora-client-cert.p12
-Type the export password (if you specified one)
-You should see your username appear under "Fedora Project"
+Select fedora-client-cert.p12 (from the directory you ran this script in)
+Type the export passphrase (if you specified one)
+
+Once imported, you should see a certificate named "Fedora Project"
+Your username should appear underneath this.
  
-- You should now be able to click the "login" link on the website successfully"
+- You should now be able to click the "login" link at http://koji.fedoraproject.org/koji successfully"
 openssl pkcs12 -export -in ~/.koji/client.crt -CAfile ~/.koji/clientca.crt -out fedora-client-cert.p12


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/koji.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- koji.spec	9 Apr 2007 17:34:34 -0000	1.2
+++ koji.spec	3 May 2007 22:19:02 -0000	1.3
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define baserelease 1
+%define baserelease 2
 #build with --define 'testbuild 1' to have a timestamp appended to release
 %if x%{?testbuild} == x1
 %define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
@@ -153,6 +153,9 @@
 fi
 
 %changelog
+* Thu May 03 2007 Jesse Keating <jkeating at redhat.com> 1.1-2
+- Clean up some of the text in fedora-packager-setup.sh
+
 * Mon Apr 09 2007 Jesse Keating <jkeating at redhat.com> 1.1-1
 - make the output listPackages() consistent regardless of with_dups
 - prevent large batches of repo deletes from holding up regens




More information about the fedora-extras-commits mailing list