Name: cockpit-image-builder Version: 96 Release: 1.20260327152012553469.main.85.g166831dc%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-97.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. * Fri Mar 27 2026 Packit - 96-1.20260327152012553469.main.85.g166831dc - playwright: Ensure the tests are running against stage:stable (regexowl) - store: Clear the store when the Wizard is closed (regexowl) - Wizard: Set up params and value initialization (regexowl) - Wizard: Set up custom footers (regexowl) - Wizard: Revamp scaffolding (regexowl) - build(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 (dependabot[bot]) - Wizard: Modify LabelInput, revamp Oscap labels (Tom Koscielniak) - Wizard: Revamp Services step (Tom Koscielniak) - chore: Update API (Tom Koscielniak) - playwright: Add repo deletion to Repeatable test (Tom Koscielniak) - build(deps-dev): bump node-forge from 1.3.3 to 1.4.0 (dependabot[bot]) - Add test install from layered product repo (swadeley) - Add SKU for layered product repo test (swadeley) - Add registerAutomatically helper (swadeley) - api: manually update content sources (Gianluca Zuccarelli) - build(deps): bump picomatch (dependabot[bot]) - playwright: Update boot tests after Repositories revamp (regexowl) - ReleaseSelect: switch imports to `@` alias (Gianluca Zuccarelli) - ReleaseSelect: add helper text as per mocks (Gianluca Zuccarelli) - Wizard: Make ValidatedInput consistent with new Hostname input (regexowl) - Wizard: Pass down props as needed (regexowl) - Wizard: Add aria-label to search input (regexowl) - Wizard: Update Alerts for consistency (regexowl) - test: Updates tests (regexowl) - Wizard: Update Empty component (regexowl) - Wizard: Clean up remaining functionality in Repositories.tsx (regexowl) - Wizard: Revamp repositories table (regexowl) - Wizard: Revamp repository search component (regexowl) - Wizard: Update repository status formatting (regexowl) - Wizard: Update repositories from templates table (regexowl) - src: Move helpers to repositoriesUtilities.ts (regexowl) - Wizard: Update title and description (regexowl) - Wizard: Update refresh button (regexowl) - src: Remove bulk select from repositories (regexowl) - ImageOutput: update image output subtitle (Gianluca Zuccarelli) - ImageOutput: update dropdown widths (Gianluca Zuccarelli) - TargetEnvironment: update form group label component (Gianluca Zuccarelli) - TargetEnvironment: update target env title (Gianluca Zuccarelli) - TargetEnvironment: extract max label width to a constant (Gianluca Zuccarelli) - TargetEnvironment: add selectFromResult to architecture query function (Gianluca Zuccarelli) - TargetEnvironment: re-organise Checkbox props (Gianluca Zuccarelli) - TargetEnvironment: add checkbox descriptions (Gianluca Zuccarelli) - TargetEnvironment: add form group roles (Gianluca Zuccarelli) - TargetEnvironment: re-order private & public (Gianluca Zuccarelli) - TargetEnvironment: remove tile components and inline public clouds (Gianluca Zuccarelli) - TargetEnvironment: relabel `other` -> `miscellaneous formats` (Gianluca Zuccarelli) - playwright: More random uuid of a Stage user (Tom Koscielniak) - feat: filter out extended release repositories (Kate Zaprazna) - Wizard: Revamp hostname step (HMS-9518) (Michal Gold) - build(deps): bump the minor-and-patch group with 19 updates (dependabot[bot]) - AGENTS: update store slices location (Gianluca Zuccarelli) - store: move wizard to store/slice directory (Gianluca Zuccarelli) - store: move blueprint slice to store/slices (Gianluca Zuccarelli) - store: move env slice to store/slices (Gianluca Zuccarelli) - store: move cloudConfig to store/slices (Gianluca Zuccarelli) - Update Konflux references (red-hat-konflux[bot]) - test: handle TrustArc cookie consent overlay on SSO login page (Michal Gold) - build(deps-dev): bump flatted from 3.3.3 to 3.4.2 (dependabot[bot]) - api: update content sources api spec (Anna Vítová) - Wizard: Move constants to localised file (regexowl) - Wizard: Make clear button aria-label specific to a component (regexowl) - Wizard: Move relevant tests to co-located test file (regexowl) - src: ValidatedInput - render the clear button by default (regexowl) - Wizard: Azure - update dropdown options and input placeholders (regexowl) - Wizard: Repositories - move components to separate files (regexowl) - Wizard: Repositories - clean up current files (regexowl) - Wizard: Repositories - rename `Utilities` to `repositoriesUtilities` (regexowl) - Wizard: Repositories - move files where they belong (regexowl) - Wizard: Repositories - update imports to use aliases (regexowl) - store/tests: co-locate the cockpitApi tests with the new module (Gianluca Zuccarelli) - store: use `emptyComplianceApi` rather than chaining RTK endpoints (Gianluca Zuccarelli) - store: standardize cache tag names between hosted and on-prem (Gianluca Zuccarelli) - store: move composerApi to apis sub-directory (Gianluca Zuccarelli) - store: namespace on-prem types and re-export (Gianluca Zuccarelli) - store: rename cockpitApi -> composerApi (Gianluca Zuccarelli) - Wizard: Revamp Kernel step and add FIPS info alert (Michal Gold) - Wizard: De-duplicate tenant ID validation (regexowl) - Wizard: Azure - clean up existing files (regexowl) - Wizard: Azure - update imports to aliases (regexowl) - Wizard: Azure - split index into components (regexowl) - Wizard: Azure - create a components folder and move files there (regexowl) - src: Migrate `ValidatedInput` from `TextInput` to `TextInputGroup` (regexowl) - src: Remove duplicate props from ValidatedInput (regexowl) - cockpit: Mark activation key and organization ID fields as required (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.