diff --git a/fedora-packager-setup.sh b/fedora-packager-setup.sh index 29959e7..7deec12 100755 --- a/fedora-packager-setup.sh +++ b/fedora-packager-setup.sh @@ -56,17 +56,19 @@ serverca = ~/.koji/serverca.crt 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 diff --git a/koji.spec b/koji.spec index 4c2d4b3..cab7b5c 100644 --- a/koji.spec +++ b/koji.spec @@ -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 @@ if [ $1 = 0 ]; then fi %changelog +* Thu May 03 2007 Jesse Keating 1.1-2 +- Clean up some of the text in fedora-packager-setup.sh + * Mon Apr 09 2007 Jesse Keating 1.1-1 - make the output listPackages() consistent regardless of with_dups - prevent large batches of repo deletes from holding up regens