View | Details | Raw Unified | Return to bug 4896
Collapse All | Expand All

(-)tcb.spec.orig (-1 / +8 lines)
Lines 1-6 Link Here
1
Name: tcb
1
Name: tcb
2
Version: 0.9.8.8
2
Version: 0.9.8.8
3
Release: alt3
3
Release: alt3.1
4
4
5
Summary: Libraries and tools implementing the %name password shadowing scheme
5
Summary: Libraries and tools implementing the %name password shadowing scheme
6
License: BSD or GPL
6
License: BSD or GPL
Lines 60-66 Link Here
60
Group: System/Base
60
Group: System/Base
61
PreReq: nss_%name = %version-%release, libpam, control
61
PreReq: nss_%name = %version-%release, libpam, control
62
Provides: pam_%name = %version-%release
62
Provides: pam_%name = %version-%release
63
%ifarch x86_64
64
Provides: %(for n in '' _acct _auth _passwd _session; do echo -n "pam_unix$n.so%_pam_so_suffix()(64bit) "; done)
65
%else
63
Provides: %(for n in '' _acct _auth _passwd _session; do echo -n "pam_unix$n.so%_pam_so_suffix "; done)
66
Provides: %(for n in '' _acct _auth _passwd _session; do echo -n "pam_unix$n.so%_pam_so_suffix "; done)
67
%endif
64
Obsoletes: pam_%name
68
Obsoletes: pam_%name
65
69
66
%package utils
70
%package utils
Lines 177-182 Link Here
177
%_man8dir/tcb_*
181
%_man8dir/tcb_*
178
182
179
%changelog
183
%changelog
184
* Tue May 03 2005 Anton D. Kachalov <mouse@altlinux.org> 0.9.8.8-alt3.1
185
- Fixed multilib [take 3]
186
180
* Fri Feb 11 2005 Dmitry V. Levin <ldv@altlinux.org> 0.9.8.8-alt3
187
* Fri Feb 11 2005 Dmitry V. Levin <ldv@altlinux.org> 0.9.8.8-alt3
181
- Fixed multilib [take 2] (closes #4896).
188
- Fixed multilib [take 2] (closes #4896).
182
189

Return to bug 4896