rpms/koji/devel .cvsignore, 1.5, 1.6 koji.spec, 1.7, 1.8 sources, 1.5, 1.6

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Sat Dec 15 02:35:07 UTC 2007


Author: jkeating

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

Modified Files:
	.cvsignore koji.spec sources 
Log Message:
New release, sync up spec file from upstream, remove references to fedora-packager.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	5 Jun 2007 20:34:20 -0000	1.5
+++ .cvsignore	15 Dec 2007 02:34:33 -0000	1.6
@@ -1 +1 @@
-koji-1.2.2.tar.bz2
+koji-1.2.3.tar.bz2


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/koji.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- koji.spec	4 Dec 2007 06:29:54 -0000	1.7
+++ koji.spec	15 Dec 2007 02:34:33 -0000	1.8
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define baserelease 2
+%define baserelease 1
 #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)
@@ -8,13 +8,13 @@
 %define release %{baserelease}
 %endif
 Name: koji
-Version: 1.2.2
+Version: 1.2.3
 Release: %{release}%{?dist}
 License: LGPL
 Summary: Build system tools
 Group: Applications/System
 URL: http://hosted.fedoraproject.org/projects/koji
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{PACKAGE_VERSION}.tar.bz2
 Patch0: fedora-config.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -43,16 +43,18 @@
 Summary: Koji RPM builder daemon
 Group: Applications/System
 Requires: %{name} = %{version}-%{release}
-Requires: mock >= 0.5-3
+Requires: mock >= 0.8.7
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/service
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
 Requires(pre): /usr/sbin/useradd
-Requires: cvs
+Requires: /usr/bin/cvs
+Requires: /usr/bin/svn
+Requires: /usr/bin/git
 Requires: rpm-build
 Requires: redhat-rpm-config
-Requires: createrepo >= 0.4.8-2
+Requires: createrepo >= 0.4.11
 
 %description builder
 koji-builder is the daemon that runs on build machines and executes
@@ -152,23 +154,18 @@
 fi
 
 %changelog
-* Tue Dec 04 2007 Dennis Gilmore <dennis at ausil.us> -1.2.2-2
-- remove fedora-packager-setup.sh it is now part of fedora-packager
+* Fri Dec 14 2007 jkeating <jkeating at redhat.com> 1.2.3-1
+- New upstream release with lots of updates, bugfixes, and enhancements.
 
 * Tue Jun  5 2007 Mike Bonnet <mikeb at redhat.com> - 1.2.2-1
 - only allow admins to perform non-scratch builds from srpm
 - bug fixes to the cmd-line and web UIs
+
+* Thu May 31 2007 Mike Bonnet <mikeb at redhat.com> - 1.2.1-1
 - don't allow ExclusiveArch to expand the archlist (bz#239359)
 - add a summary line stating whether the task succeeded or failed to the end of the "watch-task" output
 - add a search box to the header of every page in the web UI
 - new koji download-build command (patch provided by Dan Berrange)
-- patch /etc/koji.conf so the cli will work out-of-the-box with Fedora Koji
-
-* Tue May 15 2007 Jesse Keating <jkeating at redhat.com> - 1.2.0-3
-- More fixes to fedora-packager-setup.sh from mbonnet
-
-* 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
@@ -182,9 +179,6 @@
 - 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
 
@@ -194,11 +188,13 @@
 - always send email notifications to the package builder and package owner
 - improvements to the web UI
 
+* Tue Apr 17 2007 Mike Bonnet <mikeb at redhat.com> - 1.1-2
+- re-enable use of the --update flag to createrepo
+
 * 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
 - allow sorting the host list by arches
-- Add a script to setup Fedora developer's environment
 
 * Mon Apr 02 2007 Jesse Keating <jkeating at redhat.com> 1.0-1
 - Release 1.0!


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	5 Jun 2007 20:34:20 -0000	1.5
+++ sources	15 Dec 2007 02:34:33 -0000	1.6
@@ -1 +1 @@
-74e5271750ea76ab911029b85f43d1d1  koji-1.2.2.tar.bz2
+22cc3917703906b92d009190101ca6d5  koji-1.2.3.tar.bz2




More information about the fedora-extras-commits mailing list