Name: cockpit-image-builder Version: 89 Release: 1.20260123124832235953.main.23.g14fc4a1e%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-90.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. * Fri Jan 23 2026 Packit - 89-1.20260123124832235953.main.23.g14fc4a1e - Wizard/Security: hide compliance for on-prem (Gianluca Zuccarelli) - Wizard: Fix vertical scrolling (regexowl) - cockpit: Disable analytics tracking (regexowl) - cockpit: Fix useFlag import (regexowl) - cockpit: Fix crash in edit mode (regexowl) - store/cockpitApi: modify json request & bp (Gianluca Zuccarelli) - Wizard/ReviewStep: hide uneeded fields (Gianluca Zuccarelli) - store: add distribution typeguards (Gianluca Zuccarelli) - wizardSlice: revert image source changes (Gianluca Zuccarelli) - imageSource: fix
inside

error (Gianluca Zuccarelli) - cockpit: Hide blueprint version in the UI (regexowl) - cockpit: Render AWS tile only when configured (regexowl) - Wizard: Render Users out of optional for image mode (regexowl) - Wizard: Filter optional steps for image mode (regexowl) - Wizard: Filter target types for image mode (regexowl) - build(deps): bump lodash-es from 4.17.21 to 4.17.23 (dependabot[bot]) - build(deps): bump lodash from 4.17.21 to 4.17.23 (dependabot[bot]) - api: regenerate api code generation (schutzbot) - Wizard: Update padding on popover buttons and "Other" heading (regexowl) - update failure tests (Michal Gold) - Add password length validation to the inline alert (Michal Gold) - Wizard: Remove validation for non-required empty input (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.