diff --git a/SPECS/librabbitmq.spec b/SPECS/librabbitmq.spec
index 2d9749a..4d2c515 100644
--- a/SPECS/librabbitmq.spec
+++ b/SPECS/librabbitmq.spec
@@ -10,7 +10,7 @@
 Name:      librabbitmq
 Summary:   Client library for AMQP
 Version:   0.9.0
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   MIT
 URL:       https://github.com/alanxz/rabbitmq-c
 Source0:   https://github.com/alanxz/rabbitmq-c/archive/v%{version}.tar.gz
@@ -41,7 +41,7 @@ for %{name}.
 
 %package tools
 Summary:    Example tools built using the librabbitmq package
-Requires:   %{name}%{?_isa} = %{version}
+Requires:   %{name}%{?_isa} = %{version}-%{release}
 
 %description tools
 This package contains example tools built using %{name}.
@@ -106,6 +106,9 @@ make test
 
 
 %changelog
+* Tue Sep 29 2020 Than Ngo <than@redhat.com> - 0.9.0-3
+- Resolves: #1857831, rpmdiff
+
 * Mon Apr 06 2020 Than Ngo <than@redhat.com> - 0.9.0-2
 - Resolves: #1809992, CVE-2019-18609