Fix openSUSE 15.3 installation and update to ICU 69
openSUSE/SLES 15.3 originally shipped with ICU 65 (libicu-devel), but later added ICU 69 (icu.691-devel) in a patch update. Prefer ICU 69 because the devel packages can't coexist, and zypper now resolves libicu-devel to icu.691-devel. https://lists.suse.com/pipermail/sle-security-updates/2021-December/009908.html
This commit is contained in:
parent
20caae3fb0
commit
b60b6573c5
1 changed files with 5 additions and 2 deletions
|
|
@ -44,12 +44,12 @@ fpm \
|
|||
-d gcc-fortran \
|
||||
-d glibc-locale \
|
||||
-d gzip \
|
||||
-d icu.691-devel \
|
||||
-d libbz2-devel \
|
||||
-d libcairo2 \
|
||||
-d libcurl-devel \
|
||||
-d libfreetype6 \
|
||||
-d libgomp1 \
|
||||
-d libicu-devel \
|
||||
-d libjpeg62 \
|
||||
-d libpango-1_0-0 \
|
||||
-d libreadline7 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue