Name: cockpit-image-builder Version: 92 Release: 1.20260217075812167385.main.21.g0c4e8c34%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-93.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 17 2026 Packit - 92-1.20260217075812167385.main.21.g0c4e8c34 - build(deps): bump the minor-and-patch group with 16 updates (dependabot[bot]) - Wizard/Openscap: remove wsl alert (Gianluca Zuccarelli) - store/distributions: return empty array for single image type (Gianluca Zuccarelli) - Wizard: add supported customization labels to all the steps (Gianluca Zuccarelli) - CustomizationLabels: create shared component (Gianluca Zuccarelli) - test/hooks: update distribution hook test (Gianluca Zuccarelli) - store/distributions: create a hook for image type customizations (Gianluca Zuccarelli) - store/types: add imageType typeguard (Gianluca Zuccarelli) - constants: add a simple image name lookup (Gianluca Zuccarelli) - store/distributions: refactor customizations hook (Gianluca Zuccarelli) - requestMapper: fix undefined distro for image-mode (Gianluca Zuccarelli) - Cockpit/ImagesTable: Populate Image Mode OS column (Simon Steinbeiss) - Wizard: hide openscap for netinstaller (Gianluca Zuccarelli) - Update build-tools digest to 36a202c (red-hat-konflux[bot]) - Update API (regexowl) - Update Konflux references (red-hat-konflux[bot]) - build(deps-dev): bump qs from 6.14.1 to 6.14.2 (dependabot[bot]) - Wizard: Disable PXE checkbox when network installer selected (regexowl) - Wizard: Hide "Other" label when it's the only category (regexowl) - cockpit: Update images select (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.