Name: cockpit-image-builder Version: 88 Release: 1.20260112143823009909.main.20.gd9f63182%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-89.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: nodejs Requires: cockpit Requires: cockpit-files Requires: osbuild-composer >= 131 %description The image-builder-frontend generates custom images suitable for deploying systems or uploading to the cloud. It integrates into Cockpit as a frontend for osbuild. %prep %setup -q -n cockpit-image-builder %build # Nothing to build %install %make_install PREFIX=/usr # drop source maps, they are large and just for debugging find %{buildroot}%{_datadir}/cockpit/ -name '*.map' | xargs --no-run-if-empty rm --verbose %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %files %doc cockpit/README.md %license LICENSE %{_datadir}/cockpit/cockpit-image-builder %{_datadir}/metainfo/* %changelog # the changelog is distribution-specific, therefore there's just one entry # to make rpmlint happy. * Mon Jan 12 2026 Packit - 88-1.20260112143823009909.main.20.gd9f63182 - Wizard: Add Red Hat Enterprise Linux (RHEL) 9 to cockpit (Michal Gold) - gitlabci: Bump runners to Fedora 43 and retire Fedora 41 (Simon Steinbeiss) - Makefile: Fix version extraction code (Simon Steinbeiss) - Wizard: revamp the check mark in Release field (Michal Gold) - chore(deps): update build-tools digest to c8f1fda (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: revamp of the empty state of Landing Page (Katarina Sieklova) - Wizard: Fix SSH validator (regexowl) - build(deps): bump @remix-run/router and react-router-dom (dependabot[bot]) - src: fix error caused by undefined possible value (Anna Vítová) - import: Rename `isOnPrem` to `isOnPremBlueprint` for clarity (regexowl) - impoprt: Update popover text (regexowl) - import: Update modal as per SPUR (regexowl) - Update bug epic number for pr-best-practices default (regexowl) - cockpit: Address AI comments (regexowl) - cockpit: Replace cloud providers config wizard with a modal (regexowl) - build(deps): bump the minor-and-patch group with 8 updates (dependabot[bot]) - Wizard: add description to AAP step (Lukas Zapletal) - cockpit: Rename "OpenSCAP profile" step to "Security" (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.