- commented out unused aliases in sudoers to make visudo happy (#550239)
This commit is contained in:
parent
7894a246b9
commit
7811bd5ace
3 changed files with 7 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
sudo-1.7.2p2.tar.gz
|
||||
sudo-1.7.1-sudoers
|
||||
sudo-1.7.2p2-sudoers
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
2a19cf1ab4afc94fe19d0d0899d4cd45 sudo-1.7.2p2.tar.gz
|
||||
02d6d836b41e3049fc33d56cef2e6c4e sudo-1.7.1-sudoers
|
||||
23f2ea124749102bcb3c404ee09dc521 sudo-1.7.2p2-sudoers
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.7.2p2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
URL: http://www.courtesan.com/sudo/
|
||||
Source0: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
|
||||
Source1: sudo-1.7.1-sudoers
|
||||
Source1: sudo-1.7.2p2-sudoers
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: /etc/pam.d/system-auth, vim-minimal
|
||||
|
||||
|
|
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/bin/chmod 0440 /etc/sudoers || :
|
||||
|
||||
%changelog
|
||||
* Fri Jan 07 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p2-2
|
||||
- commented out unused aliases in sudoers to make visudo happy (#550239)
|
||||
|
||||
* Fri Jan 07 2010 Daniel Kopecek <dkopecek@redhat.com> - 1.7.2p2-1
|
||||
- new upstream version 1.7.2p2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue