Create rpm package#13
Merged
Merged
Conversation
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.
This pull request introduces Fedora RPM packaging for the project and updates the version to 1.2.1 across all relevant files. The most significant changes are the addition of automated GitHub Actions workflows for building RPMs for Fedora 43 (both x86_64 and ARM64), the inclusion of a new
bootmate.specfile for RPM packaging, and corresponding documentation and metadata updates to reflect the new version and packaging support.Fedora RPM packaging support:
.github/workflows/build-rpm-fedora.ymland.github/workflows/build-rpm-fedora-arm64.ymlworkflows to automate RPM builds for Fedora 43 (x86_64 and ARM64) on release and manual dispatch. These workflows handle dependency installation, source tarball creation, RPM building, and artifact upload. [1] [2]bootmate.specfile describing the RPM package, its dependencies, build instructions, and included files.Version bump and metadata updates:
Cargo.toml,meson.build, translation files (po/de.po,po/en.po), documentation (RELEASE.md,README.md), and the newbootmate.specfile. [1] [2] [3] [4] [5] [6] [7]data/ch.srueegger.bootmate.metainfo.xml.into add release entries for 1.2.1 and 1.2.0, including mention of RPM builds in the changelog. [1] [2]Automation improvements:
update-version.shto automatically update the version inbootmate.specand include it in the list of files updated during version bumps. [1] [2]