This commit is contained in:
Jan Kaluza
2018-09-12 08:35:36 +02:00
parent 410f65ac3c
commit f7557283ec
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Change Log
==========
v2.6.1
------
* RFE: Attach architecture specific modulemd files to content generator build in Koji.
These modulemd files respect multilib, filters, whitelists and RPM headers. They also
include list of licences.
* Bugfix: Fix bug breaking local builds in createrepo phase.
v2.6.0
------
* Bugfix: Fix to local builds of components in local git repos prefixed with file:///.

View File

@@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements
setup(name='module-build-service',
description='The Module Build Service for Modularity',
version='2.6.0',
version='2.6.1',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"