bump release for rebuild
This commit is contained in:
parent
5f75700583
commit
dfec376312
1 changed files with 9 additions and 1 deletions
10
koji.spec
10
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 4
|
||||
%define baserelease 5
|
||||
#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)
|
||||
|
|
@ -149,6 +149,14 @@ if [ $1 = 0 ]; then
|
|||
fi
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2007 Mike Bonnet <mikeb@redhat.com> - 1.1-5
|
||||
- cleanup koji-utils Requires
|
||||
- fix encoding and formatting in email notifications
|
||||
- expand archlist based on ExclusiveArch/BuildArchs
|
||||
- allow import of rpms without srpms
|
||||
- commit before linking in prepRepo to release db locks
|
||||
- remove exec bit from kojid logs and uploaded files (patch by Enrico Scholz)
|
||||
|
||||
* Tue May 1 2007 Mike Bonnet <mikeb@redhat.com> - 1.1-4
|
||||
- remove spurious Requires: from the koji-utils package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue