Skip to content

Commit d930572

Browse files
authored
Merge pull request #33 from bocekm/bump_to_0.10
Bump version to 0.10
2 parents b585d44 + caeac6e commit d930572

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

packaging/centos_ol/convert2rhel.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.9
6+
Version: 0.10
77
Release: 1%{?dist}
88
Summary: 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

packaging/epel/convert2rhel.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.9
6+
Version: 0.10
77
Release: 1%{?dist}
88
Summary: 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

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.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'),

0 commit comments

Comments
 (0)