rpms/koji/EL-5 .cvsignore, 1.5, 1.6 koji.spec, 1.8, 1.9 sources, 1.7, 1.8

Dennis Gilmore ausil at fedoraproject.org
Fri Nov 20 19:20:57 UTC 2009


Author: ausil

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koji/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	27 Feb 2009 22:20:12 -0000	1.5
+++ .cvsignore	20 Nov 2009 19:20:54 -0000	1.6
@@ -1 +1 @@
-koji-1.3.1.tar.bz2
+koji-1.3.2.tar.bz2


Index: koji.spec
===================================================================
RCS file: /cvs/extras/rpms/koji/EL-5/koji.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- koji.spec	27 Feb 2009 22:20:12 -0000	1.8
+++ koji.spec	20 Nov 2009 19:20:55 -0000	1.9
@@ -1,21 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define baserelease 1
-#build with --define 'testbuild 1' to have a timestamp appended to release
-%if "x%{?testbuild}" == "x1"
-%define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
-%else
-%define release %{baserelease}
-%endif
 Name: koji
-Version: 1.3.1
-Release: %{release}%{?dist}.1
+Version: 1.3.2
+Release: 1%{?dist}
 License: LGPLv2
 Summary: Build system tools
 Group: Applications/System
 URL: http://fedorahosted.org/koji
 Patch0: fedora-config.patch
-Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{PACKAGE_VERSION}.tar.bz2
+Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires: python-krbV >= 1.0.13
@@ -31,6 +24,8 @@ contains shared libraries and the comman
 %package hub
 Summary: Koji XMLRPC interface
 Group: Applications/Internet
+License: LGPLv2 and GPLv2
+# rpmdiff lib (from rpmlint) is GPLv2 (only)
 Requires: httpd
 Requires: mod_python
 Requires: postgresql-python
@@ -39,6 +34,15 @@ Requires: %{name} = %{version}-%{release
 %description hub
 koji-hub is the XMLRPC interface to the koji database
 
+%package hub-plugins
+Summary: Koji hub plugins
+Group: Applications/Internet
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-hub = %{version}-%{release}
+
+%description hub-plugins
+Plugins to the koji XMLRPC interface
+
 %package builder
 Summary: Koji RPM builder daemon
 Group: Applications/System
@@ -54,6 +58,8 @@ Requires: /usr/bin/svn
 Requires: /usr/bin/git
 Requires: rpm-build
 Requires: redhat-rpm-config
+Requires: pykickstart                                                                               
+Requires: pycdio   
 %if 0%{?fedora}
 Requires: createrepo >= 0.9.6
 %endif
@@ -117,6 +123,11 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/kojihub.conf
 %config(noreplace) %{_sysconfdir}/koji-hub/hub.conf
 
+%files hub-plugins
+%defattr(-,root,root)
+%dir %{_prefix}/lib/koji-hub-plugins
+%{_prefix}/lib/koji-hub-plugins/*.py*
+
 %files utils
 %defattr(-,root,root)
 %{_sbindir}/kojira
@@ -170,6 +181,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Fri Nov 20 2009 Dennis Gilmore <dennis at ausil.us> - 1.3.2-1
+- update to 1.3.2
+
 * Fri Feb 27 2009 Dennis Gilmore <dennis at ausil.us> - 1.3.1-1.1
 - koji-builder Requires createrepo on EL-5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/koji/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	21 Feb 2009 00:14:05 -0000	1.7
+++ sources	20 Nov 2009 19:20:55 -0000	1.8
@@ -1 +1 @@
-431044ff0bd4b34c552a74d4ae814c73  koji-1.3.1.tar.bz2
+c776f838f126276269e4bba2c2cea097  koji-1.3.2.tar.bz2




More information about the scm-commits mailing list