fix license, bump version, add changelog entry

This commit is contained in:
Mike McLean 2008-08-25 15:47:37 -04:00
parent aed32ed56f
commit 8a731de32c

View file

@ -2,15 +2,15 @@
%define baserelease 1
#build with --define 'testbuild 1' to have a timestamp appended to release
%if x%{?testbuild} == x1
%if "x%{?testbuild}" == "x1"
%define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
%else
%define release %{baserelease}
%endif
Name: koji
Version: 1.2.5
Version: 1.2.6
Release: %{release}%{?dist}
License: LGPL
License: LGPLv2
Summary: Build system tools
Group: Applications/System
URL: http://fedorahosted.org/koji
@ -160,6 +160,19 @@ if [ $1 = 0 ]; then
fi
%changelog
* Mon Aug 25 2008 Mike McLean <mikem@redhat.com> 1.2.6-1
- fix testbuild conditional [downstream]
- fix license tag [downstream]
- bump version
- more robust client sessions
- handle errors gracefully in web ui
- koji-gc added to utils subpackage
- skip sleep in kojid after taking a task
- new dir layout for task workdirs (avoids large directories)
- unified boolean option parsing in kojihub
- new ServerOffline exception
- other miscellaneous fixes
* Fri Jan 25 2008 jkeating <jkeating@redhat.com> 1.2.5-1
- Put createrepo arguments in correct order