auto-import changelog data from sudo-1.6.6-3.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.6.6-2
- remove absolute path names from the PAM configuration, ensuring that the
    right modules get used for whichever arch we're built for
- don't try to install the FAQ, which isn't there any more
This commit is contained in:
cvsdist 2004-09-09 12:50:37 +00:00
parent f6955da782
commit efc80da459

View File

@ -1,7 +1,7 @@
Summary: Allows restricted root access for specified users. Summary: Allows restricted root access for specified users.
Name: sudo Name: sudo
Version: 1.6.6 Version: 1.6.6
Release: 1 Release: 3
License: BSD License: BSD
Group: Applications/System Group: Applications/System
Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
@ -50,10 +50,10 @@ install -d -m 700 $RPM_BUILD_ROOT/var/run/sudo
mkdir -p $RPM_BUILD_ROOT/etc/pam.d mkdir -p $RPM_BUILD_ROOT/etc/pam.d
cat > $RPM_BUILD_ROOT/etc/pam.d/sudo << EOF cat > $RPM_BUILD_ROOT/etc/pam.d/sudo << EOF
#%PAM-1.0 #%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth auth required pam_stack.so service=system-auth
account required /lib/security/pam_stack.so service=system-auth account required pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth password required pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth session required pam_stack.so service=system-auth
EOF EOF
%clean %clean
@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc BUGS CHANGES FAQ HISTORY README RUNSON TODO TROUBLESHOOTING *.pod %doc BUGS CHANGES HISTORY LICENSE README RUNSON TODO TROUBLESHOOTING UPGRADE *.pod
%attr(0440,root,root) %config(noreplace) /etc/sudoers %attr(0440,root,root) %config(noreplace) /etc/sudoers
%config(noreplace) /etc/pam.d/sudo %config(noreplace) /etc/pam.d/sudo
%dir /var/run/sudo %dir /var/run/sudo
@ -76,6 +76,14 @@ rm -rf $RPM_BUILD_ROOT
/bin/chmod 0440 /etc/sudoers || : /bin/chmod 0440 /etc/sudoers || :
%changelog %changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.6.6-2
- remove absolute path names from the PAM configuration, ensuring that the
right modules get used for whichever arch we're built for
- don't try to install the FAQ, which isn't there any more
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> 1.6.6-1 * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> 1.6.6-1
- update to 1.6.6 - update to 1.6.6