auto-import changelog data from sudo-1.6.3p7-1.src.rpm

Sat Jun 16 2001 Than Ngo <than@redhat.com>
- update to 1.6.3p7
- use %{_tmppath}
This commit is contained in:
cvsdist 2004-09-09 12:46:51 +00:00
parent c751eae1a1
commit adda6fa771
3 changed files with 12 additions and 7 deletions

View File

@ -1 +1 @@
sudo-1.6.3p6.tar.gz
sudo-1.6.3p7.tar.gz

View File

@ -1 +1 @@
a2b365b0eda05bae264170ab83e39b15 sudo-1.6.3p6.tar.gz
0996ca1668d8084f02c0a40fdae78b2a sudo-1.6.3p7.tar.gz

View File

@ -1,12 +1,12 @@
Summary: Allows restricted root access for specified users.
Name: sudo
Version: 1.6.3p6
Release: 2
Version: 1.6.3p7
Release: 1
Copyright: BSD
Group: Applications/System
Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
URL: http://www.courtesan.com/sudo/
BuildRoot: /var/tmp/%{name}-root
BuildRoot: %{_tmppath}/%{name}-root
Requires: /etc/pam.d/system-auth
%description
@ -25,8 +25,8 @@ on many different machines.
%build
%configure \
--prefix=/usr \
--sbindir=/usr/sbin \
--prefix=%{_prefix} \
--sbindir=%{_sbindir} \
--with-logging=syslog \
--with-logfac=authpriv \
--with-pam \
@ -38,6 +38,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
%{makeinstall} install_uid=`id -u` install_gid=`id -g` sudoers_uid=`id -u` sudoers_gid=`id -g`
chmod 755 $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_sbindir}/*
@ -68,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/visudo.8*
%changelog
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
- update to 1.6.3p7
- use %%{_tmppath}
* Fri Feb 23 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- 1.6.3p6, fixes buffer overrun