From: William Douglas Date: Wed, 1 May 2013 20:33:26 +0000 (-0700) Subject: Correct sudoers.d filename X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a578b09ab996130a420d73775864e29d960dcfe;p=platform%2Fupstream%2Fsudo.git 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. Signed-off-by: William Douglas --- 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