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:
Dominique Leuenberger 2018-07-23 15:57:23 +00:00 committed by Git OBS Bridge
commit f3da6b1903
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -104,7 +104,8 @@ export LDFLAGS="-pie"
--with-passprompt="[sudo] password for %%p: " \
--with-rundir=%{_localstatedir}/lib/sudo \
--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
%make_install install_uid=`id -u` install_gid=`id -g`