rpms/koji/F-9 .cvsignore, 1.8, 1.9 koji.spec, 1.10, 1.11 sources, 1.8, 1.9

Dennis Gilmore ausil at fedoraproject.org
Tue Aug 26 00:26:43 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/koji/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2073

Modified Files:
	.cvsignore koji.spec sources 
Log Message:
update to 1.2.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/koji/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	25 Jan 2008 07:22:54 -0000	1.8
+++ .cvsignore	26 Aug 2008 00:26:13 -0000	1.9
@@ -1 +1 @@
-koji-1.2.5.tar.bz2
+koji-1.2.6.tar.bz2


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/F-9/koji.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- koji.spec	25 Jan 2008 07:22:54 -0000	1.10
+++ koji.spec	26 Aug 2008 00:26:13 -0000	1.11
@@ -2,15 +2,15 @@
 
 %define baserelease 1
 #build with --define 'testbuild 1' to have a timestamp appended to release
-%if x%{?testbuild} == x1
+%if "x%{?testbuild}" == "x1"
 %define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
 %else
 %define release %{baserelease}
 %endif
 Name: koji
-Version: 1.2.5
+Version: 1.2.6
 Release: %{release}%{?dist}
-License: LGPL
+License: LGPLv2
 Summary: Build system tools
 Group: Applications/System
 URL: http://fedorahosted.org/koji
@@ -59,6 +59,8 @@
 %endif
 %if 0%{?fedora} >= 9
 Requires: createrepo >= 0.9.2
+%else
+Requires: createrepo >= 0.4.11-2
 %endif
 
 %description builder
@@ -116,10 +118,13 @@
 %files utils
 %defattr(-,root,root)
 %{_sbindir}/kojira
+%{_sbindir}/koji-gc
 %{_initrddir}/kojira
 %config(noreplace) %{_sysconfdir}/sysconfig/kojira
-%{_sysconfdir}/kojira
+%dir %{_sysconfdir}/kojira
 %config(noreplace) %{_sysconfdir}/kojira/kojira.conf
+%dir %{_sysconfdir}/koji-gc
+%config(noreplace) %{_sysconfdir}/koji-gc/koji-gc.conf
 
 %files web
 %defattr(-,root,root)
@@ -132,7 +137,7 @@
 %{_sbindir}/kojid
 %{_initrddir}/kojid
 %config(noreplace) %{_sysconfdir}/sysconfig/kojid
-%{_sysconfdir}/kojid
+%dir %{_sysconfdir}/kojid
 %config(noreplace) %{_sysconfdir}/kojid/kojid.conf
 %attr(-,kojibuilder,kojibuilder) /etc/mock/koji
 
@@ -159,6 +164,14 @@
 fi
 
 %changelog
+* Mon Aug 25 2008 Dennis Gilmore <dennis at ausil.us> - 1.2.6-1
+- update to 1.2.6
+- make sure we have to correct version of createrepo on Fedora 8 
+
+* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.2.5-2
+- fix conditional (line 5)
+- fix license tag
+
 * Fri Jan 25 2008 jkeating <jkeating at redhat.com> 1.2.5-1
 - Put createrepo arguments in correct order
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/koji/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	25 Jan 2008 07:22:54 -0000	1.8
+++ sources	26 Aug 2008 00:26:13 -0000	1.9
@@ -1 +1 @@
-6be9cfcd5698ee4c29666eedbbcfb346  koji-1.2.5.tar.bz2
+11fd77f4e2951363277d64ed1e005809  koji-1.2.6.tar.bz2




More information about the fedora-extras-commits mailing list