update to koji 1.7.0

epel9
Dennis Gilmore 13 years ago
parent f1dd19f3e8
commit bd91f988fd

1
.gitignore vendored

@ -1,3 +1,4 @@
koji-1.4.0.tar.bz2 koji-1.4.0.tar.bz2
/koji-1.5.0.tar.bz2 /koji-1.5.0.tar.bz2
/koji-1.6.0.tar.bz2 /koji-1.6.0.tar.bz2
/koji-1.7.0.tar.bz2

@ -1,6 +1,6 @@
--- koji-1.4.0/cli/koji.conf.orig 2010-07-08 21:04:26.000000000 -0500 --- koji-1.7.0/cli/koji.conf.orig 2012-05-31 14:05:43.000000000 -0500
+++ koji-1.4.0/cli/koji.conf 2010-07-09 10:21:24.000000000 -0500 +++ koji-1.7.0/cli/koji.conf 2012-06-01 10:50:12.000000000 -0500
@@ -3,24 +3,24 @@ @@ -3,13 +3,13 @@
;configuration for koji cli tool ;configuration for koji cli tool
;url of XMLRPC server ;url of XMLRPC server
@ -16,9 +16,8 @@
+pkgurl = http://koji.fedoraproject.org/packages +pkgurl = http://koji.fedoraproject.org/packages
;path to the koji top directory ;path to the koji top directory
-;topdir = /mnt/koji ;topdir = /mnt/koji
+topdir = /mnt/koji @@ -22,10 +22,11 @@
;configuration for SSL authentication ;configuration for SSL authentication
;client certificate ;client certificate
@ -32,3 +31,4 @@
;certificate of the CA that issued the HTTP server certificate ;certificate of the CA that issued the HTTP server certificate
-;serverca = ~/.koji/serverca.crt -;serverca = ~/.koji/serverca.crt
+serverca = ~/.fedora-server-ca.cert +serverca = ~/.fedora-server-ca.cert
+

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: koji Name: koji
Version: 1.6.0 Version: 1.7.0
Release: 3%{?dist} Release: 1%{?dist}
License: LGPLv2 and GPLv2+ License: LGPLv2 and GPLv2+
# koji.ssl libs (from plague) are GPLv2+ # koji.ssl libs (from plague) are GPLv2+
Summary: Build system tools Summary: Build system tools
@ -10,7 +10,7 @@ Group: Applications/System
URL: http://fedorahosted.org/koji URL: http://fedorahosted.org/koji
Patch0: fedora-config.patch Patch0: fedora-config.patch
Source: https://fedorahosted.org/releases/k/o/koji/%{name}-%{version}.tar.bz2 Source: https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
Requires: python-krbV >= 1.0.13 Requires: python-krbV >= 1.0.13
@ -29,7 +29,7 @@ Group: Applications/Internet
License: LGPLv2 and GPLv2 License: LGPLv2 and GPLv2
# rpmdiff lib (from rpmlint) is GPLv2 (only) # rpmdiff lib (from rpmlint) is GPLv2 (only)
Requires: httpd Requires: httpd
Requires: mod_python Requires: mod_wsgi
Requires: postgresql-python Requires: postgresql-python
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -109,7 +109,7 @@ Utilities for the Koji system
Summary: Koji Web UI Summary: Koji Web UI
Group: Applications/Internet Group: Applications/Internet
Requires: httpd Requires: httpd
Requires: mod_python Requires: mod_wsgi
Requires: mod_auth_kerb Requires: mod_auth_kerb
Requires: postgresql-python Requires: postgresql-python
Requires: python-cheetah Requires: python-cheetah
@ -171,7 +171,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/koji-web %{_datadir}/koji-web
%{_sysconfdir}/kojiweb %{_sysconfdir}/kojiweb
%config(noreplace) /etc/httpd/conf.d/kojiweb.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/kojiweb.conf
%config(noreplace) %{_sysconfdir}/kojiweb/web.conf
%files builder %files builder
%defattr(-,root,root) %defattr(-,root,root)
@ -224,6 +225,10 @@ if [ $1 = 0 ]; then
fi fi
%changelog %changelog
* Fri Jun 01 2012 Dennis Gilmore <dennis@ausil.us> - 1.7.0-1
- update to 1.7.0 many bugfixes and improvements
- now uses mod_wsgi
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

@ -1 +1 @@
069e8229aa2b44698bbbbdea8d24aff4 koji-1.6.0.tar.bz2 84be4c5d35ccaa11a3f00191db5fd2e8 koji-1.7.0.tar.bz2

Loading…
Cancel
Save