From 4071f4db58779162532009fe74020376be2c7772 Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Mar 25 2007 18:33:09 +0000 Subject: bump revision for rebuild --- diff --git a/koji.spec b/koji.spec index 69ef277..3fe6148 100644 --- a/koji.spec +++ b/koji.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define baserelease 1 +%define baserelease 2 #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) @@ -151,6 +151,13 @@ if [ $1 = 0 ]; then fi %changelog +* Sun Mar 25 2007 Mike Bonnet - 0.9.7-2 +- enable http access to packages in kojid +- add Requires: pyOpenSSL +- building srpms from CVS now works with the Extras CVS structure +- fixes to the chain-build command +- bug fixes in the XML-RPC and web interfaces + * Tue Mar 20 2007 Jesse Keating - 0.9.7-1 - Package up the needed ssl files