Name: cockpit-image-builder Version: 102 Release: 1.20260617072117806881.main.29.gb3158b13%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-103.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 Jun 17 2026 Packit - 102-1.20260617072117806881.main.29.gb3158b13 - build(deps): bump form-data from 4.0.5 to 4.0.6 (dependabot[bot]) - build(deps-dev): bump launch-editor from 2.12.0 to 2.14.1 (dependabot[bot]) - build(deps-dev): bump the minor-and-patch group across 1 directory with 5 updates (dependabot[bot]) - ImageOutput: fix f42 -> f44 in fixtures (Gianluca Zuccarelli) - Wizard: Show Image Mode on Fedora (Simon Steinbeiss) - ImageSourceSelect: add test coverage for non-RHEL bootc images (Gianluca Zuccarelli) - store/api: use podman inspect for architecture detection (Gianluca Zuccarelli) - store/api: use inferDistro in toBootcDistro (Gianluca Zuccarelli) - store/api: add inferDistro helper for image mode distro detection (Gianluca Zuccarelli) - store/api: remove podman registry filter (Gianluca Zuccarelli) - store/api: loosen PodmanLabels to support arbitrary bootc images (Gianluca Zuccarelli) - build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (dependabot[bot]) - build(deps-dev): bump vite from 8.0.5 to 8.0.16 (dependabot[bot]) - playwright: Run tests conditionally (regexowl) - tests: Move remaining Package tests and remove old file (regexowl) - playwright: Set up basic playwright tests for Packages (regexowl) - Wizard: Show Users under Image Overview for on-prem image mode (HMS-4423) (Michal Gold) - ci: add Prettier formatting check to dev-checks workflow (Gianluca Zuccarelli) - eslint: add caching (Gianluca Zuccarelli) - deps: remove npm run all (Gianluca Zuccarelli) - docs: add Prettier commands and formatting note (Gianluca Zuccarelli) - prettier: reformat codebase with standalone formatter (Gianluca Zuccarelli) - eslint: remove prettier plugin, add eslint-config-prettier (Gianluca Zuccarelli) - prettier: add as direct devDependency with format scripts (Gianluca Zuccarelli) - prettier: add config and ignore files (Gianluca Zuccarelli) - tests: remove legacy ImageOutput integration test (Gianluca Zuccarelli) - requestMapper: add round-trip mapper unit tests for edit mode (Gianluca Zuccarelli) - playwright: Fix boot 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.