Name: cockpit-image-builder Version: 99 Release: 1.20260501122354564434.main.19.ga3c139a6%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-100.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 1 2026 Packit - 99-1.20260501122354564434.main.19.ga3c139a6 - Wizard/Firstboot: Update spacing between title and description (regexowl) - Wizard/Packages: Don't show 'N/A' if no stream (regexowl) - Wizard/Packages: Replace 'N/A' by '--' (regexowl) - Wizard/Packages: Update "Added by OpenSCAP" count for packages (regexowl) - Wizard/Content: Remove divider between repos and pkgs (regexowl) - Oscap: Lock FIPS toggle when enabled by compliance profile (Michal Gold) - Wizard: show lock icon for disabled repository remove buttons (Gianluca Zuccarelli) - Wizard: visually split required and optional packages (Gianluca Zuccarelli) - api: regenerate api code generation (schutzbot) - Wizard: Add breathing room between steps (regexowl) - Wizard: Initialise server and base url directly in V3 (regexowl) - fix: exclude EUS repos from repo search (Bryttanie House) - Wizard/Security: Update compliance UI and move FIPS toggle (Michal Gold) - Wizard: Fix activation key on re-open (regexowl) - Wizard: Rename step for consistency with navigation (regexowl) - Wizard: Update spacing on the base settings step (regexowl) - api: regenerate api code generation (schutzbot) - Wizard: Fix host initialization (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.