diff --git a/pam.changes b/pam.changes index cd646e3..e33c86a 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 26 10:25:06 UTC 2013 - mmeister@suse.com + +- Added libtool as BuildRequire, and autoreconf -i option to fix + build with new automake + ------------------------------------------------------------------- Tue Feb 5 17:28:25 CET 2013 - kukuk@suse.de diff --git a/pam.spec b/pam.spec index 3a64fcc..7ed92bb 100644 --- a/pam.spec +++ b/pam.spec @@ -32,6 +32,7 @@ BuildRequires: libselinux-devel %endif BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool %define libpam_so_version 0.83.1 %define libpam_misc_so_version 0.82.0 %define libpamc_so_version 0.82.1 @@ -107,7 +108,7 @@ building both PAM-aware applications and modules for use with PAM. %patch3 -p1 %build -autoreconf +autoreconf -i export CFLAGS="%optflags -DNDEBUG" %configure \ --sbindir=/sbin \