mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 21:39:59 +08:00
Release v2.10.0
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.10.0
|
||||
-------
|
||||
* Fix a bug where the SRPM NVR instead of the SRPM NEVRA was recorded in the modulemd files used in the Content Generator builds
|
||||
* Use a separate Kerberos cache per thread to avoid Kerberos cache corruption
|
||||
* Remove the ability to authenticate with Koji using only a Kerberos cache
|
||||
* Remove the configuration option ``KRB_CCACHE``
|
||||
|
||||
v2.9.2
|
||||
------
|
||||
* Fix handling of SRPMs in Content Generator builds when SRPM name and main package name are different
|
||||
|
||||
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.9.2',
|
||||
version='2.10.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user