]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pam/pam.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / pam / pam.nm
CommitLineData
d04f1a38 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d04f1a38
MT
4###############################################################################
5
802ea3af 6name = pam
f389fe05
SS
7version = 1.1.5
8release = 1
802ea3af 9thisapp = Linux-PAM-%{version}
d04f1a38 10
802ea3af
MT
11groups = System/Base
12url = http://www.us.kernel.org/pub/linux/libs/pam/index.html
13license = BSD and GPLv2+ and BSD with advertising
14summary = An extensible library which provides authentication for applications.
d04f1a38 15
802ea3af
MT
16description
17 PAM (Pluggable Authentication Modules) is a system security tool that
18 allows system administrators to set authentication policy without
d04f1a38 19 having to recompile programs that handle authentication.
802ea3af
MT
20end
21
f389fe05
SS
22# This is the old location that might be revived in future
23# source_dl = http://ftp.us.kernel.org/pub/linux/libs/pam/library/
24
25source_dl = https://fedorahosted.org/releases/l/i/linux-pam/
d04f1a38 26
802ea3af
MT
27build
28 requires
f389fe05 29 audit-devel
802ea3af
MT
30 bison
31 cracklib-devel
32 flex
33 libselinux-devel
34 end
d04f1a38 35
802ea3af 36 configure_options += \
bd7445e2
MT
37 --libdir=/%{lib} \
38 --includedir=%{includedir}/security \
802ea3af 39 --docdir=/usr/share/doc/Linux-PAM-%{version} \
f389fe05
SS
40 --enable-read-both-confs \
41 --disable-rpath
d04f1a38 42
802ea3af 43 install_cmds
bd7445e2
MT
44 mkdir -pv %{BUILDROOT}%{libdir}
45 for LINK in libpam{,c,_misc}.so; do
46 ln -v -sf ../../%{lib}/$(readlink %{BUILDROOT}/%{lib}/${LINK}) \
47 %{BUILDROOT}%{libdir}/${LINK}
48 rm -v %{BUILDROOT}/%{lib}/${LINK}
802ea3af 49 done
d04f1a38 50
802ea3af
MT
51 #useradd -D -b /home
52 #sed -i 's/yes/no/' %{BUILDROOT}/etc/default/useradd
53 mkdir -pv %{BUILDROOT}/etc/security
bd7445e2
MT
54 install -v -m644 %{DIR_SOURCE}/pam_env.conf \
55 %{BUILDROOT}/etc/security/pam_env.conf
f0f432c4
MT
56
57 # Included in setup package
58 rm -f %{BUILDROOT}/etc/environment
802ea3af
MT
59 end
60end
d04f1a38 61
802ea3af
MT
62packages
63 package %{name}
bd7445e2
MT
64 #requires
65 # pam_ldap
66 #end
802ea3af 67 end
f0f432c4 68
802ea3af
MT
69 package %{name}-devel
70 template DEVEL
71 end
1f9bc2f0
MT
72
73 package %{name}-debuginfo
74 template DEBUGINFO
75 end
802ea3af 76end