diff --git a/SPECS/freeipmi.spec b/SPECS/freeipmi.spec
index a3e03b4..51c42ec 100644
--- a/SPECS/freeipmi.spec
+++ b/SPECS/freeipmi.spec
@@ -3,7 +3,7 @@
 
 Name:             freeipmi
 Version:          1.2.9
-Release:          2%{?dist}
+Release:          6%{?dist}
 Summary:          IPMI remote console and system management software
 License:          GPLv3+
 Group:            Applications/System
@@ -16,6 +16,7 @@ BuildRequires:    libgcrypt-devel texinfo systemd-units
 Requires(preun):  info systemd-units
 Requires(post):   info systemd-units systemd-sysv
 Requires(postun): systemd-units
+Requires:         OpenIPMI-modalias
 
 %description
 The FreeIPMI project provides "Remote-Console" (out-of-band) and
@@ -346,6 +347,15 @@ fi
 %dir %{_localstatedir}/cache/ipmiseld
 
 %changelog
+* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.9-6
+- Mass rebuild 2014-01-24
+
+* Fri Jan 17 2014 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-5
+- Fix dependencies to pull ipmi modules. (#1052180)
+
+* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.9-3
+- Mass rebuild 2013-12-27
+
 * Sun Jul 21 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-2
 - Requires modalias package for module loading dependency.