diff --git a/pam-config.changes b/pam-config.changes index 00186fe..6bf38b6 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 7 14:00:35 UTC 2011 - jengelh@medozas.de + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building + ------------------------------------------------------------------- Fri Dec 2 16:32:29 UTC 2011 - coolo@suse.com diff --git a/pam-config.spec b/pam-config.spec index bba309c..0fc1b17 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -16,6 +16,7 @@ # + Name: pam-config Summary: Modify common PAM configuration files License: GPL-2.0 @@ -46,7 +47,7 @@ add/adjust/remove other PAM modules and their options. #needed by patch0 autoreconf %configure -make %{?jobs:-j%jobs}; +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -56,9 +57,6 @@ for i in account auth password session ; do done %{find_lang} pam-config -%clean -rm -rf $RPM_BUILD_ROOT - %post if [ ! -f /etc/pam.d/common-auth-pc ] ; then pam-config --debug --initialize