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

(-)pam_mktemp.spec.orig (-1 / +7 lines)
Lines 1-6 Link Here
1
Name: pam_mktemp
1
Name: pam_mktemp
2
Version: 1.0.2
2
Version: 1.0.2
3
Release: alt1
3
Release: alt1.3
4
4
5
Summary: Pluggable private /tmp space support for interactive (shell) sessions
5
Summary: Pluggable private /tmp space support for interactive (shell) sessions
6
License: LGPL
6
License: LGPL
Lines 43-51 Link Here
43
%make_install install \
43
%make_install install \
44
	DESTDIR=%buildroot SECUREDIR=/%_lib/security
44
	DESTDIR=%buildroot SECUREDIR=/%_lib/security
45
mkdir -pm711 %buildroot/tmp/.private
45
mkdir -pm711 %buildroot/tmp/.private
46
mkdir -pm1700 %buildroot/tmp/.private/root
46
47
47
%post -n %pam_name
48
%post -n %pam_name
48
%__mkdir_p -m711 /tmp/.private
49
%__mkdir_p -m711 /tmp/.private
50
%__mkdir_p -m1700 /tmp/.private/root
49
51
50
%triggerin -n %pam_name -- e2fsprogs
52
%triggerin -n %pam_name -- e2fsprogs
51
if [ -d /tmp/.private -a -O /tmp/.private ]; then
53
if [ -d /tmp/.private -a -O /tmp/.private ]; then
Lines 55-63 Link Here
55
%files -n %pam_name
57
%files -n %pam_name
56
/%_lib/security/*
58
/%_lib/security/*
57
%ghost %attr(711,root,root) /tmp/.private
59
%ghost %attr(711,root,root) /tmp/.private
60
%ghost %attr(1700,root,root) /tmp/.private/root
58
%doc LICENSE README
61
%doc LICENSE README
59
62
60
%changelog
63
%changelog
64
* Thu Feb 23 2006 Nick S. Grechukh <gns@altlinux.org> 1.0.2-alt1.3
65
- included /tmp.private/root fixing #9143 #9144
66
61
* Thu Jan 12 2006 Dmitry V. Levin <ldv@altlinux.org> 1.0.2-alt1
67
* Thu Jan 12 2006 Dmitry V. Levin <ldv@altlinux.org> 1.0.2-alt1
62
- Updated to 1.0.2.
68
- Updated to 1.0.2.
63
- Rebuilt for new style PAM dependencies generated by rpm-build-4.0.4-alt55.
69
- Rebuilt for new style PAM dependencies generated by rpm-build-4.0.4-alt55.

Return to bug 9144