Name: cockpit-image-builder Version: 94 Release: 1.20260224074247914855.main.10.g6be25d61%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-95.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. * Tue Feb 24 2026 Packit - 94-1.20260224074247914855.main.10.g6be25d61 - build(deps-dev): bump the minor-and-patch group with 7 updates (dependabot[bot]) - LandingPage: Remove hard-coded sentence from outage alert (regexowl) - Tests: Add tests for network-installer image type (Michal Gold) - Wizard/Security: hide compliance description for net-installer type (Michal Gold) - build(deps-dev): bump ajv from 6.12.6 to 6.14.0 (dependabot[bot]) - Update Konflux references (red-hat-konflux[bot]) - api: regenerate api code generation (schutzbot) - LandingPage: Update "Service unavailable" with option to set to warning. (Anna Vítová) - api: regenerate api code generation (schutzbot) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.