Name: cockpit-image-builder Version: 101 Release: 1.20260605150043726115.main.43.g1eaf2abe%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-102.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 Jun 5 2026 Packit - 101-1.20260605150043726115.main.43.g1eaf2abe - vitest: Fail on console errors and warnings Some changes introduce warning and error console logs in the test output. This will make the test run fail when there's any "mess" and the problems can be fixed in place instead of retroactively when the test output becomes unreadable. (regexowl) - build(deps): bump the minor-and-patch group with 2 updates (dependabot[bot]) - build(deps): bump react-router and react-router-dom (dependabot[bot]) - Wizard: Update package step (regexowl) - Wizard: Fix initialization ref (regexowl) - Wizard: Prevent default submit on the Base settings step (regexowl) - Wizard: Fix behaviour with invalid id in the path (regexowl) - Wizard: Move new wizard files (regexowl) - Deprecate old Wizard (regexowl) - Wizard: Extend package search box (regexowl) - Wizard: Add user groups to the review step (regexowl) - Wizard: Add helper to the port input as per SPUR (regexowl) - Wizard: Remove repo link and add template link to the repeatable build (regexowl) - npmrc: disable lifecycle scripts (Gianluca Zuccarelli) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: Remove "Important:" as per SPUR (regexowl) - dependabot: Update ignore with malicious pkg versions (regexowl) - dependabot: Add cooldown period of 7 days (regexowl) - revert: Disable dependabot (regexowl) - vitest: Clean up the test output (regexowl) - Update dependency review config (regexowl) - Disable dependabot (regexowl) - chore(deps): update build-tools digest to 72c2bef (red-hat-konflux[bot]) - multi: remove dummy 'image-mode' distribution (Gianluca Zuccarelli) - packit: Bump PR tests from F42 to F44 (Simon Steinbeiss) - packit: Trigger bodhi builds in Fedora (Simon Steinbeiss) - ImagesTable: Fix image/package mode labels in blueprint view (Simon Steinbeiss) - store/api: remove the podman endpoint (Gianluca Zuccarelli) - Wizard: switch image source select for on-prem (Gianluca Zuccarelli) - store/api: add on-prem get distributions query (Gianluca Zuccarelli) - store/api/helpers: add some backend helpers (Gianluca Zuccarelli) - types: Add types for styles (regexowl) - Wizard: Add "Wizard Opened" analytics event (regexowl) - BootTests: Fix retry and double posting result (Tom Koscielniak) - BootTests: Invert re-run notification logic (Tom Koscielniak) - build(deps-dev): bump tmp from 0.2.5 to 0.2.7 (dependabot[bot]) - Makefile: Support point releases (Lucas Garfield) - pr-best-practices: Update authentication scheme for Jira Cloud (Simon Steinbeiss) - Packit: Only propose downstream releases for main (Lucas Garfield) - fix: Allow repo dropdown to open on input when empty (Justin Sherrill) - test: Resolve "missing act()" warnings (regexowl) - test: Resolve "nested forms" warnings in the test output (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.