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

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


Author: jkeating

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

Modified Files:
	.cvsignore koji.spec sources 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Dec 2007 02:34:33 -0000	1.6
+++ .cvsignore	25 Jan 2008 02:11:39 -0000	1.7
@@ -1 +1 @@
-koji-1.2.3.tar.bz2
+koji-1.2.4.tar.bz2


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/devel/koji.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- koji.spec	15 Dec 2007 02:34:33 -0000	1.8
+++ koji.spec	25 Jan 2008 02:11:39 -0000	1.9
@@ -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/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 Dec 2007 02:34:33 -0000	1.6
+++ sources	25 Jan 2008 02:11:39 -0000	1.7
@@ -1 +1 @@
-22cc3917703906b92d009190101ca6d5  koji-1.2.3.tar.bz2
+fa02ec3b1fc271bbde5449931a56f929  koji-1.2.4.tar.bz2




More information about the fedora-extras-commits mailing list