-
Notifications
You must be signed in to change notification settings - Fork 706
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
improve applicability of rule package_rear_installed (master branch) #10156
improve applicability of rule package_rear_installed (master branch) #10156
Conversation
/packit test |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rebase? That should fix the issues with packit tests.
(cherry picked from commit 3246c15)
(cherry picked from commit 8fc02b5)
(cherry picked from commit e515a86)
(cherry picked from commit 9b8e05b)
the rule is not applicable if: - architecture is S390x and RHEL is <= 8.4 - architecture is aarch64 and RHEL or OL >= 9.0 (cherry picked from commit 352082d)
change it in OVAL descriptions rename the file so taht OS is in capital (cherry picked from commit 4d47f60)
f808275
to
2a37e18
Compare
Code Climate has analyzed commit 2a37e18 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 49.5% (0.0% change). View more on Code Climate. |
/retest |
@Mab879 rebased and checks are passing. |
This is a port of #10144 into master branch. Original description and rationale follow:
Description:
Create appropriate platforms to fullfill the following:
Make the rule not applicable in following cases:
Rationale:
Review Hints: