From d39fe2330c182da802a998852fd6ee7f50d9cc36f20fc3c92ed843f536ea6f83 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Jan 2017 23:26:29 +0000 Subject: [PATCH] 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 --- elilo.changes | 5 +++++ elilo.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/elilo.changes b/elilo.changes index 9c11fe9..15b3c63 100644 --- a/elilo.changes +++ b/elilo.changes @@ -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 diff --git a/elilo.spec b/elilo.spec index 40ca084..7a1af7e 100644 --- a/elilo.spec +++ b/elilo.spec @@ -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 &&