Skip to content

Commit 7085a9b

Browse files
Venefilynabadger
authored andcommitted
Release v1.3.2
1 parent f4d5f88 commit 7085a9b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.3.2"

packaging/convert2rhel.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: convert2rhel
12-
Version: 1.3.1
12+
Version: 1.3.2
1313
Release: 1%{?dist}
1414
Summary: Automates the conversion of RHEL derivative distributions to RHEL
1515

@@ -121,6 +121,9 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
121121
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
122122

123123
%changelog
124+
* Thu Jul 06 2023 Eric Gustavsson <egustavs@redhat.com> 1.3.2
125+
- Fix package names with periods breaking conversion
126+
124127
* Thu May 25 2023 Eric Gustavsson <egustavs@redhat.com> 1.3.1
125128
- Fix build failure by pre-generating man-pages
126129

0 commit comments

Comments
 (0)