- 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
epel9
Jesse Keating 17 years ago
parent 86272a6f8c
commit 7d9b5ae986

@ -1 +1 @@
koji-1.2.3.tar.bz2 koji-1.2.4.tar.bz2

@ -8,13 +8,13 @@
%define release %{baserelease} %define release %{baserelease}
%endif %endif
Name: koji Name: koji
Version: 1.2.3 Version: 1.2.4
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: LGPL License: LGPL
Summary: Build system tools Summary: Build system tools
Group: Applications/System Group: Applications/System
URL: http://hosted.fedoraproject.org/projects/koji URL: http://fedorahosted.org/koji
Source: %{name}-%{PACKAGE_VERSION}.tar.bz2 Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{PACKAGE_VERSION}.tar.bz2
Patch0: fedora-config.patch Patch0: fedora-config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -54,7 +54,12 @@ Requires: /usr/bin/svn
Requires: /usr/bin/git Requires: /usr/bin/git
Requires: rpm-build Requires: rpm-build
Requires: redhat-rpm-config 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 %description builder
koji-builder is the daemon that runs on build machines and executes koji-builder is the daemon that runs on build machines and executes
@ -154,6 +159,16 @@ if [ $1 = 0 ]; then
fi fi
%changelog %changelog
* Thu Jan 24 2008 jkeating <jkeating@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@redhat.com> 1.2.3-1 * Fri Dec 14 2007 jkeating <jkeating@redhat.com> 1.2.3-1
- New upstream release with lots of updates, bugfixes, and enhancements. - New upstream release with lots of updates, bugfixes, and enhancements.

@ -1 +1 @@
22cc3917703906b92d009190101ca6d5 koji-1.2.3.tar.bz2 fa02ec3b1fc271bbde5449931a56f929 koji-1.2.4.tar.bz2

Loading…
Cancel
Save