Name: cockpit-image-builder Version: 103 Release: 1.20260624163145343326.main.22.g5e2b0b93%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-104.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 24 2026 Packit - 103-1.20260624163145343326.main.22.g5e2b0b93 - deps: Remove more unused dependencies (regexowl) - lint: add registration slice to restricted import patterns (Gianluca Zuccarelli) - store/wizard: move registration test to registration subdirectory (Gianluca Zuccarelli) - store/wizard: extract registration reducers to dedicated module (Gianluca Zuccarelli) - store/wizard: extract registration selectors to dedicated module (Gianluca Zuccarelli) - store/wizard: extract registration initial state to dedicated module (Gianluca Zuccarelli) - store/wizard: add registration constants and typeguard (Gianluca Zuccarelli) - store/wizard: extract registration types into own submodule (Gianluca Zuccarelli) - store/wizard: fix selectAapTlsConfigured return type (Gianluca Zuccarelli) - lint: add cloud slice to restricted import patterns (Gianluca Zuccarelli) - store/wizard: move cloud targets test to cloud subdirectory (Gianluca Zuccarelli) - store/wizard: extract cloud providers into own subslice (Gianluca Zuccarelli) - store/wizard: move cloud provider selectors to cloud module (Gianluca Zuccarelli) - store/wizard: extract initial state to dedicated module (Gianluca Zuccarelli) - store/wizard: extract cloud provider types into sub-slice (Gianluca Zuccarelli) - ImagesTable: Invoke analytics only when values change (regexowl) - playwright: Disable preview in the tests (regexowl) - ImagesTable: Set up basic file structure for new table (regexowl) - playwright: Fix tsconfig (regexowl) - vitest: De-duplicate rendering logic (regexowl) - vitest: Migrate edit tests to co-located vitest mocked 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.