Releases: oamg/convert2rhel
Releases · oamg/convert2rhel
Release 0.12
- Fixes:
- require --enablerepo with --disable-submgr (#45)
- fix failing conversions if gpgcheck=1 not in used custom repos (#31)
- add missing python-setuptools dependency on RHEL 6 to a spec file (#73)
- fix parsing RHSM output due to its change in RHEL 7.8 (#72)
- fix stopping the convert2rhel execution when not running as root (#81)
- do not traceback when intentionally stopping the conversion (#87)
- do not ask for subscription SKU pool IDs when activation key is used (#91)
- Enhancements:
- always logging debug info to the log file (#41)
- unnecessary backup of kernel packages is not being performed (#61)
- unregister from RHN Classic if in use (#47)
- change a temporary folder path from /tmp/convert2rhel/ to /var/lib/convert2rhel (#74)
- add the ability to specify custom RHSM server URL (#64)
- unsubscribe from RHSM during a rollback (#60)
- drop the support for conversions of RHEL 5 (#75)
- make sure that RHEL kernel has been installed correctly during the conversion (#58)
- the convert2rhel.log file is not being overwritten but appended (#85)
Release 0.11
- updated license in spec files from GPLv3 to GPLv3+
- set up automated pylint and unit test coverage checks in GitHub
- removed packit smoke test
- fixed packit configuration for downstream release proposals
Release 0.10
- Fixed rpm dependencies
- Blacklisted kmod-kvdo causing a transaction failure on CentOS 7
- convert2rhel exits with 0 on a help message
- Added packit configuration for Copr builds and unit testing on a PR
Release 0.9
Initial release.