diff --git a/pam-config.changes b/pam-config.changes
index af5f437..44dfe93 100644
--- a/pam-config.changes
+++ b/pam-config.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Dec  8 15:41:22 CET 2009 - jengelh@medozas.de
+
+- enable parallel building
+
 -------------------------------------------------------------------
 Tue Dec  1 15:03:11 CET 2009 - mc@suse.de
 
diff --git a/pam-config.spec b/pam-config.spec
index ddbf85f..003f315 100644
--- a/pam-config.spec
+++ b/pam-config.spec
@@ -21,7 +21,7 @@
 Name:           pam-config
 Summary:        Modify common PAM configuration files
 Version:        0.73
-Release:        1
+Release:        2
 License:        GPLv2
 AutoReqProv:    on
 PreReq:         pam >= 0.99
@@ -44,7 +44,7 @@ add/adjust/remove other PAM modules and their options.
 
 %build
 %configure
-make
+make %{?jobs:-j%jobs};
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT