diff --git a/SPECS/libxml2.spec b/SPECS/libxml2.spec
index fa9d053..bd4f00c 100644
--- a/SPECS/libxml2.spec
+++ b/SPECS/libxml2.spec
@@ -1,6 +1,6 @@
 Name:           libxml2
 Version:        2.9.13
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Summary:        Library providing XML and HTML support
 
 License:        MIT
@@ -10,7 +10,7 @@ Patch0:         libxml2-multilib.patch
 # Patch from openSUSE.
 # See:  https://bugzilla.gnome.org/show_bug.cgi?id=789714
 Patch1:         libxml2-2.9.8-python3-unicode-errors.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=2082299
+# https://bugzilla.redhat.com/show_bug.cgi?id=2082300
 Patch2:         libxml2-2.9.13-CVE-2022-29824.patch
 
 BuildRequires:  cmake-rpm-macros
@@ -140,8 +140,8 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
 %{python3_sitearch}/libxml2mod.so
 
 %changelog
-* Fri May 13 2022 David King <dking@redhat.com> - 2.9.13-1.1
-- Fix CVE-2022-29824 (#2082299)
+* Tue May 10 2022 David King <amigadave@amigadave.com> - 2.9.13-2
+- Fix CVE-2022-29824 (#2082300)
 
 * Thu Feb 24 2022 David King <amigadave@amigadave.com> - 2.9.13-1
 - Update to 2.9.13 (#2057665)