mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 10:05:56 +03:00
[PR #85] [MERGED] Add RPM packaging support for RHEL-based systems #104
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PegaProx/project-pegaprox/pull/85
Author: @zakirpcs
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @mkellermann97
Base:
main← Head:feature/rpm-packaging📝 Commits (1)
37f8d99Add RPM packaging support for RHEL-based systems📊 Changes
1 file changed (+103 additions, -0 deletions)
View changed files
➕
packaging/rpm/pegaprox.spec(+103 -0)📄 Description
Summary
This PR introduces native RPM packaging support for project-pegaprox, enabling installation on RHEL-based distributions such as:
The goal is to simplify deployment in enterprise environments where RPM-based lifecycle management is standard.
Changes Included
Added RPM spec file under packaging/rpm/
Defined proper:
BuildRequires
Runtime dependencies
File manifest
Integrated systemd unit file
Verified successful build using rpmbuild on AlmaLinux 9
Clean build with no unpackaged file errors
Build Instructions
To build the RPM:
The resulting RPM will be available under:
~/rpmbuild/RPMS/x86_64/
Why This Is Useful
Testing
Built and tested on AlmaLinux 9
Verified:
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.