Accepting request 103862 from Linux-PAM

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam-config?expand=0&rev=52
This commit is contained in:
Stephan Kulow 2012-02-15 15:16:58 +00:00 committed by Git OBS Bridge
parent e70b8b17a3
commit 98d54e8e3d
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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