forked from rpms/osbuild-composer
26 lines
947 B
Diff
26 lines
947 B
Diff
From a4435c48480b969785d9afbec7ad3657db24f43b Mon Sep 17 00:00:00 2001
|
|
From: eabdullin <ed.abdullin.1@gmail.com>
|
|
Date: Thu, 28 Mar 2024 13:12:22 +0300
|
|
Subject: [PATCH] Remove libreport-rhel-anaconda-bugzilla from anaconda
|
|
packageset
|
|
|
|
---
|
|
vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go b/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go
|
|
index 05c54e5..68b0100 100644
|
|
--- a/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go
|
|
+++ b/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go
|
|
@@ -214,7 +214,6 @@ func anacondaPackageSet(t *imageType) rpmmd.PackageSet {
|
|
"libibverbs",
|
|
"libreport-plugin-bugzilla",
|
|
"libreport-plugin-reportuploader",
|
|
- "libreport-rhel-anaconda-bugzilla",
|
|
"librsvg2",
|
|
"linux-firmware",
|
|
"lklug-fonts",
|
|
--
|
|
2.39.3 (Apple Git-146)
|
|
|