- Ensure %{ff_esr_name} get tested as a string; also, don't compare

against an empty string.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/firefox-esr?expand=0&rev=15
This commit is contained in:
Wolfgang Rosenauer 2019-11-17 06:21:11 +00:00 committed by Git OBS Bridge
parent 688c3dcd33
commit 3617f1c97f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 16 07:47:06 UTC 2019 - Manfred Hollstein <manfred.h@gmx.net>
- Ensure %{ff_esr_name} get tested as a string; also, don't compare
against an empty string.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 14 09:51:00 UTC 2019 - Antonio Larrosa <alarrosa@suse.com> Thu Nov 14 09:51:00 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -17,7 +17,7 @@
# #
# either MozillaFirefox or firefox-esr # either MozillaFirefox or firefox-esr
%if "%{ff_esr_name}" != "" %if "0%{?ff_esr_name}" != "0"
%define pkgname %{ff_esr_name} %define pkgname %{ff_esr_name}
%else %else
%if 0%{?suse_version} > 1549 %if 0%{?suse_version} > 1549