This commit is contained in:
parent
37a6bd3211
commit
e2402ccf1b
6
pam.spec
6
pam.spec
@ -144,7 +144,9 @@ username/password pair against values stored in a Berkeley DB database.
|
|||||||
%package -n pam-extra
|
%package -n pam-extra
|
||||||
Summary: PAM module with extended dependencies
|
Summary: PAM module with extended dependencies
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRequires: pkgconfig(systemd)
|
#BuildRequires: pkgconfig(systemd)
|
||||||
|
# The systemd-mini package does not pass configure checks
|
||||||
|
BuildRequires: systemd-devel >= 254
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
Provides: pam:%{_sbindir}/pam_timestamp_check
|
Provides: pam:%{_sbindir}/pam_timestamp_check
|
||||||
|
|
||||||
@ -287,6 +289,8 @@ rm -f %{buildroot}%{_libdir}/security/pam_canonicalize_user.so
|
|||||||
/sbin/ldconfig -n %{buildroot}%{_libdir}
|
/sbin/ldconfig -n %{buildroot}%{_libdir}
|
||||||
# Install documentation
|
# Install documentation
|
||||||
%make_install -C doc
|
%make_install -C doc
|
||||||
|
# XXX remove for now until we have a security review, see above
|
||||||
|
rm -f %{buildroot}%{_mandir}/man8/pam_canonicalize_user.8*
|
||||||
# install /etc/security/namespace.d used by pam_namespace.so for namespace.conf iscript
|
# install /etc/security/namespace.d used by pam_namespace.so for namespace.conf iscript
|
||||||
install -d %{buildroot}%{_pam_secconfdir}/namespace.d
|
install -d %{buildroot}%{_pam_secconfdir}/namespace.d
|
||||||
# install other.pamd and common-*.pamd
|
# install other.pamd and common-*.pamd
|
||||||
|
Loading…
Reference in New Issue
Block a user