Skip to content

Commit 699fa5f

Browse files
authored
Merge pull request #184 from bocekm/bump_to_0.17
Bump to version 0.17
2 parents 12467cf + d98a940 commit 699fa5f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packaging/convert2rhel.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

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

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

109109
%changelog
110+
* Thu Feb 10 2021 Michal Bocek <mbocek@redhat.com> 0.17-1
111+
- Fix broken package backup causing an incomplete rollback
112+
- Fix dependency issue when force replacing same-version kernel
113+
- Allow using RHSM repos when downloading same-version kernel
114+
110115
* Thu Feb 4 2021 Michal Bocek <mbocek@redhat.com> 0.16-1
111116
- Not requiring users to download redhat-release and subscription-manager with
112117
its dependencies prior the conversion when using RHSM.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(fname):
2828

2929
setup(
3030
name='convert2rhel',
31-
version='0.16',
31+
version='0.17',
3232
description='Automates the conversion of Red Hat Enterprise Linux'
3333
' derivative distributions to Red Hat Enterprise Linux.',
3434
long_description=read('README.md'),

0 commit comments

Comments
 (0)