Name: cockpit-image-builder Version: 97 Release: 1.20260413200523493925.main.60.g08865a0e%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-98.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. * Mon Apr 13 2026 Packit - 97-1.20260413200523493925.main.60.g08865a0e - tests/playwright: Update AAP tests (Tom Koscielniak) - playwright: Improve login input retry (Tom Koscielniak) - vitest: Update unit tests to work without AAP step (Tom Koscielniak) - Wizard: Move AAP to Registration (Tom Koscielniak) - Wizard: Fix package inputs spacing and formatting (regexowl) - src: Fix `useDispatch` inconsistency (regexowl) - Wizard: Make aria-label different for groups and pkgs (regexowl) - Wizard: Move queries and states to appropriate places (regexowl) - Wizard: Remove unused components (regexowl) - tests: Update tests to reflect the changes in the step (regexowl) - Wizard: Add "Added by OpenSCAP" label (regexowl) - Wizard: Update "search in other repos" empty state (regexowl) - Wizard: Fix loop caused by loading templates (regexowl) - Wizard: Set width for individual columns (regexowl) - Wizard: Remove expandable row from individual packages (regexowl) - Wizard: Replace package checkbox with a remove button (regexowl) - Wizard: Remove sorting from the packages table (regexowl) - Wizard: Remove pagination (regexowl) - Wizard: Remove Included and Other tabs (regexowl) - Wizard: Remove Selected/Available states (regexowl) - Wizard: Sort and disabled package options in the dropdown (regexowl) - Wizard: Replace filter input with search with dropdown (regexowl) - Wizard: Add package type dropdown (regexowl) - Wizard: Packages - update title and description (regexowl) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: Remove Share with Lightspeed GCP option (Tom Koscielniak) - build(deps): bump axios and @currents/playwright (dependabot[bot]) - Wizard: Update Image details (regexowl) - Wizard: Update ValidatedInputAndTextArea component (regexowl) - Wizard: Revamp AWS step (Tom Koscielniak) - Wizard: Remove sources integration (from AWS) (Tom Koscielniak) - build(deps): bump the minor-and-patch group across 1 directory with 6 updates (dependabot[bot]) - devDeps: Bump typescript-eslint (regexowl) - playwright: Update OpenSCAP tests (regexowl) - Update API (regexowl) - tests: delete legacy Repositories integration test (Gianluca Zuccarelli) - playwright: add repository selection and edit mode test (Gianluca Zuccarelli) - playwright: add content-sources repository API helpers (Gianluca Zuccarelli) - tests: add request payload generation unit tests for Repositories (Gianluca Zuccarelli) - tests: extract createTestStore to avoid duplicating Redux store config (Gianluca Zuccarelli) - devDeps: Manually bump msw from 2.12.14 to 2.13.0 (regexowl) - Wizard: update step description and add field helper texts in Locale step (Michal Gold) - Wizard: Update validation for the Base settings (regexowl) - chore(deps): update actions/cache action to v5 (red-hat-konflux[bot]) - chore(deps): update dependency node to v24 (red-hat-konflux[bot]) - build(deps): bump lodash from 4.17.23 to 4.18.1 (dependabot[bot]) - chore(deps): update actions/setup-node action to v6 (red-hat-konflux[bot]) - chore(deps): update build-tools digest to f982cf6 (red-hat-konflux[bot]) - build(deps): bump vite from 8.0.3 to 8.0.5 (dependabot[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - api: regenerate api code generation and add 'image-mode' to Release display mapping (Michal Gold) - Wizard: Update target list to improve visual hierarchy (regexowl) - Add widgetRegistry config to frontend-clowder.yml (tahmidefaz) - build(deps): bump lodash-es from 4.17.23 to 4.18.1 (dependabot[bot]) - Wizard: Add allowed characters for kernel arguments (regexowl) - Wizard: prevent to reload Wizard on enter (Anna Vítová) - playwright: Use a pre-created template for repeatable build test (regexowl) - Wizard: make description of target envs clickable (Anna Vítová) - LandingPage: Hide New feature alert (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.