Skip to content

Commit a67dab2

Browse files
committed
Bump version to 0.20
Changes in this version include: - Fix backing up centos-release and others - Fix checking for kernel modules using symlinks - Remove cockpit-subscriptions to prevent conversion failure - Remove anaconda-dracut to prevent conversion failure - Limit the number of RHSM registration attempts - Fix resolving yum dependency errors - Add ignore list for kmods that moved to kernel core
1 parent fcc1314 commit a67dab2

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.19"
1+
__version__ = "0.20"

packaging/convert2rhel.spec

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: convert2rhel
12-
Version: 0.19
12+
Version: 0.20
1313
Release: 1%{?dist}
1414
Summary: Automates the conversion of RHEL derivative distributions to RHEL
1515

@@ -107,6 +107,15 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
107107
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
108108

109109
%changelog
110+
* Fri Mar 26 2021 Michal Bocek <mbocek@redhat.com> 0.20-1
111+
- Fix backing up centos-release and others
112+
- Fix checking for kernel modules using symlinks
113+
- Remove cockpit-subscriptions to prevent conversion failure
114+
- Remove anaconda-dracut to prevent conversion failure
115+
- Limit the number of RHSM registration attempts
116+
- Fix resolving yum dependency errors
117+
- Add ignore list for kmods that moved to kernel core
118+
110119
* Wed Mar 24 2021 Michal Bocek <mbocek@redhat.com> 0.19-1
111120
- Inhibit the conversion on detection of unsupported or tainted kernel modules
112121
- Remove mod_ldap and mod_proxy_html on CentOS 7 to prevent conversion failure
@@ -121,7 +130,7 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
121130
- Fix conversion failure on CentOS Linux/OL 6 caused by java-1.7.0-openjdk
122131
- Remove settings not compatible with RHEL from /etc/sysconfig/kernel
123132

124-
* Thu Feb 10 2021 Michal Bocek <mbocek@redhat.com> 0.17-1
133+
* Wed Feb 10 2021 Michal Bocek <mbocek@redhat.com> 0.17-1
125134
- Fix broken package backup causing an incomplete rollback
126135
- Fix dependency issue when force replacing same-version kernel
127136
- Allow using RHSM repos when downloading same-version kernel

0 commit comments

Comments
 (0)