From 7d9b5ae986556db94efe9d73bf09ed79b5c3d205 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 25 Jan 2008 02:11:39 +0000 Subject: [PATCH] - 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 --- .cvsignore | 2 +- koji.spec | 23 +++++++++++++++++++---- sources | 2 +- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 734bfc5..54a4310 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -koji-1.2.3.tar.bz2 +koji-1.2.4.tar.bz2 diff --git a/koji.spec b/koji.spec index 8d27136..9b48e7a 100644 --- a/koji.spec +++ b/koji.spec @@ -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/svn 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 @@ if [ $1 = 0 ]; then fi %changelog +* Thu Jan 24 2008 jkeating 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 1.2.3-1 - New upstream release with lots of updates, bugfixes, and enhancements. diff --git a/sources b/sources index 073adc3..a4858e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22cc3917703906b92d009190101ca6d5 koji-1.2.3.tar.bz2 +fa02ec3b1fc271bbde5449931a56f929 koji-1.2.4.tar.bz2