View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000290 | AlmaLinux-8 | osbuild-composer | public | 2022-07-25 10:38 | 2022-12-20 13:09 |
Reporter | TulanKansen | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | AlmaLinux | OS Version | 8.6 |
Summary | 0000290: Impossible to create Installation ISO with osbuild-composer | ||||
Description | Hello, 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 Reproduce | 1) 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 Information | Proposed 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", ``` | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-25 10:38 | TulanKansen | New Issue | |
2022-12-20 13:09 | TulanKansen | Note Added: 0000775 |