diff --git a/SOURCES/almalinux_support.patch b/SOURCES/almalinux_support.patch index d5e10e5..5b9f155 100644 --- a/SOURCES/almalinux_support.patch +++ b/SOURCES/almalinux_support.patch @@ -214,3 +214,14 @@ diff -aruN osbuild-composer-62/repositories/almalinux-91.json osbuild-composer-6 + ] +} \ No newline at end of file +diff -aruN osbuild-composer-75.orig/internal/distro/rhel8/bare_metal.go osbuild-composer-75/internal/distro/rhel8/bare_metal.go +--- osbuild-composer-75.orig/internal/distro/rhel8/bare_metal.go 2023-08-04 10:44:37 ++++ osbuild-composer-75/internal/distro/rhel8/bare_metal.go 2023-08-04 10:46:08 +@@ -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 aec43f6..906cd79 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 +Release: 1%{?dist}.alma.1 Summary: An image building service based on osbuild # osbuild-composer doesn't have support for building i686 and armv7hl images @@ -401,6 +401,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* Fri Aug 04 2023 Eduard Abdullin - 75-1.alma.1 +- Remove libreport-rhel-anaconda-bugzilla from package list + * Tue May 16 2023 Andrew Lukoshko - 75-1.alma - Fixed AlmaLinux 9 GPG key (thanks elektrowolle)