SHA256
1
0
forked from pool/elilo

Accepting request 452311 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/452311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elilo?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2017-02-01 08:48:35 +00:00 committed by Git OBS Bridge
commit 8744855b7a
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

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. ##
##################################################################
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 &&