Fix incorrect comparison

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-11-06 14:52:45 -05:00
parent 24df70972b
commit 5ec966f5e9
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# This is used by both the nodejs package and the npm subpackage thar
# has a separate version - the name is special so that rpmdev-bumpspec
# will bump this rather than adding .1 to the end.
%global baserelease 6
%global baserelease 7
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
@ -78,7 +78,7 @@
%global sys_icu_version %(/usr/bin/icu-config --version)
%if sys_icu_version >= icu_version
%if "%{sys_icu_version}" >= "%{icu_version}"
%global bundled_icu 0
%global icu_flag system-icu
%else