Accepting request 578010 from Base:System
- Fix sudo prompt: escape %p into %%p to ensure 'p' is not wrapped and interpreted as being an rpm variable (boo#1081470). OBS-URL: https://build.opensuse.org/request/show/578010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=93
This commit is contained in:
commit
f828090e27
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 08:08:02 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Fix sudo prompt: escape %p into %%p to ensure 'p' is not wrapped
|
||||
and interpreted as being an rpm variable (boo#1081470).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 11:33:04 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
|
@ -101,7 +101,7 @@ export LDFLAGS="-pie"
|
||||
--with-sudoers-mode=0440 \
|
||||
--with-env-editor \
|
||||
--without-secure-path \
|
||||
--with-passprompt="[sudo] password for %{p}: " \
|
||||
--with-passprompt="[sudo] password for %%p: " \
|
||||
--with-rundir=%{_localstatedir}/lib/sudo \
|
||||
--with-sssd
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
x
Reference in New Issue
Block a user