rpms/koji/devel .cvsignore, 1.3, 1.4 fedora-packager-setup.sh, 1.2, 1.3 koji.spec, 1.3, 1.4 sources, 1.3, 1.4

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue May 15 19:18:18 UTC 2007


Author: jkeating

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

Modified Files:
	.cvsignore fedora-packager-setup.sh koji.spec sources 
Log Message:
New upstream koji release, lots of fixes.
Some fixes for fedora-packager-setup based on feedback



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Apr 2007 17:34:34 -0000	1.3
+++ .cvsignore	15 May 2007 19:17:44 -0000	1.4
@@ -1 +1 @@
-koji-1.1.tar.bz2
+koji-1.2.0.tar.bz2


Index: fedora-packager-setup.sh
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/fedora-packager-setup.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fedora-packager-setup.sh	3 May 2007 22:19:02 -0000	1.2
+++ fedora-packager-setup.sh	15 May 2007 19:17:44 -0000	1.3
@@ -4,10 +4,15 @@
 if [ ! -d ~/.koji ]; then
 mkdir  ~/.koji
 fi
+if [ -f ~/.fedora.cert ] && [ -f ~/.koji/client.crt ]; then
+    if [ ~/.fedora.cert -nt ~/.koji/client.crt ]; then 
+        rm ~/.koji/client.crt
+    fi
+fi
 
 if [ ! -f ~/.koji/client.crt ]; then
     if [ -f ~/.fedora.cert ]; then
-        cp ~/.fedora.cert  ~/.koji/client.crt
+        cp -l ~/.fedora.cert  ~/.koji/client.crt
     else
         echo "you need a client cert please download one from https://admin.fedoraproject.org/accounts/gen-cert.cgi"
         echo "Save it to ~/.koji/client.crt"
@@ -17,13 +22,13 @@
 fi
 
 if [ -f ~/.fedora-upload-ca.cert ]; then
-    cp ~/.fedora-upload-ca.cert ~/.koji/clientca.crt
+    cp -l ~/.fedora-upload-ca.cert ~/.koji/clientca.crt
 else
     wget "http://fedoraproject.org/wiki/PackageMaintainers/BuildSystemClientSetup?action=AttachFile&do=get&target=fedora-upload-ca.cert" -O ~/.koji/clientca.crt
 fi
 
 if [ -f ~/.fedora-server-ca.cert ]; then
-    cp ~/.fedora-server-ca.cert ~/.koji/serverca.crt
+    cp -l ~/.fedora-server-ca.cert ~/.koji/serverca.crt
 else
     wget "http://fedoraproject.org/wiki/PackageMaintainers/BuildSystemClientSetup?action=AttachFile&do=get&target=fedora-server-ca.cert" -O ~/.koji/serverca.crt
 fi


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/koji.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- koji.spec	3 May 2007 22:19:02 -0000	1.3
+++ koji.spec	15 May 2007 19:17:44 -0000	1.4
@@ -8,7 +8,7 @@
 %define release %{baserelease}
 %endif
 Name: koji
-Version: 1.1
+Version: 1.2.0
 Release: %{release}%{?dist}
 License: LGPL
 Summary: Build system tools
@@ -51,7 +51,7 @@
 Requires: cvs
 Requires: rpm-build
 Requires: redhat-rpm-config
-Requires: createrepo >= 0.4.4
+Requires: createrepo >= 0.4.8-2
 
 %description builder
 koji-builder is the daemon that runs on build machines and executes
@@ -62,8 +62,6 @@
 Group: Applications/Internet
 Requires: postgresql-python
 Requires: %{name} = %{version}-%{release}
-Requires: rpm-build
-Requires: createrepo >= 0.4.4
 
 %description utils
 Utilities for the Koji system
@@ -153,9 +151,33 @@
 fi
 
 %changelog
+* Tue May 15 2007 Jesse Keating <jkeating at redhat.com> - 1.2.0-2
+- overwrite and hardlink ssl cert for fedora packagers (dgilmore)
+
+* Tue May 15 2007 Mike Bonnet <mikeb at redhat.com> - 1.2.0-1
+- change version numbering to a 3-token scheme
+- install the koji favicon
+
+* Mon May 14 2007 Mike Bonnet <mikeb at redhat.com> - 1.1-5
+- cleanup koji-utils Requires
+- fix encoding and formatting in email notifications
+- expand archlist based on ExclusiveArch/BuildArchs
+- allow import of rpms without srpms
+- commit before linking in prepRepo to release db locks
+- remove exec bit from kojid logs and uploaded files (patch by Enrico Scholz)
+
 * Thu May 03 2007 Jesse Keating <jkeating at redhat.com> 1.1-2
 - Clean up some of the text in fedora-packager-setup.sh
 
+* Tue May  1 2007 Mike Bonnet <mikeb at redhat.com> - 1.1-4
+- remove spurious Requires: from the koji-utils package
+
+* Tue May  1 2007 Mike Bonnet <mikeb at redhat.com> - 1.1-3
+- fix typo in BuildNotificationTask (patch provided by Michael Schwendt)
+- add the --changelog param to the buildinfo command
+- always send email notifications to the package builder and package owner
+- improvements to the web UI
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Apr 2007 17:34:34 -0000	1.3
+++ sources	15 May 2007 19:17:44 -0000	1.4
@@ -1 +1 @@
-9af35f955b1e806515e6e09c9f632eba  koji-1.1.tar.bz2
+07e9596d3645834a1386120cab0cb7e2  koji-1.2.0.tar.bz2




More information about the fedora-extras-commits mailing list