1.3.0
This commit is contained in:
parent
224d0e2529
commit
282ef64e9c
1 changed files with 22 additions and 2 deletions
24
koji.spec
24
koji.spec
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue