From 90bec751b081b0dbcf43857c0a90640d9245f841 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 1 May 2013 13:33:26 -0700 Subject: [PATCH] Correct sudoers.d filename The configuration file allowing users in group wheel to use sudo was misnamed causing users to be unable to run sudo when in the wheel group. Change-Id: I7f53b5088ea95aa2a77cd6ebf85e609588b15b06 Signed-off-by: William Douglas --- packaging/sudo.spec | 32 ++++++++++++++++---------------- packaging/{tizen.conf => tizen_conf} | 0 2 files changed, 16 insertions(+), 16 deletions(-) rename packaging/{tizen.conf => tizen_conf} (100%) diff --git a/packaging/sudo.spec b/packaging/sudo.spec index 91ecc25..9501ea0 100644 --- a/packaging/sudo.spec +++ b/packaging/sudo.spec @@ -7,7 +7,7 @@ Group: System/Base Url: http://www.sudo.ws/ Source0: http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz Source1: sudo.pamd -Source2: tizen.conf +Source2: tizen_conf BuildRequires: groff BuildRequires: pam-devel Requires(pre): coreutils @@ -36,21 +36,21 @@ F_PIE=-fpie export CFLAGS="%{optflags} -Wall $F_PIE -DLDAP_DEPRECATED" export LDFLAGS="-pie" %configure \ - --libexecdir=%{_libexecdir}/sudo \ - --docdir=%{_docdir}/%{name} \ - --with-noexec=%{_libexecdir}/sudo/sudo_noexec.so \ - --with-pam \ - --with-logfac=auth \ - --without-insults \ - --with-ignore-dot \ - --with-tty-tickets \ - --enable-shell-sets-home \ - --enable-warnings \ - --with-sudoers-mode=0440 \ - --with-env-editor \ - --without-secure-path \ - --with-passprompt='%%p\x27s password:' \ - --with-timedir=%{_localstatedir}/lib/sudo +--libexecdir=%{_libexecdir}/sudo \ +--docdir=%{_docdir}/%{name} \ +--with-noexec=%{_libexecdir}/sudo/sudo_noexec.so \ +--with-pam \ +--with-logfac=auth \ +--without-insults \ +--with-ignore-dot \ +--with-tty-tickets \ +--enable-shell-sets-home \ +--enable-warnings \ +--with-sudoers-mode=0440 \ +--with-env-editor \ +--without-secure-path \ +--with-passprompt='%%p\x27s password:' \ +--with-timedir=%{_localstatedir}/lib/sudo make %{?_smp_mflags} %install diff --git a/packaging/tizen.conf b/packaging/tizen_conf similarity index 100% rename from packaging/tizen.conf rename to packaging/tizen_conf -- 2.7.4