crohr / pkgr

Package any app into deb or rpm packages, using heroku buildpacks
http://crohr.me/pkgr/
MIT License
590 stars 66 forks source link

mysql-devel dependency warning on centos7 #161

Closed Bialogs closed 3 years ago

Bialogs commented 5 years ago

When invoking pkgr it emits a warning Missing build dependencies detected. Run the following to fix: sudo yum -q check-update ; sudo yum install -y "mysql-devel".

However, installing mysql-devel on centos7 actually installs mariadb-devel which is not being checked for DEBUG: sh(rpm -qa 'mysql-devel' | grep 'mysql-devel' > /dev/null 2>&1)