-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move changelog to markdown and add unreleased changes #18
Closed
Conversation
This file contains 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
Add support for librpm.so.9 which is used by the EL9 distributions, e.g.: CentOS Stream 9, Rocky 9, RHEL9, etc...
Rename rpm gem to rpm2
Configure Mend Bolt for GitHub
[WIP] Replace .travis.yml with GitHub Actions
Detect librpm.so.9
It is no longer available with rpm >= 4.14
Do not use headerNVR in Package.version
This should make it easier to visually see the difference in the GHA UI
Update copyright
Add workflow_dispatch to GitHub action
Split docker build from docker test in CI
Expose rake tasks to rake -T
Cleanup warnings
Use rpmExpandMacros on rpm v4.14+
Change to match the examples for a string as an output parameter not just a general object as an output parameter.
Add timeout-minutes: 5 to CI workflow
Add CODEOWNERS
Update rpmExpandMacros MemoryPointer usage
As a side benefit, you can also run the tests by platform locally by passing which platform you want to the rake task.
Split tests by platform
The tests are currently build assuming amd64 platforms. Eventually, we can unlock this, but for now this causes the following error in tests on arm system, such as a Mac M1. RPMTransactionTests#test_install_with_custom_callback [test/test_transaction.rb:150]: package simple-1.0-0-i586 should be installed
Force the platform to linux/amd64 in tests
Fix the rpmdb path that we're asserting exists on newer RPM versions Push skip down after the install since only the delete hangs for test_install_and_remove
Drop skip for test_flag_install
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.
No description provided.