diff --git a/SPECS/rt-setup.spec b/SPECS/rt-setup.spec
index 26954b1..4e5e621 100644
--- a/SPECS/rt-setup.spec
+++ b/SPECS/rt-setup.spec
@@ -1,5 +1,5 @@
 Name: rt-setup
-Version: 1.58
+Version: 1.59
 Release: 2%{?dist}
 License: GPL+
 Summary: Setup RHEL-RT environment details
@@ -16,13 +16,15 @@ Source7: rt-setup.systemd
 BuildArch: noarch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: gcc
-BuildRequires: sqlite
 Requires: rtctl
 Requires: pam >= 0.99.6.2-3.26
 Requires: /usr/sbin/groupadd
 Requires: kexec-tools
 Requires: libcgroup
 Requires: python-libs
+Requires: tuna
+Requires: tuned
+Requires: tuned-profiles-realtime
 
 %description
 The 'rt-setup' package configures details required by RHEL-RT environment.
@@ -50,7 +52,9 @@ install -m 755 -D %{SOURCE7} %{buildroot}%{_bindir}/rt-setup
 
 %post
 /usr/sbin/groupadd -f -g 71 realtime
-systemctl disable irqbalance
+
+# do not disable irqbalance on RHEL-RT 7.2
+#systemctl disable irqbalance
 
 if grep kernel.hung_task_panic /etc/sysctl.conf >/dev/null 2>&1
 then
@@ -101,6 +105,13 @@ rm -rf %{buildroot}
 %attr(0755, root, root) %{_bindir}/rt-setup
 
 %changelog
+* Fri Jul 10 2015 Clark Williams <williams@redhat.com> - 1.59-2
+- removed post-install script that disables irqbalance (1203764)
+- fixed typo in requires for tuned-profiles-realtime (1241936)
+
+* Thu Jul  2 2015 Clark Williams <williams@redhat.com> - 1.59-1
+- added tuned and tuna dependencies, removed sqlite  (1203764)
+
 * Mon Dec 29 2014 Luis Claudio R. Goncalves <lgoncalv@redhat.com> - 1.58-2
 - fixed rt-setup shell script called on startup (1162769)
 - removed the unnecessary mrg-rt-firmware logic (1162769)