SHA256
1
0
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:
Dirk Mueller 2017-01-24 23:26:29 +00:00 committed by Git OBS Bridge
parent f1d20dce74
commit d39fe2330c
2 changed files with 6 additions and 1 deletions

View File

@ -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 Thu Jul 31 12:41:32 UTC 2014 - dimstar@opensuse.org

View File

@ -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. ## ## DO NOT ADD RPM OPT FLAGS! THIS DOES NOT BUILD AGAINST GLIBC. ##
################################################################## ##################################################################
make OPTIMFLAGS="-fmessage-length=0" make OPTIMFLAGS="-fmessage-length=0"
perl -pe 's{\@EDITION\@}{%{version}-%{release}}; perl -pe 's{\@EDITION\@}{%{version}};
s{\@LIBDIR\@}{%{_libdir}}; s{\@LIBDIR\@}{%{_libdir}};
s{\@ARCH\@}{%{_target_cpu}}; s{\@ARCH\@}{%{_target_cpu}};
' < %{SOURCE1} > elilo.pl && ' < %{SOURCE1} > elilo.pl &&