rpms/koji/EL-5 .cvsignore, 1.3, 1.4 koji.spec, 1.5, 1.6 sources, 1.5, 1.6

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


Author: ausil

Update of /cvs/pkgs/rpms/koji/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1825

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Jan 2008 02:59:03 -0000	1.3
+++ .cvsignore	26 Aug 2008 00:23:31 -0000	1.4
@@ -1 +1 @@
-koji-1.2.4.tar.bz2
+koji-1.2.6.tar.bz2


Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-5/koji.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- koji.spec	25 Jan 2008 02:59:03 -0000	1.5
+++ koji.spec	26 Aug 2008 00:23:31 -0000	1.6
@@ -2,20 +2,20 @@
 
 %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.4
+Version: 1.2.6
 Release: %{release}%{?dist}
-License: LGPL
+License: LGPLv2
 Summary: Build system tools
 Group: Applications/System
 URL: http://fedorahosted.org/koji
-Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{PACKAGE_VERSION}.tar.bz2
 Patch0: fedora-config.patch
+Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{PACKAGE_VERSION}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires: python-krbV >= 1.0.13
@@ -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,17 @@
 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
+
 * 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	25 Jan 2008 02:59:03 -0000	1.5
+++ sources	26 Aug 2008 00:23:31 -0000	1.6
@@ -1 +1 @@
-fa02ec3b1fc271bbde5449931a56f929  koji-1.2.4.tar.bz2
+11fd77f4e2951363277d64ed1e005809  koji-1.2.6.tar.bz2




More information about the fedora-extras-commits mailing list