Accepting request 366570 from home:olh:branches:mozilla:Factory

- Remove B_CNT from symbols.zip filename to reduce build-compare noise

OBS-URL: https://build.opensuse.org/request/show/366570
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=489
This commit is contained in:
Wolfgang Rosenauer 2016-03-06 16:21:37 +00:00 committed by Git OBS Bridge
parent 17c09e6be5
commit f75dc0e2d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 5 15:27:00 UTC 2016 - olaf@aepfle.de
- Remove B_CNT from symbols.zip filename to reduce build-compare noise
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 26 16:22:52 UTC 2016 - astieger@suse.com Fri Feb 26 16:22:52 UTC 2016 - astieger@suse.com

View File

@ -524,7 +524,7 @@ FIN
%fdupes %{buildroot}%{_datadir} %fdupes %{buildroot}%{_datadir}
# create breakpad debugsymbols # create breakpad debugsymbols
%if %crashreporter %if %crashreporter
SYMBOLS_NAME="firefox-%{version}-%{release}.%{_arch}-%{suse_version}-symbols" SYMBOLS_NAME="firefox-%{version}-` echo '%{release}' | sed 's@\.[^\.]\+$@@' `.%{_arch}-%{suse_version}-symbols"
make buildsymbols \ make buildsymbols \
SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \ SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \
SYMBOL_FULL_ARCHIVE_BASENAME="$SYMBOLS_NAME-full" \ SYMBOL_FULL_ARCHIVE_BASENAME="$SYMBOLS_NAME-full" \