mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-03-30 17:01:17 +08:00
2.6.1
This commit is contained in:
@@ -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:///.
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user