mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-01 18:01:40 +08:00
Release v2.8.0
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.8.0
|
||||
------
|
||||
* Import -devel Koji CG builds with RPMs which are filtered out of the traditional CG builds
|
||||
* Add the ability to override buildrequires and requires when submitting a module build
|
||||
* Use modules built against all compatible base module streams during buildrequire module resolution
|
||||
* Record the stream versions (e.g. `f29.0.0` => `290000`) of base modules (e.g. platform)
|
||||
* Fix wrong inclusion of non-multilib packages in final modulemd of Koji CG builds
|
||||
|
||||
v2.7.0
|
||||
------
|
||||
* Fix filtering noarch RPMs when generating the Koji CG build information
|
||||
|
||||
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.7.0',
|
||||
version='2.8.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user