We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d5f88 commit 7085a9bCopy full SHA for 7085a9b
convert2rhel/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.3.1"
+__version__ = "1.3.2"
packaging/convert2rhel.spec
@@ -9,7 +9,7 @@
9
%endif
10
11
Name: convert2rhel
12
-Version: 1.3.1
+Version: 1.3.2
13
Release: 1%{?dist}
14
Summary: Automates the conversion of RHEL derivative distributions to RHEL
15
@@ -121,6 +121,9 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
121
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
122
123
%changelog
124
+* Thu Jul 06 2023 Eric Gustavsson <egustavs@redhat.com> 1.3.2
125
+- Fix package names with periods breaking conversion
126
+
127
* Thu May 25 2023 Eric Gustavsson <egustavs@redhat.com> 1.3.1
128
- Fix build failure by pre-generating man-pages
129
0 commit comments