Name: cockpit-image-builder Version: 98 Release: 1.20260416152520153187.main.42.g070d9b88%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-99.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: /usr/bin/node Requires: cockpit Requires: cockpit-files Requires: osbuild-composer >= 131 Recommends: cockpit-machines %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. * Thu Apr 16 2026 Packit - 98-1.20260416152520153187.main.42.g070d9b88 - Wizard/Review: Make "Edit" button scroll to relevant section (regexowl) - vitest: Make LandingPage tests co-located and remove dependency on msw (regexowl) - Wizard/Review: hide registration card for non-RHEL distributions (Gianluca Zuccarelli) - Wizard/Review: fix edit button navigation in review cards (Gianluca Zuccarelli) - Wizard/Review: add aria-labels to all LabelGroup components (Gianluca Zuccarelli) - Wizard/Review: use ExclamationCircleIcon for danger variant in StatusItem (Gianluca Zuccarelli) - Wizard/Review: format snapshot date for display (Gianluca Zuccarelli) - Wizard/Review: minor fixes to some of the card sections (Gianluca Zuccarelli) - test: Point vitest test suite against new Wizard (regexowl) - playwright: use local storage to dismiss save and build modal (Gianluca Zuccarelli) - Wizard/Review: move firstboot to advanced settings (Gianluca Zuccarelli) - Wizard/Review: move users to advanced settings (Gianluca Zuccarelli) - Wizard/Review: move firewall to advanced settings (Gianluca Zuccarelli) - Wizard/Review: create a shared FlexColumn component (Gianluca Zuccarelli) - Wizard/Review: move services to advanced settings (Gianluca Zuccarelli) - Wizard/Review: move kernel to advanced settings (Gianluca Zuccarelli) - Wizard/Review: add timezone, locale and hostname to advanced settings (Gianluca Zuccarelli) - Wizard/Review: add FS customizations to advanced settings (Gianluca Zuccarelli) - store: add derived selectors for FS customizations (Gianluca Zuccarelli) - Wizard/Review: add content card (Gianluca Zuccarelli) - Wizard/Review: add a label mapper for review step (Gianluca Zuccarelli) - store: create a security summary hook (Gianluca Zuccarelli) - Wizard/Review: add security card (Gianluca Zuccarelli) - Wizard/Review: remove old repeatable build info (Gianluca Zuccarelli) - Wizard/Review: add Repeatable build card (Gianluca Zuccarelli) - Wizard/Review: add aap settings to registration card (Gianluca Zuccarelli) - Wizard/Review: add Registration card (Gianluca Zuccarelli) - Wizard/Review: create a re-usable status item component (Gianluca Zuccarelli) - Wizard/Review: add misc formats to ImageOverview section (Gianluca Zuccarelli) - Wizard/Review: add public clouds section to ImageOverview (Gianluca Zuccarelli) - Wizard/Review: add private clouds section to ImageOverview (Gianluca Zuccarelli) - Hooks: create a target environment hook (Gianluca Zuccarelli) - Wizard/Review: replace ImageOutput with ImageOverview (Gianluca Zuccarelli) - Wizard: create re-usable wrapper components (Gianluca Zuccarelli) - Wizard/Review: add ready to build alert (Gianluca Zuccarelli) - Wizard/Review: update review step header (Gianluca Zuccarelli) - Wizard/Review: prepare review step (Gianluca Zuccarelli) - Add Claude-powered nightly boot test failure analysis (Lucas Garfield) - playwright: Make tests more resilient against validation failures (regexowl) - Wizard: Enable navigation when the first step is valid (regexowl) - Wizard: Fix bug re-initializing registration (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.