View Issue Details

IDProjectCategoryView StatusLast Update
0000290AlmaLinux-8osbuild-composerpublic2022-12-20 13:09
ReporterTulanKansen Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Platformx86_64OSAlmaLinuxOS Version8.6
Summary0000290: Impossible to create Installation ISO with osbuild-composer
DescriptionHello,
I have discovered a blocking bug in osbuild-composer, who prevent at least creation of "installation ISO" file. In the upstream source package, the package "libreport-rhel-anaconda-bugzilla" is required during image creation.
Steps To Reproduce1) Install osbuild-composer
2) create a blueprint with any package or configuration
3) create image with type "RHEL Installer (.iso)
4) creation fail because RPM package "libreport-rhel-anaconda-bugzilla" is not available in AlmaLinux
Additional InformationProposed patch for the compilation of osbuild-composer RPM packages:
```Diff
diff -aruN osbuild-composer-46.3/internal/distro/rhel86/package_sets.go osbuild-composer-46.3_alma/internal/distro/rhel86/package_sets.go
--- osbuild-composer-46.3/internal/distro/rhel86/package_sets.go 2022-04-28 17:33:25.000000000 +0000
+++ osbuild-composer-46.3_alma/internal/distro/rhel86/package_sets.go 2022-07-22 16:29:43.048882567 +0000
@@ -748,7 +748,6 @@
                        "libibverbs",
                        "libreport-plugin-bugzilla",
                        "libreport-plugin-reportuploader",
- "libreport-rhel-anaconda-bugzilla",
                        "librsvg2",
                        "linux-firmware",
                        "lklug-fonts",
```
TagsNo tags attached.
abrt_hash
URL

Activities

TulanKansen

2022-12-20 13:09

reporter   ~0000775

Hello,
this bug is still present with Almalinux 8.7

Issue History

Date Modified Username Field Change
2022-07-25 10:38 TulanKansen New Issue
2022-12-20 13:09 TulanKansen Note Added: 0000775