Skip to content

Commit 836c43a

Browse files
committed
Bump to version 0.11
- updated license in spec files from GPLv3 to GPLv3+ - set up automated pylint and unit test coverage checks in GitHub - removed packit smoke test - fixed packit configuration for downstream release proposals
1 parent 194d743 commit 836c43a

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

packaging/centos_ol/convert2rhel.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
44

55
Name: convert2rhel
6-
Version: 0.10
6+
Version: 0.11
77
Release: 1%{?dist}
88
Summary: Automates the conversion of RHEL derivative distributions to RHEL
99

10-
License: GPLv3
10+
License: GPLv3+
1111
URL: https://github.com/oamg/convert2rhel
1212
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
1313
BuildArch: 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

packaging/epel/convert2rhel.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
44

55
Name: convert2rhel
6-
Version: 0.10
6+
Version: 0.11
77
Release: 1%{?dist}
88
Summary: Automates the conversion of RHEL derivative distributions to RHEL
99

10-
License: GPLv3
10+
License: GPLv3+
1111
URL: https://github.com/oamg/convert2rhel
1212
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
1313
BuildArch: 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

setup.py

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

3030
setup(
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'),

0 commit comments

Comments
 (0)