Accepting request 577967 from home:dimstar:Factory

- 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/577967
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=133
This commit is contained in:
Kristyna Streitova 2018-02-19 10:49:40 +00:00 committed by Git OBS Bridge
parent 733596dd0b
commit 6eb28ea1f9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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}