rpms/koji/EL-5 .cvsignore, 1.2, 1.3 koji.spec, 1.4, 1.5 sources, 1.4, 1.5 fedora-packager-setup.sh, 1.2, NONE

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Jan 25 02:59:37 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/koji/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4389/EL-5

Modified Files:
	.cvsignore koji.spec sources 
Removed Files:
	fedora-packager-setup.sh 
Log Message:
New release for EL too



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Apr 2007 17:22:41 -0000	1.2
+++ .cvsignore	25 Jan 2008 02:59:03 -0000	1.3
@@ -1 +1 @@
-koji-1.0.tar.bz2
+koji-1.2.4.tar.bz2


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-5/koji.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- koji.spec	15 Dec 2007 02:36:25 -0000	1.4
+++ koji.spec	25 Jan 2008 02:59:03 -0000	1.5
@@ -8,13 +8,13 @@
 %define release %{baserelease}
 %endif
 Name: koji
-Version: 1.2.3
+Version: 1.2.4
 Release: %{release}%{?dist}
 License: LGPL
 Summary: Build system tools
 Group: Applications/System
-URL: http://hosted.fedoraproject.org/projects/koji
-Source: %{name}-%{PACKAGE_VERSION}.tar.bz2
+URL: http://fedorahosted.org/koji
+Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{PACKAGE_VERSION}.tar.bz2
 Patch0: fedora-config.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -54,7 +54,12 @@
 Requires: /usr/bin/git
 Requires: rpm-build
 Requires: redhat-rpm-config
-Requires: createrepo >= 0.4.11
+%if 0%{?rhel} >= 5
+Requires: createrepo >= 0.4.11-2
+%endif
+%if 0%{?fedora} >= 9
+Requires: createrepo >= 0.9.2
+%endif
 
 %description builder
 koji-builder is the daemon that runs on build machines and executes
@@ -154,6 +159,16 @@
 fi
 
 %changelog
+* Thu Jan 24 2008 jkeating <jkeating at redhat.com> 1.2.4-1
+- Use the --skip-stat flag in createrepo calls.
+- canonicalize tag arches before using them (dgilmore)
+- fix return value of delete_build
+- Revert to getfile urls if the task is not successful in emails
+- Pass --target instead of --arch to mock.
+- ignore trashcan tag in prune-signed-copies command
+- add the "allowed_scms" kojid parameter
+- allow filtering builds by the person who built them
+
 * Fri Dec 14 2007 jkeating <jkeating at redhat.com> 1.2.3-1
 - New upstream release with lots of updates, bugfixes, and enhancements.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	15 Dec 2007 02:36:25 -0000	1.4
+++ sources	25 Jan 2008 02:59:03 -0000	1.5
@@ -1 +1 @@
-22cc3917703906b92d009190101ca6d5  koji-1.2.3.tar.bz2
+fa02ec3b1fc271bbde5449931a56f929  koji-1.2.4.tar.bz2


--- fedora-packager-setup.sh DELETED ---




More information about the fedora-extras-commits mailing list