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:
parent
571e15cdbb
commit
d5d0ed1989
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
Cmnd_Alias CI = /bin/bash
|
||||
root ALL=(nobody) NOPASSWD: CI
|
||||
Defaults!CI !requiretty
|
Loading…
x
Reference in New Issue
Block a user