Name: cockpit-image-builder Version: 75 Release: 1.20250901124959355999.pr3600.41.g82161e55%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-76.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 Sep 1 2025 Packit - 75-1.20250901124959355999.pr3600.41.g82161e55 - build(deps): bump @redhat-cloud-services/types from 3.0.1 to 3.1.0 (dependabot[bot]) - build(deps): bump @sentry/webpack-plugin from 4.1.1 to 4.2.0 (dependabot[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - playwright: Resolve new issues (regexowl) - src: Fix function types (regexowl) - tsconfig: Enable strict mode (regexowl) - Add new API endpoint and update Release component (Michal Gold) - playwright/CI: Fix slack notification condition in nightly action (Tom Koscielniak) - Remove MSW browser (regexowl) - build(deps-dev): bump @typescript-eslint/eslint-plugin (dependabot[bot]) - build(deps): bump @redhat-cloud-services/frontend-components-utilities (dependabot[bot]) - build(deps-dev): bump @testing-library/jest-dom from 6.6.4 to 6.8.0 (dependabot[bot]) - playwright: Switch pulling proxy from dvagner personal repo to insights repo (Tom Koscielniak) - tests/playwright: Add nightly action for Boot tests with Slack notification (Tom Koscielniak) - build(deps-dev): bump @typescript-eslint/parser from 8.40.0 to 8.41.0 (dependabot[bot]) - build(deps-dev): bump @babel/preset-env from 7.28.0 to 7.28.3 (dependabot[bot]) - build(deps-dev): bump sass from 1.90.0 to 1.91.0 (dependabot[bot]) - build(deps-dev): bump @babel/core from 7.28.0 to 7.28.3 (dependabot[bot]) - build(deps-dev): bump mini-css-extract-plugin from 2.9.2 to 2.9.4 (dependabot[bot]) - Wizard: hide azure sources integration (HMS-9092) (Anna Vítová) - build(deps-dev): bump eslint from 9.33.0 to 9.34.0 (dependabot[bot]) - add support for shared EPEL repos (Bryttanie House) - build(deps-dev): bump typescript-eslint from 8.40.0 to 8.41.0 (dependabot[bot]) - Create issue templates (Klara Simickova) - playwright: Silence the list reporter in CI to avoid double logging (Tom Koscielniak) - eslint/playwright: Disable no-console rule for boot tests helper files (Tom Koscielniak) - playwright: Add openstack CLI and SSH key registration to buildspec (Tom Koscielniak) - tests/playwright: Add initial qcow2 boot test, RHOS wrapper, helpers (Tom Koscielniak) - playwright: Update required packages after regenerating configs (regexowl) - devDeps: Bump typescript from 5.8.3 to 5.9.2 (Michal Gold) - Wizard: Fix tenant/subscription ID population after source clear (Michal Gold) - schutzbot/playwright_tests: halve workers on schutzbot (Sanne Raymaekers) - Wizard: Show package recommendations for RHEL 10 (regexowl) - Update Konflux references (red-hat-konflux[bot]) - build(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.0.1 (dependabot[bot]) - Wizard: Update default key name (regexowl) - build(deps-dev): bump @currents/playwright from 1.15.3 to 1.16.0 (dependabot[bot]) - Wizard: Replace deprecated innerRef with ref in RegionsSelect MenuToggle (Michal Gold) - Hooks: extract auth.getUser to its own hook (Gianluca Zuccarelli) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.