From f75dc0e2d0fa9cc4c61caee90a3a90e2dd28e3a056736122cb4bbc67e7012775 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 6 Mar 2016 16:21:37 +0000 Subject: [PATCH] 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 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 90b0e6d4..4093b189 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -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 diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 71a7926e..a0618159 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -524,7 +524,7 @@ FIN %fdupes %{buildroot}%{_datadir} # create breakpad debugsymbols %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 \ SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \ SYMBOL_FULL_ARCHIVE_BASENAME="$SYMBOLS_NAME-full" \