feat(rpm): add support for custom package_name to rename package artifacts - #355
Merged
Merged
Conversation
This was referenced Jul 19, 2026
eximius313
force-pushed
the
fix/custom-package-name
branch
from
July 20, 2026 21:44
3528650 to
b473322
Compare
…facts - Introduced `package_name` support in `MakeRPMConfig` (parity with Deb maker). - Updated Spec generation to use `package_name` (if provided) for: - The RPM package Name. - The installation directory (`/usr/share/<package_name>`). - The executable symlink in `/usr/bin/<package_name>`. - The naming of .desktop, .png, and .xml assets. - The `Exec` command in the desktop entry. - Decoupled the internal `appBinaryName` (source) from the system-facing package identity (destination).
lijy91
force-pushed
the
fix/custom-package-name
branch
from
July 21, 2026 06:19
b473322 to
9e0d4a6
Compare
This was referenced Jul 21, 2026
Closed
Contributor
Author
|
@lijy91 - it seems that new |
Contributor
|
@eximius313 - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #314
package_namesupport inMakeRPMConfig(parity with Deb maker).package_name(if provided) for:/usr/share/<package_name>)./usr/bin/<package_name>.Execcommand in the desktop entry.appBinaryName(source) from the system-facing package identity (destination).