File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
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.10
6+ Version: 0.11
77Release: 1%{?dist }
88Summary: Automates the conversion of RHEL derivative distributions to RHEL
99
10- License: GPLv3
10+ License: GPLv3+
1111URL: https://github.com/oamg/convert2rhel
1212Source0: %{url }/archive/v%{version }/%{name }-%{version }.tar.gz
1313BuildArch: noarch
@@ -101,6 +101,12 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
101101%{_mandir }/man8/%{name }.8*
102102
103103%changelog
104+ * Tue May 12 2020 Michal Bocek <mbocek@redhat.com> 0.11-1
105+ - updated license in spec files from GPLv3 to GPLv3+
106+ - set up automated pylint and unit test coverage checks in GitHub
107+ - removed packit smoke test
108+ - fixed packit configuration for downstream release proposals
109+
104110* Wed May 06 2020 Michal Bocek <mbocek@redhat.com> 0.10-1
105111- fixed rpm dependencies
106112- blacklisted kmod-kvdo causing a transaction failure on CentOS 7
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.10
6+ Version: 0.11
77Release: 1%{?dist }
88Summary: Automates the conversion of RHEL derivative distributions to RHEL
99
10- License: GPLv3
10+ License: GPLv3+
1111URL: https://github.com/oamg/convert2rhel
1212Source0: %{url }/archive/v%{version }/%{name }-%{version }.tar.gz
1313BuildArch: noarch
@@ -90,6 +90,12 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
9090%{_mandir }/man8/%{name }.8*
9191
9292%changelog
93+ * Tue May 12 2020 Michal Bocek <mbocek@redhat.com> 0.11-1
94+ - updated license in spec files from GPLv3 to GPLv3+
95+ - set up automated pylint and unit test coverage checks in GitHub
96+ - removed packit smoke test
97+ - fixed packit configuration for downstream release proposals
98+
9399* Wed May 06 2020 Michal Bocek <mbocek@redhat.com> 0.10-1
94100- fixed rpm dependencies
95101- blacklisted kmod-kvdo causing a transaction failure on CentOS 7
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.10 ' ,
32+ version = '0.11 ' ,
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