From fc1f93cd8d5b1ce0f35c413294d587bfbf57780e Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 7 Feb 2024 15:19:28 +0300 Subject: [PATCH] - Remove libreport-rhel-bugzilla from package set --- SOURCES/remove_libreport.patch | 11 +++++++++++ SPECS/osbuild-composer.spec | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 SOURCES/remove_libreport.patch diff --git a/SOURCES/remove_libreport.patch b/SOURCES/remove_libreport.patch new file mode 100644 index 0000000..1954d1d --- /dev/null +++ b/SOURCES/remove_libreport.patch @@ -0,0 +1,11 @@ +diff -aruN osbuild-composer-88.3/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go osbuild-composer-88.3.alma/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go +--- osbuild-composer-88.3/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go 2023-11-17 21:41:59 ++++ osbuild-composer-88.3.alma/vendor/github.com/osbuild/images/pkg/distro/rhel8/bare_metal.go 2024-02-07 15:13:07 +@@ -214,7 +214,6 @@ + "libibverbs", + "libreport-plugin-bugzilla", + "libreport-plugin-reportuploader", +- "libreport-rhel-anaconda-bugzilla", + "librsvg2", + "linux-firmware", + "lklug-fonts", diff --git a/SPECS/osbuild-composer.spec b/SPECS/osbuild-composer.spec index 3edec26..a4a3c86 100644 --- a/SPECS/osbuild-composer.spec +++ b/SPECS/osbuild-composer.spec @@ -22,7 +22,7 @@ It is compatible with composer-cli and cockpit-composer clients. } Name: osbuild-composer -Release: 1%{?dist}.alma.2 +Release: 1%{?dist}.alma.3 Summary: An image building service based on osbuild # osbuild-composer doesn't have support for building i686 and armv7hl images @@ -34,6 +34,7 @@ URL: %{gourl} Source0: %{gosource} Patch100: almalinux_support.patch +Patch101: remove_libreport.patch BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: systemd @@ -399,6 +400,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* Wed Feb 07 2024 Eduard Abdullin - 88-1.alma.3 +- Remove libreport-rhel-bugzilla from package set + * Wed Feb 07 2024 Eduard Abdullin - 88-1.alma.2 - Add new AlmaLinux-8 key