Accepting request 624251 from Base:System
OBS-URL: https://build.opensuse.org/request/show/624251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=97
This commit is contained in:
commit
f3da6b1903
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 12 19:14:48 UTC 2018 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Build with make -B to make package build reproducible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 2 16:19:56 UTC 2018 - michael@stroeder.com
|
Wed May 2 16:19:56 UTC 2018 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -104,7 +104,8 @@ export LDFLAGS="-pie"
|
|||||||
--with-passprompt="[sudo] password for %%p: " \
|
--with-passprompt="[sudo] password for %%p: " \
|
||||||
--with-rundir=%{_localstatedir}/lib/sudo \
|
--with-rundir=%{_localstatedir}/lib/sudo \
|
||||||
--with-sssd
|
--with-sssd
|
||||||
make %{?_smp_mflags}
|
# -B required to make every build give the same result - maybe from bad build deps in Makefiles?
|
||||||
|
make -B %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install install_uid=`id -u` install_gid=`id -g`
|
%make_install install_uid=`id -u` install_gid=`id -g`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user