Name: cockpit-image-builder Version: 90 Release: 1.20260205104622943049.main.20.g6b79d8f2%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-91.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. * Thu Feb 5 2026 Packit - 90-1.20260205104622943049.main.20.g6b79d8f2 - constants: first boot scripts (Gianluca Zuccarelli) - cockpit: Add pull instructions expandable (regexowl) - Wizard: Add groups section to review step (Michal Gold) - ImagesTable: remove artifacts permissions change (Gianluca Zuccarelli) - test: add tests for customization restrictions (Gianluca Zuccarelli) - Wizard/Security: remove remaining hasSpecific target hook (Gianluca Zuccarelli) - Wizard/FSC: remove hasIsoTargetOnly check (Gianluca Zuccarelli) - Wizard/Review: use new restrictions to hide items (Gianluca Zuccarelli) - Wizard: move isOnPremise checks to restrictions hook (Gianluca Zuccarelli) - Wizard: move image mode checks to restrictions hook (Gianluca Zuccarelli) - store/slice: create a derived selector for `isImageMode` (Gianluca Zuccarelli) - Wizard: remove hasWslOnly check (Gianluca Zuccarelli) - Wizard: hide unsupported customizations (Gianluca Zuccarelli) - store/distributions: custom query hook wrapper (Gianluca Zuccarelli) - store/distributions: create an endpoint for customizations (Gianluca Zuccarelli) - tests: fix react router warning message (Gianluca Zuccarelli) - Wizard: Show checkmarks for selected languages in dropdown (Michal Gold) - Tests: Update relevant test with the new step name "Groups and users" (Michal Gold) - Wizard: Add groups section to Users step (Michal Gold) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.