This commit is contained in:
Mike McLean 2009-02-18 19:33:50 -05:00
parent 224d0e2529
commit 282ef64e9c

View file

@ -8,9 +8,10 @@
%define release %{baserelease}
%endif
Name: koji
Version: 1.2.6
Version: 1.3.0
Release: %{release}%{?dist}
License: LGPLv2
License: LGPLv2 and GPLv2+
# koji.ssl libs (from plague) are GPLv2+
Summary: Build system tools
Group: Applications/System
URL: http://fedorahosted.org/koji
@ -30,6 +31,8 @@ contains shared libraries and the command-line interface.
%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
@ -41,6 +44,8 @@ koji-hub is the XMLRPC interface to the koji database
%package builder
Summary: Koji RPM builder daemon
Group: Applications/System
License: LGPLv2 and GPLv2+
#mergerepos (from createrepo) is GPLv2+
Requires: %{name} = %{version}-%{release}
Requires: mock >= 0.9.14
Requires(post): /sbin/chkconfig
@ -67,6 +72,7 @@ tasks that come through the Koji system.
%package utils
Summary: Koji Utilities
Group: Applications/Internet
License: LGPLv2
Requires: postgresql-python
Requires: %{name} = %{version}-%{release}
@ -76,6 +82,7 @@ Utilities for the Koji system
%package web
Summary: Koji Web UI
Group: Applications/Internet
License: LGPLv2
Requires: httpd
Requires: mod_python
Requires: mod_auth_kerb
@ -169,6 +176,19 @@ if [ $1 = 0 ]; then
fi
%changelog
* Wed Feb 18 2009 Mike McLean <mikem at redhat.com> 1.3.0-1
- support for external repos
- support for noarch subpackages
- support rpms with different signatures and file digests
- hub configuration file
- drop huge tables from database
- build srpms in chroots
- hub policies
- limited plugin support
- limited web ui theming
- many miscellaneous enhancements and bugfixes
- license fields changed to reflect code additions
* Mon Aug 25 2008 Mike McLean <mikem@redhat.com> 1.2.6-1
- fix testbuild conditional [downstream]
- fix license tag [downstream]