-
Notifications
You must be signed in to change notification settings - Fork 745
Handle rules trying to remove no longer existing packages #11354
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
Handle rules trying to remove no longer existing packages #11354
Conversation
for packages which no longer exist in rhel8 a/ rhel9
including profile stability test data
This datastream diff is auto generated by the check Click here to see the full diffNew content has different text for rule 'xccdf_org.ssgproject.content_rule_package_rsh-server_removed'.
--- xccdf_org.ssgproject.content_rule_package_rsh-server_removed
+++ xccdf_org.ssgproject.content_rule_package_rsh-server_removed
@@ -6,6 +6,9 @@
The rsh-server package can be removed with the following command:
$ sudo yum erase rsh-server
+
+[warning]:
+The package is not available in Red Hat Enterprise Linux 8.
[reference]:
BP28(R1)
New content has different text for rule 'xccdf_org.ssgproject.content_rule_package_rsh_removed'.
--- xccdf_org.ssgproject.content_rule_package_rsh_removed
+++ xccdf_org.ssgproject.content_rule_package_rsh_removed
@@ -6,6 +6,9 @@
The rsh package contains the client commands
for the rsh services
+
+[warning]:
+The package is not available in Red Hat Enterprise Linux 8.
[reference]:
BP28(R1)
New content has different text for rule 'xccdf_org.ssgproject.content_rule_package_talk-server_removed'.
--- xccdf_org.ssgproject.content_rule_package_talk-server_removed
+++ xccdf_org.ssgproject.content_rule_package_talk-server_removed
@@ -4,6 +4,9 @@
[description]:
The talk-server package can be removed with the following command: $ sudo yum erase talk-server
+
+[warning]:
+The package is not available in Red Hat Enterprise Linux 8.
[reference]:
BP28(R1)
New content has different text for rule 'xccdf_org.ssgproject.content_rule_package_talk_removed'.
--- xccdf_org.ssgproject.content_rule_package_talk_removed
+++ xccdf_org.ssgproject.content_rule_package_talk_removed
@@ -10,6 +10,9 @@
The talk package can be removed with the following command:
$ sudo yum erase talk
+
+[warning]:
+The package is not available in Red Hat Enterprise Linux 8.
[reference]:
BP28(R1) |
Code Climate has analyzed commit ebe67f2 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 58.5%. View more on Code Climate. |
/packit retest-failed |
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.
LGTM.
The automatus failures are expected since the rules reference non-existent packages.
Port of #11353 into master