remove the 'tools/sudo' file and references in cloud-init.spec.in

I'm not really sure what the function of tools/sudo was, and it was definitely
not required for fixing the rpm build.
This commit is contained in:
Scott Moser 2014-02-10 15:48:41 -05:00
parent 571e15cdbb
commit d5d0ed1989
2 changed files with 0 additions and 5 deletions

View File

@ -91,8 +91,6 @@ rm -rf \$RPM_BUILD_ROOT
mkdir -p \$RPM_BUILD_ROOT/%{_sysconfdir}/rsyslog.d
cp -p tools/21-cloudinit.conf \
\$RPM_BUILD_ROOT/%{_sysconfdir}/rsyslog.d/21-cloudinit.conf
install -Dpm 440 tools/sudo \
\$RPM_BUILD_ROOT/%{_sysconfdir}/sudoers.d/cloud-init
%clean
rm -rf \$RPM_BUILD_ROOT

View File

@ -1,3 +0,0 @@
Cmnd_Alias CI = /bin/bash
root ALL=(nobody) NOPASSWD: CI
Defaults!CI !requiretty