From 911d5c1fe92c65fd0e9806ba3d737f4c683aebaa Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 7 Sep 2011 09:48:26 +0100 Subject: [PATCH] Remove execute bit from sample script in docs so we don't pull in perl --- sudo.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sudo.spec b/sudo.spec index 147c24a..3653a74 100644 --- a/sudo.spec +++ b/sudo.spec @@ -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 - 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 - 1.8.1p2-1 - rebase to 1.8.1p2 - removed .sudoi patch