Compare commits

...

8 Commits

Author SHA1 Message Date
eabdullin 272bb59138 Import from AlmaLinux stable repository 2024-05-31 17:31:21 +00:00
CentOS Sources 134530fc3b import cockpit-appstream-286.1-1.el8 2023-05-16 07:09:41 +00:00
CentOS Sources c7b009bd72 import cockpit-appstream-276-1.el8 2022-11-08 10:40:26 +00:00
CentOS Sources 88ecd67507 import cockpit-appstream-264.1-1.el8 2022-05-10 07:02:58 +00:00
CentOS Sources 2f589a75d0 import cockpit-appstream-251.1-1.el8 2021-12-08 12:18:03 +00:00
CentOS Sources d42d563c8a import cockpit-appstream-238.2-1.el8 2021-09-09 15:28:09 +00:00
CentOS Sources 31f06c6f7e import cockpit-appstream-224.2-1.el8 2021-09-09 15:28:06 +00:00
CentOS Sources c62b43f3e3 import cockpit-appstream-211.3-1.el8 2021-09-09 15:28:03 +00:00
4 changed files with 732 additions and 263 deletions

View File

@ -1 +0,0 @@
ba6d222ec1115455d8670de907de08bf98a1b42e SOURCES/cockpit-197.3.tar.xz

3
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/cockpit-197.3.tar.xz
SOURCES/cockpit-310.3.tar.xz
SOURCES/cockpit-machines-308.tar.xz

View File

@ -1,27 +0,0 @@
From 09c7c37d2ac2e6ff6c8259bd2d99dceec6a46d4c Mon Sep 17 00:00:00 2001
From: Martin Pitt <mpitt@redhat.com>
Date: Thu, 5 Sep 2019 11:11:18 +0200
Subject: [PATCH] test: Fix rhsmd cleanup in check-packagekit
When disabling /usr/libexec/rhsmd (on RHEL images), re-enable it at the
end of the test. This unbreaks running more than one check-packagekit
test on an external testbed.
---
test/verify/check-packagekit | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/verify/check-packagekit b/test/verify/check-packagekit
index 47641875f..415aa9565 100755
--- a/test/verify/check-packagekit
+++ b/test/verify/check-packagekit
@@ -48,6 +48,7 @@
# On other OSes (Fedora/CentOS) we expect sub-man to be disabled in yum, so it should not get in the way there
if self.machine.image.startswith("rhel"):
self.machine.execute("mv /usr/libexec/rhsmd /usr/libexec/rhsmd.disabled")
+ self.addCleanup(self.machine.execute, "mv /usr/libexec/rhsmd.disabled /usr/libexec/rhsmd")
# only the yum backend properly recognizes "enhancement" severity; apt
# does not have that metadata and PackageKit-dnf does not parse it
--
2.21.0

File diff suppressed because it is too large Load Diff