zakird / wkhtmltopdf_binary_gem

Ruby gem containing easily installable access to wkhtmltopdf application
https://rubygems.org/gems/wkhtmltopdf-binary
Apache License 2.0
183 stars 347 forks source link

Add support for AlmaLinux 8 #159

Closed taoxuau closed 2 months ago

taoxuau commented 1 year ago

AlmaLinux is 1:1 binary compatible with RHEL, like Rocky Linux. We're using AlmaLinux 8 as the gitlab pipeline runner so we need almalinux support.

This PR will add support for AlmaLinux 8.

$ cat /etc/os-release
NAME="AlmaLinux"
VERSION="8.7 (Stone Smilodon)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.7"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.7 (Stone Smilodon)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:8::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"

ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8.7"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.7"
taoxuau commented 1 year ago

Hi, @unixmonkey, are you able to take a look at this PR please? Or someone else can help? Thanks

unixmonkey commented 2 months ago

This is now in version 0.12.6.8. Thank you!