fix rpmlint issue

This commit is contained in:
Peter Vrabec 2006-12-14 11:23:51 +00:00
parent 8887e35d08
commit 4940ab8619
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Allows restricted root access for specified users.
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.6.8p12
Release: 11%{?dist}
Release: 12%{?dist}
License: BSD
Group: Applications/System
URL: http://www.courtesan.com/sudo/
@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
/bin/chmod 0440 /etc/sudoers || :
%changelog
* Thu Dec 14 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-12
- fix rpmlint issue
* Thu Oct 26 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-11
- fix typo in sudoers file (#212308)