diff --git a/SPECS/rt-setup.spec b/SPECS/rt-setup.spec
index d366086..21e97c1 100644
--- a/SPECS/rt-setup.spec
+++ b/SPECS/rt-setup.spec
@@ -1,6 +1,6 @@
 Name: rt-setup
 Version: 1.59
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL+
 Summary: Setup RHEL-RT environment details
 Group: System Environment/Base
@@ -105,13 +105,14 @@ rm -rf %{buildroot}
 %attr(0755, root, root) %{_bindir}/rt-setup
 
 %changelog
-* Mon Jun 27 2016 John Kacur <jkacur@redhat.com> - 1.59-4
-- Rebuild for z-stream
-Resolves: rhbz#1348849
+* Tue Jul 05 2016 John Kacur <jkacur@redhat.com> - 1.59-5
+- Rebuild for rhel-7.3
+Resolves: rhbz#1341783
+
 * Tue Jun 14 2016 John Kacur <jkacur@redhat.com> - 1.59-3
 - Fix some spelling mistakes in the comments in rhel-rt.rules
 - Add udev rules to allow the realtime group to access msr and cpuid registers
-Resolves: rhbz#1348849
+Resolves: rhbz#1341783
 
 * Fri Jul 10 2015 Clark Williams <williams@redhat.com> - 1.59-2
 - removed post-install script that disables irqbalance (1203764)