- 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:
parent
688c3dcd33
commit
3617f1c97f
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user