Skip to content

Conversation

Copy link

Copilot AI commented Nov 30, 2025

The .el9 RPM config files were missing the pkg_binary variable that exists in all .el7 and .el8 counterparts.

Changes

  • Added pkg_binary="relay-pkg.so" to:
    • build/fpm/src/rpm/config.ls.el9.sh
    • build/fpm/src/rpm/config.multi.el9.sh
    • build/fpm/src/rpm/config.single.el9.sh
pkg_name="php-relay"
pkg_provides="php-relay"
pkg_binary="relay-pkg.so"  # Added
pkg_identifier="el9"

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add missing pkg_binary variable to .el9 bash files Add missing pkg_binary variable to .el9 bash files Nov 30, 2025
Copilot AI requested a review from tillkruss November 30, 2025 00:38
@tillkruss tillkruss marked this pull request as ready for review November 30, 2025 00:39
@tillkruss tillkruss merged commit 49e7078 into fix/restore-pkg Nov 30, 2025
@tillkruss tillkruss deleted the copilot/sub-pr-27-another-one branch November 30, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants