Hi,
Today I was trying to upgrade our Openresty to 1.15.8.1 but I had problems with the version of the packages.
At the moment the Centos 7 packages for Openresty and Openresty-debug are not the same, and some issues have been triggered in our workflow.
This is the current versions in the repo:
```
bash-4.2# yum --disablerepo="*" --enablerepo="openresty" list available
Loaded plugins: fastestmirror, ovl
openresty | 3.5 kB 00:00:00
openresty/7/x86_64/primary_db | 21 kB 00:00:01
Determining fastest mirrors
Available Packages
openresty.x86_64 1.15.8.1-1.el7 openresty
openresty-asan.x86_64 1.13.6.2-4.el7.centos openresty
openresty-asan-debuginfo.x86_64 1.13.6.2-4.el7.centos openresty
openresty-debug.x86_64 1.13.6.2-1.el7.centos openresty
openresty-debug-debuginfo.x86_64 1.13.6.2-1.el7.centos openresty
openresty-debuginfo.x86_64 1.15.8.1-1.el7 openresty
openresty-doc.noarch 1.15.8.1-1.el7 openresty
```
Could anyone fix this? Many thanks.