Correct sudoers.d filename
authorWilliam Douglas <william.douglas@intel.com>
Wed, 1 May 2013 20:33:26 +0000 (13:33 -0700)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Fri, 12 Dec 2014 13:09:41 +0000 (14:09 +0100)
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 <william.douglas@intel.com>
packaging/sudo.spec
packaging/tizen_conf [moved from packaging/tizen.conf with 100% similarity]

index 91ecc25..9501ea0 100644 (file)
@@ -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
similarity index 100%
rename from packaging/tizen.conf
rename to packaging/tizen_conf