Name: cockpit-image-builder Version: 77 Release: 1.20250925153525153759.pr3676.38.ged3b3cd1%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-78.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 Sep 25 2025 Packit - 77-1.20250925153525153759.pr3676.38.ged3b3cd1 - playwright: Execute cleanup functions sequentially (Tom Koscielniak) - playwright: Add cleanup function for Compliance policy (Tom Koscielniak) - tests: Add Compliance CIS integration test (Tom Koscielniak) - playwright: Add a static user login option (Tom Koscielniak) - playwright: Add helper function for Image Output step (Tom Koscielniak) - build(deps-dev): bump @typescript-eslint/parser from 8.44.0 to 8.44.1 (dependabot[bot]) - build(deps-dev): bump @types/node from 24.5.0 to 24.5.2 (dependabot[bot]) - devDeps: Remove unused @types/uuid dependency (regexowl) - build(deps-dev): bump sass from 1.91.0 to 1.93.2 (dependabot[bot]) - build(deps-dev): bump @types/uuid from 10.0.0 to 11.0.0 (dependabot[bot]) - src: Update Registration step based on mocks (regexowl) - ImagesTable: Remove Azure source id (regexowl) - Update API (regexowl) - Update build-tools digest to ee2fed7 (red-hat-konflux[bot]) - build(deps-dev): bump @eslint/js from 9.35.0 to 9.36.0 (dependabot[bot]) - build(deps-dev): bump @vitejs/plugin-react from 5.0.2 to 5.0.3 (dependabot[bot]) - test: Clean up mocked flags (regexowl) - Wizard: remove deprecated satellite flag (Anna Vítová) - build(deps): bump @redhat-cloud-services/types from 3.1.0 to 3.3.0 (dependabot[bot]) - build(deps-dev): bump eslint from 9.34.0 to 9.36.0 (dependabot[bot]) - Update Konflux references (red-hat-konflux[bot]) - src: Add feature flag and update copy (regexowl) - Playwright: add Import tests using predefined blueprint jsons (Anna Vítová) - Playwright: add helper function to use external blueprints for import (Anna Vítová) - Wizard: duplicated root not removable (HMS-9280) (Anna Vítová) - ci: update typescript-eslint & peer deps to 8.44.0 (Gianluca Zuccarelli) - Launch decom: remove provisioning permissions (HMS-9017) (Anna Vítová) - Wizard: remove provisioning link and dependencies (HMS-9017) (Anna Vítová) - Wizard: remove decom flag for Oci and delete Oci deprecated code (HMS-9017) (Anna Vítová) - Wizard: remove decom flag for Azure (HMS-9017) (Anna Vítová) - Wizard: remove decommissiong flag for GCP (HMS-9017) (Anna Vítová) - Wizard: remove decommissiong flag for AWS (HMS-9017) (Anna Vítová) - chore(deps): update build-tools digest to 8bdd145 (red-hat-konflux[bot]) - Update the list of known vulnerable packages (Florian Schüller) - check-vulnerable-packages: show packages we have installed (Florian Schüller) - README: emphasize to use `npm clean-install` (Florian Schüller) - api: update content sources api spec (Gianluca Zuccarelli) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.