Remove execute bit from sample script in docs so we don't pull in perl
This commit is contained in:
parent
269d3c7dce
commit
911d5c1fe9
@ -1,7 +1,7 @@
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.8.1p2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ISC
|
||||
Group: Applications/System
|
||||
URL: http://www.courtesan.com/sudo/
|
||||
@ -58,6 +58,9 @@ plugins that use %{name}.
|
||||
%patch3 -p1 -b .m4path
|
||||
%patch4 -p1 -b .getgrouplist
|
||||
|
||||
# Remove execute permission on this script so we don't pull in perl deps
|
||||
chmod -x plugins/sudoers/sudoers2ldif
|
||||
|
||||
%build
|
||||
autoreconf -fv --install
|
||||
|
||||
@ -156,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/sudo_plugin.8*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 7 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.1p2-2
|
||||
- Remove execute bit from sample script in docs so we don't pull in perl
|
||||
|
||||
* Tue Jul 12 2011 Daniel Kopecek <dkopecek@redhat.com> - 1.8.1p2-1
|
||||
- rebase to 1.8.1p2
|
||||
- removed .sudoi patch
|
||||
|
Loading…
Reference in New Issue
Block a user