diff --git a/sudo.spec b/sudo.spec index 3d5dbfa..7d8ebcb 100644 --- a/sudo.spec +++ b/sudo.spec @@ -4,7 +4,7 @@ Summary: Allows restricted root access for specified users. Name: sudo Version: 1.6.8p9 -Release: 1 +Release: 2 License: BSD Group: Applications/System Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz @@ -58,8 +58,7 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie" --with-editor=/bin/vi \ --with-env-editor \ --with-ignore-dot \ - --with-tty-tickets \ - --without-interfaces + --with-tty-tickets make %install @@ -105,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Mon Aug 1 2005 Dan Walsh 1.6.8p9-2 +- Add back in interfaces call, SELinux has been fixed to work around + * Tue Jun 21 2005 Karel Zak 1.6.8p9-1 - new version 1.6.8p9 (resolve #161116 - CAN-2005-1993 sudo trusted user arbitrary command execution)