diff --git a/SPECS/gpgme.spec b/SPECS/gpgme.spec
index 1a6e26a..a9681dd 100644
--- a/SPECS/gpgme.spec
+++ b/SPECS/gpgme.spec
@@ -17,7 +17,7 @@
 Name:           gpgme
 Summary:        GnuPG Made Easy - high level crypto API
 Version:        1.13.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 License:        LGPLv2+
 URL:            https://gnupg.org/related_software/gpgme/
@@ -102,6 +102,8 @@ BuildRequires:  cmake
 %package -n q%{name}
 Summary:        Qt API bindings/wrapper for GPGME
 Requires:       %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
+# This is probably redundant, but it satisfies RPMDIFF:
+Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Test)
 
@@ -250,6 +252,10 @@ fi
 %{python3_sitearch}/gpg/
 
 %changelog
+* Fri Nov 06 2020 Jiri Kucera <jkucera@redhat.com> - 1.13.1-6
+- Try to fix RPMDIFF issues
+  Related: #1726861
+
 * Tue Nov 03 2020 Jiri Kucera <jkucera@redhat.com> - 1.13.1-5
 - Rebuild
   Related: #1726861