File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 33%{! ?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
44
55Name: convert2rhel
6- Version: 0.9
6+ Version: 0.10
77Release: 1%{?dist }
88Summary: Automates the conversion of RHEL derivative distributions to RHEL
99
@@ -101,6 +101,12 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
101101%{_mandir }/man8/%{name }.8*
102102
103103%changelog
104+ * Wed May 06 2020 Michal Bocek <mbocek@redhat.com> 0.10-1
105+ - fixed rpm dependencies
106+ - blacklisted kmod-kvdo causing a transaction failure on CentOS 7
107+ - convert2rhel exits with 0 on a help message
108+ - added packit configuration for Copr builds and unit testing on a PR
109+
104110* Fri Dec 13 2019 Michal Bocek <mbocek@redhat.com> 0.9-1
105111- basic rollback capability up to the point before replacing all pkgs
106112- added basic system tests running on CentOS 5/6/7 Vagrant boxes
Original file line number Diff line number Diff line change 33%{! ?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
44
55Name: convert2rhel
6- Version: 0.9
6+ Version: 0.10
77Release: 1%{?dist }
88Summary: Automates the conversion of RHEL derivative distributions to RHEL
99
@@ -90,6 +90,12 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
9090%{_mandir }/man8/%{name }.8*
9191
9292%changelog
93+ * Wed May 06 2020 Michal Bocek <mbocek@redhat.com> 0.10-1
94+ - fixed rpm dependencies
95+ - blacklisted kmod-kvdo causing a transaction failure on CentOS 7
96+ - convert2rhel exits with 0 on a help message
97+ - added packit configuration for Copr builds and unit testing on a PR
98+
9399* Fri Dec 13 2019 Michal Bocek <mbocek@redhat.com> 0.9-1
94100- basic rollback capability up to the point before replacing all pkgs
95101- added basic system tests running on CentOS 5/6/7 Vagrant boxes
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def read(fname):
2929
3030setup (
3131 name = 'convert2rhel' ,
32- version = '0.9 ' ,
32+ version = '0.10 ' ,
3333 description = 'Automates the conversion of Red Hat Enterprise Linux'
3434 ' derivative distributions to Red Hat Enterprise Linux.' ,
3535 long_description = read ('README' ),
You can’t perform that action at this time.
0 commit comments