Name: cockpit-image-builder Version: 98 Release: 1.20260429080554871563.main.130.g103b2f86%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-99.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. * Wed Apr 29 2026 Packit - 98-1.20260429080554871563.main.130.g103b2f86 - Many: Dark mode future proofing (Lucas Garfield) - Wizard/Repositories: Swap architecture and version columns (regexowl) - store: fix readComposes to skip unreadable compose files (Gianluca Zuccarelli) - store: fix getComposeStatus to search all blueprint directories (Gianluca Zuccarelli) - store: extract safeReadJsonFile helper for cockpit file reads (Gianluca Zuccarelli) - playwright: Disable preview for compliance lint test (regexowl) - Wizard: Update spacing on the advanced settings step (regexowl) - Wizard: add default value to Image Source dropdown in image mode There used to be a placeholder text "Select bootc distribution" in the Image Source dropdown, now there is a default RHEL 10 value. (Katarina Sieklova) - chore(deps): update konflux references (red-hat-konflux[bot]) - chore(deps): update build-tools digest to d4f5e91 (red-hat-konflux[bot]) - build(deps): bump the minor-and-patch group across 1 directory with 17 updates (dependabot[bot]) - Update API (regexowl) - Wizard/Registration: Make AAP CA input full width (regexowl) - Wizard/Registration: Update Satellite radio label (regexowl) - Wizard/Registration: Remove unwanted placeholder for Satellite reg command (regexowl) - Wizard/Registration: Remove org ID and update spacing (regexowl) - Wizard/FSC: Update doc button (regexowl) - Wizard/Image output: Remove release helper text (regexowl) - Wizard/Image output: Add a dot at the end of the helper text (regexowl) - src: Set selected blueprint by url params (regexowl) - src: Open new Wizard while on `/imagewizard` (regexowl) - Wizard/OpenSCAP: Show error only when the packages are installed (regexowl) - Wizard/Timezone: Update timezone helper text (regexowl) - Wizard/Timezone: Update spacing between title and content (regexowl) - Wizard/Timezone: Rename the section Timezone -> Time (regexowl) - Wizard: migrate base settings (HMS-10419) Change formatting on components that differ in old/new wizard (Katarina Sieklova) - store: add composeEndpoints to composerApi (Gianluca Zuccarelli) - store: add podmanEndpoints to composerApi (Gianluca Zuccarelli) - store: add workerEndpoints for composerApi (Gianluca Zuccarelli) - store: add oscapEndpoints for composerApi (Gianluca Zuccarelli) - store: add blueprintEndpoints to composerApi (Gianluca Zuccarelli) - store: add architectureEndpoints for composerApi (Gianluca Zuccarelli) - store: create composerApi submodule (Gianluca Zuccarelli) - store: add endpoint builder type (Gianluca Zuccarelli) - playwright: shorten expect timeout for snapshot disabled assertion (Gianluca Zuccarelli) - playwright: retry repo search if not immediately indexed (Gianluca Zuccarelli) - playwright: fix grid selector and template dropdown in RepeatableBuild (Tom Koscielniak) - playwright: add waitUntilRepositoryIsSearchable helper (Gianluca Zuccarelli) - playwright: use API for repository setup in RepeatableBuild test (Gianluca Zuccarelli) - build(deps-dev): bump uuid from 13.0.0 to 14.0.0 (dependabot[bot]) - Wizard: Resolve auto-scrolling issues (regexowl) - Wizard: Switch WSL description to passive voice (regexowl) - Wizard: Remove "Create image wizard" title (regexowl) - Wizard/Azure: Make the Hyper-V gen dropdown width consistent (regexowl) - Wizard/Azure: Update Hyper-V generation option labels (regexowl) - Wizard: Rename Google Cloud Platform to Google Cloud (regexowl) - Wizard: Address review comments (regexowl) - Wizard: Address AI review comments (regexowl) - Wizard: Fix infinite loop (regexowl) - test: Update tests (regexowl) - Wizard: Remove old package recommendations component (regexowl) - Wizard: Add error alert when recommendations unreachable (regexowl) - Wizard: Add "Additional Packages Revisited in Edit" to WizardV3 (regexowl) - Wizard: Rename old recommendations event and add a new one (regexowl) - Wizard: Add new analytic event for package search dropdown being opened (regexowl) - Wizard: Migrate existing analytic events (regexowl) - Wizard: Add loading state for recommendations (regexowl) - Wizard: Add recommendations to the package search (regexowl) - Wizard: Add SearchableSelect component and refactor KeyboardDropDown (Michal Gold) - store: split wizardModal slice into modular file structure (Gianluca Zuccarelli) - store: split env slice into modular file structure (Gianluca Zuccarelli) - store: split cloudConfig slice into modular file structure (Gianluca Zuccarelli) - store: split blueprints slice into modular file structure (Gianluca Zuccarelli) - build(deps-dev): bump the minor-and-patch group with 8 updates (dependabot[bot]) - Playwright: fix RepeatableBuild test for revamped wizard (Katarina Sieklova) - Wizard: change variable naming in requestMapper (Katarina Sieklova) - Wizard: fix snapshot date when importing blueprint (Katarina Sieklova) - Wizard: update path imports to alias for advanced steps (Gianluca Zuccarelli) - Wizard: update sub-step descriptions for wizard revamp (Gianluca Zuccarelli) - Wizard: gate text for sub-step descriptions in wizard revamp (Gianluca Zuccarelli) - Wizard: gate Advanced Settings sub-steps for wizard revamp (Gianluca Zuccarelli) - Wizard3: prevent form submit on Enter in Advanced Settings (Gianluca Zuccarelli) - vitest: Add "onSubmit" tests to text inputs (regexowl) - Wizard: Clear image targets when switching to image mode (regexowl) - Wizard: Fix import path and update prop name (regexowl) - Wizard: Update step as per mocks (regexowl) - Wizard: Update spacing as per mocks (regexowl) - Wizard: Update descriptions (regexowl) - Wizard: Gate text formatting (regexowl) - Wizard: Rename directory `UsersAndGroups` to just `Users` (regexowl) - Wizard: Separate UserGroups from Users (regexowl) - chore(deps): update konflux references (red-hat-konflux[bot]) - chore(deps): update build-tools digest to 46fccd9 (red-hat-konflux[bot]) - Wizard: image-mode changes property name (Katarina Sieklova) - Wizard: Replace deep imports with aliases (regexowl) - Wizard/Packages: Use aliases in imports (regexowl) - src: Remove unused `CustomHelperText` component (regexowl) - api: regenerate api code generation (schutzbot) - Wizard/Review: Make "Edit" button scroll to relevant section (regexowl) - vitest: Make LandingPage tests co-located and remove dependency on msw (regexowl) - Wizard/Review: hide registration card for non-RHEL distributions (Gianluca Zuccarelli) - Wizard/Review: fix edit button navigation in review cards (Gianluca Zuccarelli) - Wizard/Review: add aria-labels to all LabelGroup components (Gianluca Zuccarelli) - Wizard/Review: use ExclamationCircleIcon for danger variant in StatusItem (Gianluca Zuccarelli) - Wizard/Review: format snapshot date for display (Gianluca Zuccarelli) - Wizard/Review: minor fixes to some of the card sections (Gianluca Zuccarelli) - test: Point vitest test suite against new Wizard (regexowl) - playwright: use local storage to dismiss save and build modal (Gianluca Zuccarelli) - Wizard/Review: move firstboot to advanced settings (Gianluca Zuccarelli) - Wizard/Review: move users to advanced settings (Gianluca Zuccarelli) - Wizard/Review: move firewall to advanced settings (Gianluca Zuccarelli) - Wizard/Review: create a shared FlexColumn component (Gianluca Zuccarelli) - Wizard/Review: move services to advanced settings (Gianluca Zuccarelli) - Wizard/Review: move kernel to advanced settings (Gianluca Zuccarelli) - Wizard/Review: add timezone, locale and hostname to advanced settings (Gianluca Zuccarelli) - Wizard/Review: add FS customizations to advanced settings (Gianluca Zuccarelli) - store: add derived selectors for FS customizations (Gianluca Zuccarelli) - Wizard/Review: add content card (Gianluca Zuccarelli) - Wizard/Review: add a label mapper for review step (Gianluca Zuccarelli) - store: create a security summary hook (Gianluca Zuccarelli) - Wizard/Review: add security card (Gianluca Zuccarelli) - Wizard/Review: remove old repeatable build info (Gianluca Zuccarelli) - Wizard/Review: add Repeatable build card (Gianluca Zuccarelli) - Wizard/Review: add aap settings to registration card (Gianluca Zuccarelli) - Wizard/Review: add Registration card (Gianluca Zuccarelli) - Wizard/Review: create a re-usable status item component (Gianluca Zuccarelli) - Wizard/Review: add misc formats to ImageOverview section (Gianluca Zuccarelli) - Wizard/Review: add public clouds section to ImageOverview (Gianluca Zuccarelli) - Wizard/Review: add private clouds section to ImageOverview (Gianluca Zuccarelli) - Hooks: create a target environment hook (Gianluca Zuccarelli) - Wizard/Review: replace ImageOutput with ImageOverview (Gianluca Zuccarelli) - Wizard: create re-usable wrapper components (Gianluca Zuccarelli) - Wizard/Review: add ready to build alert (Gianluca Zuccarelli) - Wizard/Review: update review step header (Gianluca Zuccarelli) - Wizard/Review: prepare review step (Gianluca Zuccarelli) - Add Claude-powered nightly boot test failure analysis (Lucas Garfield) - playwright: Make tests more resilient against validation failures (regexowl) - Wizard: Enable navigation when the first step is valid (regexowl) - Wizard: Fix bug re-initializing registration (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.