Name: cockpit-image-builder Version: 63 Release: 1.20250331211339926371.main.44.g978237bf%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-64.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: nodejs Requires: cockpit Requires: cockpit-files Requires: osbuild-composer >= 131 %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 Mar 31 2025 Packit - 63-1.20250331211339926371.main.44.g978237bf - Wizard: Fix blueprint name update on Architecture/Distribution changes (Michal Gold) - Wizard: Make Selects responsive (regexowl) - Wizard: Move `ouiaId` from `Select` component to `MenuToggle` (regexowl) - Wizard: Remove deprecated select for HyperV Generation (regexowl) - Wizard: Replace deprecated Dropdown in `BulkSelect` (regexowl) - Wizard: Swap release select (regexowl) - Wizard: Swap FSC selects for non-deprecated version (regexowl) - Wizard: Swap arch select (regexowl) - Wizard: Remove `if (!value)` check from validators (regexowl) - store: Safeguard splicing (regexowl) - Wizard: Remove strength indicator (regexowl) - devDeps: Manually bump vitest and @vitest/coverage-v8 (regexowl) - build(deps-dev): bump sass from 1.85.1 to 1.86.0 (dependabot[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - fec.config: Exclude `pkg` directory during build time (regexowl) - Revert "tsconfig: Exclude `/pkg` folder during build" (Klara Simickova) - Wizard: Rename `Empty` to `EmptyUserState` (regexowl) - Wizard: Rename `component` directory to `components` (regexowl) - build(deps-dev): bump @types/node from 22.13.10 to 22.13.14 (dependabot[bot]) - tsconfig: Exclude `/pkg` folder during build (regexowl) - codecov: Update config (regexowl) - codecov: Ignore API, PW and store folders (regexowl) - tests: Streamline hosted Playwright local setup (Tom Koscielniak) - build(deps-dev): bump @typescript-eslint/eslint-plugin (dependabot[bot]) - remove unused component (Michal Gold) - Wizard: Refactor Minimum Size input in File system step to use new component (Michal Gold) - Wizard: race condition with activation key (Katarina Sieklova) - build(deps-dev): bump @typescript-eslint/parser from 8.26.1 to 8.28.0 (dependabot[bot]) - build(deps-dev): bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 (dependabot[bot]) - Wizard: Show "Strong" label only for Azure when password meets criteria (Michal Gold) - Wizard: Compliance URL via suffix (regexowl) - playwright: Add `togglePreview` helper function (regexowl) - build(deps): bump @scalprum/react-core from 0.9.3 to 0.9.4 (dependabot[bot]) - build(deps-dev): bump @currents/playwright from 1.9.4 to 1.11.4 (dependabot[bot]) - Wizard: Add password validation in User step (Michal Gold) - build(deps-dev): bump @types/node from 22.13.4 to 22.13.10 (dependabot[bot]) - build(deps): bump @sentry/webpack-plugin from 3.2.1 to 3.2.2 (dependabot[bot]) - playwright: only add currents reporter if requisite env is set (Sanne Raymaekers) - schutzbot: pass along currents variables (Sanne Raymaekers) - Add currents reporter for Playwright tests (Matej Marusak) - Wizard: Make Selects responsive (regexowl) - Wizard: Replace deprecated selects on Azure step (regexowl) - tests/CI: Change Playwright workflow trigger to pull_request (Tom Koscielniak) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.