Name: cockpit-image-builder Version: 103 Release: 1.20260629183806541264.main.61.gfa159c50%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-104.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 Jun 29 2026 Packit - 103-1.20260629183806541264.main.61.gfa159c50 - output: introduce SupportedImageTypes to exclude edge types (Gianluca Zuccarelli) - content: move repo schema converters to store layer (Gianluca Zuccarelli) - test: Mock oscap with vitest native mocking (regexowl) - test: Clean up unused fixtures and handlers (regexowl) - test: Migrate legacy first boot tests (regexowl) - lint: restrict direct imports into wizard/system internals (Gianluca Zuccarelli) - store/wizard: use combineSlices to compose wizard reducer (Gianluca Zuccarelli) - store/wizard: colocate system tests with system module (Gianluca Zuccarelli) - store/wizard: extract system slice and reducers into dedicated module (Gianluca Zuccarelli) - store/wizard: rename combined state to be the primary type (Gianluca Zuccarelli) - store/wizard: extract system selectors into dedicated module (Gianluca Zuccarelli) - store/wizard: extract langpack utilities into system module (Gianluca Zuccarelli) - store/wizard: extract GID range constants into system module (Gianluca Zuccarelli) - store/wizard: extract system initial state into dedicated module (Gianluca Zuccarelli) - store/wizard: extract system types into dedicated module (Gianluca Zuccarelli) - vitest: Remove legacy import tests (regexowl) - vitest: Migrate ImportBluepintModal.test.tsx to co-located tests (regexowl) - Wizard: reword FIPS toggle description text (Michal Gold) - Update Konflux references (red-hat-konflux[bot]) - vitest: Migrate CreatImageWizard.test.tsx to co-located tests (regexowl) - requestMapper: read org ID from state instead of parameter (Gianluca Zuccarelli) - app: resolve org ID at initialization (Gianluca Zuccarelli) - test: Migrate FSC tests from the old vitest file (regexowl) - Wizard: prevent duplicate languages in Locale step (HMS-10599) (Michal Gold) - cockpit/tsconfig: Add `rootDir` to resolve IDE diagnostics error (regexowl) - lint: add content slice to restricted import patterns (Gianluca Zuccarelli) - store/wizard: colocate content tests with subslice (Gianluca Zuccarelli) - store/wizard: extract content reducers into own createSlice (Gianluca Zuccarelli) - store/wizard: extract content selectors to subslice (Gianluca Zuccarelli) - store/wizard: extract content initial state to subslice (Gianluca Zuccarelli) - Packages: remove dead packagesUtilities module (Gianluca Zuccarelli) - store/wizard: extract ContentSlice type from WizardState (Gianluca Zuccarelli) - store/wizard: fix selectAllRepositoryIds undefined leak and add tests (Gianluca Zuccarelli) - store/wizard: move package types to content subslice (Gianluca Zuccarelli) - Cockpit: Add container registry status and login (Simon Steinbeiss) - src: Add vitest lint rules to co-locates tests (regexowl) - Run lint on all files (regexowl) - Fix linting errors (regexowl) - ESLint: Split linting with parser (regexowl) - deps: Remove more unused dependencies (regexowl) - lint: add registration slice to restricted import patterns (Gianluca Zuccarelli) - store/wizard: move registration test to registration subdirectory (Gianluca Zuccarelli) - store/wizard: extract registration reducers to dedicated module (Gianluca Zuccarelli) - store/wizard: extract registration selectors to dedicated module (Gianluca Zuccarelli) - store/wizard: extract registration initial state to dedicated module (Gianluca Zuccarelli) - store/wizard: add registration constants and typeguard (Gianluca Zuccarelli) - store/wizard: extract registration types into own submodule (Gianluca Zuccarelli) - store/wizard: fix selectAapTlsConfigured return type (Gianluca Zuccarelli) - lint: add cloud slice to restricted import patterns (Gianluca Zuccarelli) - store/wizard: move cloud targets test to cloud subdirectory (Gianluca Zuccarelli) - store/wizard: extract cloud providers into own subslice (Gianluca Zuccarelli) - store/wizard: move cloud provider selectors to cloud module (Gianluca Zuccarelli) - store/wizard: extract initial state to dedicated module (Gianluca Zuccarelli) - store/wizard: extract cloud provider types into sub-slice (Gianluca Zuccarelli) - ImagesTable: Invoke analytics only when values change (regexowl) - playwright: Disable preview in the tests (regexowl) - ImagesTable: Set up basic file structure for new table (regexowl) - playwright: Fix tsconfig (regexowl) - vitest: De-duplicate rendering logic (regexowl) - vitest: Migrate edit tests to co-located vitest mocked tests (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.