Name: cockpit-image-builder Version: 103 Release: 1.20260707122142656266.main.106.g112b2ed0%{?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. * Tue Jul 7 2026 Packit - 103-1.20260707122142656266.main.106.g112b2ed0 - cockpit: Use ISO 8601 format for last_updated (regexowl) - ImagesTable: Fix dual state for row selection (regexowl) - ImagesTable: Update `colSpan` to fix column misalignment (regexowl) - ImagesTable: Wrap combinedItems in `useMemo` (regexowl) - ImagesTable: Implement checkbox column (regexowl) - ImagesTable: Implement name search (regexowl) - ImagesTable: Combine rows and filter out blueprints with composes (regexowl) - ImagesTable: Create `BlueprintTableRow` component (regexowl) - coverage: Exclude auto-generated API files and declaration files (regexowl) - store/wizard: move requestMapper tests to roundtrip.test.ts (Gianluca Zuccarelli) - store/wizard: move mapToCustomRepositories to content utilities (Gianluca Zuccarelli) - store/wizard: compose top-level parser and migrate consumers (Gianluca Zuccarelli) - store/wizard: extract registration request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract details request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract cloud provider request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract output request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract content request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract compliance request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract filesystem request-to-state parsers (Gianluca Zuccarelli) - store/wizard: extract system request-to-state parsers (Gianluca Zuccarelli) - store/wizard: add shared RequestLike type for parsers (Gianluca Zuccarelli) - Update API (regexowl) - store/api: sort cockpit composes by most recent first (Gianluca Zuccarelli) - TargetEnvironment: extract network installer derived selectors (Gianluca Zuccarelli) - TargetEnvironment: use derived endpoints for target environments (Gianluca Zuccarelli) - chore(deps): update actions/cache action to v6 (red-hat-konflux[bot]) - store: migrate consumers from mapRequestFromState to mapStateToRequest (Gianluca Zuccarelli) - store: compose mapStateToRequest as a composable mapper (Gianluca Zuccarelli) - store: extract bootc options mapping into composable mappers (Gianluca Zuccarelli) - store/wizard: extract image request mapping to composable mappers (Gianluca Zuccarelli) - chore(deps): update build-tools digest to d07c5e5 (red-hat-konflux[bot]) - chore(deps): update dependency node to v24.18.0 (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - TargetEnvironment: extract TargetEnvironmentOption component (Gianluca Zuccarelli) - actions: Add a check for pinned dependencies (regexowl) - store/wizard: compose mapCustomizations as a derived selector (Gianluca Zuccarelli) - requestMapper: remove unsupported options (Gianluca Zuccarelli) - store/wizard: extract system mappers (Gianluca Zuccarelli) - store/wizard: extract registration mappers (Gianluca Zuccarelli) - store/wizard: extract file customization mappers (Gianluca Zuccarelli) - store/wizard: extract filesystem mappers (Gianluca Zuccarelli) - store/wizard: extract content mappers (Gianluca Zuccarelli) - store/wizard: extract compliance mappers (Gianluca Zuccarelli) - deps: Pin package version to make Dependabot happy (regexowl) - tests: add coverage for PW + vitest (Katarina Sieklova) - 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.