diff -ruN rpmbuild.orig/SPECS/pam.spec rpmbuild/SPECS/pam.spec
--- rpmbuild.orig/SPECS/pam.spec	2014-07-17 17:29:37.000000000 +0200
+++ rpmbuild/SPECS/pam.spec	2014-11-16 01:06:51.198329868 +0100
@@ -3,7 +3,7 @@
 Summary: An extensible library which provides authentication for applications
 Name: pam
 Version: 1.1.1
-Release: 20%{?dist}
+Release: 20%{?dist}.0
 # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
 # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
 License: BSD and GPLv2+
@@ -89,7 +89,7 @@
 Requires: glibc >= 2.3.90-37
 BuildRequires: db4-devel
 # For log_passwd member of audit_tty_status
-BuildRequires: kernel-headers >= 2.6.32-417
+BuildRequires: kernel-headers >= 2.6.32-220
 # Following deps are necessary only to build the pam library documentation.
 BuildRequires: linuxdoc-tools, w3m, libxslt
 BuildRequires: docbook-style-xsl, docbook-dtds
@@ -398,6 +398,9 @@
 %doc doc/adg/*.txt doc/adg/html
 
 %changelog
+* Fri Nov 14 2014 Jacco Ligthart <jacco@redsleeve.org> 1.1.1-20.0
+- Reduce kernel version requirement due to availability
+
 * Thu Jul 17 2014 Tomas Mraz <tmraz@redhat.com> 1.1.1-20
 - make pam_pwhistory and pam_unix tolerant of opasswd file corruption
 
