Name: cockpit-image-builder Version: 81 Release: 1.20251103160045769083.pr3748.24.g1b0f3654%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-.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. * Mon Nov 3 2025 Packit - 81-1.20251103160045769083.pr3748.24.g1b0f3654 - tests: add playwright tests (Michal Gold) - Wizard: Add ignore warnings functionality for blueprint compliance This PR lets users ignore compliance warnings that appear when a policy is updated after a blueprint is created. It builds on the existing linting workflow and adds a clear choice between automatically fixing warnings or ignoring them. (Michal Gold) - devDeps: Bump eslint-plugin-testing-library to 7.13.3 (regexowl) - devDeps: Bump eslint-plugin-playwright from 2.2.2 to 2.3.0 (regexowl) - dependabot: Switch from daily to weekly updates (regexowl) - chore(deps): update react monorepo (red-hat-konflux[bot]) - chore(deps): update dependency sass to v1.93.3 (red-hat-konflux[bot]) - chore(deps): update dependency react-chartjs-2 to v5.3.1 (red-hat-konflux[bot]) - build(deps): bump @patternfly/patternfly from 6.3.1 to 6.4.0 (dependabot[bot]) - chore(deps): update build-tools digest to 098cc75 (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: Update Lightspeed gating flag (regexowl) - build(deps): bump @redhat-cloud-services/frontend-components-utilities (dependabot[bot]) - build(deps): bump @reduxjs/toolkit from 2.9.0 to 2.9.2 (dependabot[bot]) - playwright: Fix Compliance cleanup function (Tom Koscielniak) - playwright: Add non-repeatable build integration test (Tom Koscielniak) - build(deps-dev): bump @currents/playwright from 1.16.0 to 1.17.1 (dependabot[bot]) - build(deps-dev): bump @vitejs/plugin-react from 5.0.3 to 5.1.0 (dependabot[bot]) - Update latest API (Michal Gold) - Update API (regexowl) - devDeps: Bump @rtk-query/codegen-openapi (regexowl) - packit.yaml: Release into fedora-all (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.