forked from pool/elilo
Accepting request 450989 from home:bmwiedemann:reproducible
Do not include rebuild counter in rpm to make build-compare happy OBS-URL: https://build.opensuse.org/request/show/450989 OBS-URL: https://build.opensuse.org/package/show/Base:System/elilo?expand=0&rev=16
This commit is contained in:
parent
f1d20dce74
commit
d39fe2330c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 3 11:12:54 UTC 2018 - bwiedemann@suse.com
|
||||
|
||||
- Do not include rebuild counter in rpm to make build-compare happy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 12:41:32 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -77,7 +77,7 @@ perl -pi -e 's{/usr/lib}{%{_libdir}}' Make.defaults
|
||||
## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC. ##
|
||||
##################################################################
|
||||
make OPTIMFLAGS="-fmessage-length=0"
|
||||
perl -pe 's{\@EDITION\@}{%{version}-%{release}};
|
||||
perl -pe 's{\@EDITION\@}{%{version}};
|
||||
s{\@LIBDIR\@}{%{_libdir}};
|
||||
s{\@ARCH\@}{%{_target_cpu}};
|
||||
' < %{SOURCE1} > elilo.pl &&
|
||||
|
Loading…
Reference in New Issue
Block a user