File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 99%endif
1010
1111Name: convert2rhel
12- Version: 0.16
12+ Version: 0.17
1313Release: 1%{?dist }
1414Summary: 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.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def read(fname):
2828
2929setup (
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' ),
You can’t perform that action at this time.
0 commit comments