From: Chris Sharp Date: Wed, 27 May 2020 16:54:18 +0000 (-0400) Subject: rename libyaz packages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e138f33b2bdf03807611ae3d498d9cbbe4b36092;p=working%2FEvergreen.git rename libyaz packages Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 7ce3d4ecd2..2b8be62799 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -18,8 +18,8 @@ RPMS = \ libssh2-devel \ libpq \ libpq-devel \ - libyaz \ - libyaz-devel \ + libyaz5 \ + libyaz5-devel \ mod_ssl \ ncurses-devel \ ncurses-libs \ diff --git a/Open-ILS/src/extras/install/Makefile.rhel b/Open-ILS/src/extras/install/Makefile.rhel index cc09076ab9..007eaac1f3 100644 --- a/Open-ILS/src/extras/install/Makefile.rhel +++ b/Open-ILS/src/extras/install/Makefile.rhel @@ -18,8 +18,8 @@ RPMS = \ libssh2-devel \ libpq \ libpq-devel \ - libyaz \ - libyaz-devel \ + libyaz5 \ + libyaz5-devel \ mod_ssl \ ncurses-devel \ ncurses-libs \