Name: cockpit-image-builder Version: 101 Release: 1.20260529140653147081.main.20.gb9e8fee2%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-102.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. * Fri May 29 2026 Packit - 101-1.20260529140653147081.main.20.gb9e8fee2 - multi: remove dummy 'image-mode' distribution (Gianluca Zuccarelli) - packit: Bump PR tests from F42 to F44 (Simon Steinbeiss) - packit: Trigger bodhi builds in Fedora (Simon Steinbeiss) - ImagesTable: Fix image/package mode labels in blueprint view (Simon Steinbeiss) - store/api: remove the podman endpoint (Gianluca Zuccarelli) - Wizard: switch image source select for on-prem (Gianluca Zuccarelli) - store/api: add on-prem get distributions query (Gianluca Zuccarelli) - store/api/helpers: add some backend helpers (Gianluca Zuccarelli) - types: Add types for styles (regexowl) - Wizard: Add "Wizard Opened" analytics event (regexowl) - BootTests: Fix retry and double posting result (Tom Koscielniak) - BootTests: Invert re-run notification logic (Tom Koscielniak) - build(deps-dev): bump tmp from 0.2.5 to 0.2.7 (dependabot[bot]) - Makefile: Support point releases (Lucas Garfield) - pr-best-practices: Update authentication scheme for Jira Cloud (Simon Steinbeiss) - Packit: Only propose downstream releases for main (Lucas Garfield) - fix: Allow repo dropdown to open on input when empty (Justin Sherrill) - test: Resolve "missing act()" warnings (regexowl) - test: Resolve "nested forms" warnings in the test output (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.