spec: Enable (deprecated) pam_lastlog module

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2023-05-26 11:35:16 +02:00
parent 767d329677
commit 6253749fca
1 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,8 @@ autoreconf -i
--disable-prelude \ --disable-prelude \
--enable-audit \ --enable-audit \
--enable-openssl \ --enable-openssl \
--enable-selinux --enable-selinux \
--enable-lastlog
%make_build -C po update-gmo %make_build -C po update-gmo
%make_build %make_build
@ -360,6 +361,7 @@ done
- Realign left-over patches - Realign left-over patches
- Update build requirements for documentation (docbook5) - Update build requirements for documentation (docbook5)
- Remove --enable-vendordir from configuration - Remove --enable-vendordir from configuration
- Enable (deprecated) pam_lastlog module
* Tue Apr 25 2023 Björn Esser <besser82@fedoraproject.org> - 1.5.2-19 * Tue Apr 25 2023 Björn Esser <besser82@fedoraproject.org> - 1.5.2-19
- Replace deprecated '%%patchN' with '%%patch -P N' - Replace deprecated '%%patchN' with '%%patch -P N'