diff --git a/SPECS/strace.spec b/SPECS/strace.spec
index 3391f4c..c226283 100644
--- a/SPECS/strace.spec
+++ b/SPECS/strace.spec
@@ -1,7 +1,7 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
 Version: 5.7
-Release: 2.1%{?dist}
+Release: 3%{?dist}
 # The test suite is GPLv2+, all the rest is LGPLv2.1+.
 License: LGPL-2.1+ and GPL-2.0+
 Group: Development/Debuggers
@@ -461,8 +461,8 @@ echo 'END OF TEST SUITE INFORMATION'
 %{_mandir}/man1/*
 
 %changelog
-* Thu Sep 02 2021 Eugene Syromiatnikov <esyr@redhat.com> - 5.7-2.1
-- Add SELnux context decoding support (#2000565).
+* Mon Aug 09 2021 Eugene Syromiatnikov <esyr@redhat.com> - 5.7-3
+- Add SELnux context decoding support (#1946500).
 
 * Mon Nov 09 2020 Eugene Syromiatnikov <esyr@redhat.com> - 5.7-2
 - Add PID namespace translation support (#1725113).