Skip to content

Commit

Permalink
Merge pull request #118 from bocekm/bump_to_0.13
Browse files Browse the repository at this point in the history
Bump version to 0.13
  • Loading branch information
bocekm authored Nov 13, 2020
2 parents 52caaa1 + 48684d7 commit 4518363
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion packaging/convert2rhel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%endif

Name: convert2rhel
Version: 0.12
Version: 0.13
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

Expand Down Expand Up @@ -130,6 +130,19 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%changelog
* Fri Nov 13 2020 Michal Bocek <[email protected]> 0.13-1
- allow conversions of CentOS and Oracle Linux 8
- fix "TypeError: execve()" py2.6-related error when calling external commands
- remove unused code related to using offline snapshot or RHEL repositories
- remove all Red Hat Network (RHN)-related code as RHN has been shut down
- set POSIX/C locale at the start of running the tool
- remove python-syspurpose dependency from spec - not available on OL 7 and 8
- not renaming the original system repofiles anymore
- replace the word blacklist with exclude/excluded
- clearing yum versionlock that could cause the conversion to fail
- printing rpm files that were modified during the conversion
- minor UX improvements and test infrastructure improvements

* Wed Aug 19 2020 Michal Bocek <[email protected]> 0.12-1
- require --enablerepo with --disable-submgr
- fix failing conversions if gpgcheck=1 not in used custom repos
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(fname):

setup(
name='convert2rhel',
version='0.12',
version='0.13',
description='Automates the conversion of Red Hat Enterprise Linux'
' derivative distributions to Red Hat Enterprise Linux.',
long_description=read('README.md'),
Expand Down

0 comments on commit 4518363

Please sign in to comment.