mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
fix build
This commit is contained in:
parent
f4bec3e628
commit
37111adfb8
1 changed files with 5 additions and 2 deletions
7
pam.spec
7
pam.spec
|
@ -101,6 +101,8 @@ Requires(pre): rpm-helper
|
|||
Requires(post): coreutils
|
||||
Requires(post): tcb >= 1.0.2-16
|
||||
Conflicts: %{_lib}pam0 < 1.1.4-5
|
||||
Requires: libpwquality >= 0.9.9
|
||||
|
||||
|
||||
%description
|
||||
PAM (Pluggable Authentication Modules) is a system security tool that
|
||||
|
@ -181,7 +183,8 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC -I%{_includedir}/db_nss -D_GNU_SOURCE" \
|
|||
--includedir=%{_includedir}/security \
|
||||
--with-db-uniquename=_nss \
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
--disable-selinux
|
||||
--disable-selinux \
|
||||
--disable-prelude
|
||||
%make
|
||||
|
||||
%install
|
||||
|
@ -258,7 +261,7 @@ if [ -f /etc/login.defs ] && ! grep -q USE_TCB /etc/login.defs; then
|
|||
fi
|
||||
|
||||
%files -f Linux-PAM.lang
|
||||
%doc NEWS README.0.99.8.1.update.urpmi
|
||||
%doc NEWS
|
||||
%docdir %{_docdir}/%{name}
|
||||
%dir /etc/pam.d
|
||||
%config(noreplace) /etc/environment
|
||||
|
|
Loading…
Add table
Reference in a new issue