Name: cockpit-image-builder Version: 106 Release: 1.20260810093817304391.main.16.g11bec8b4%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-107.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: /usr/bin/node # for _tmpfilesdir macro BuildRequires: systemd-rpm-macros Requires: cockpit Requires: cockpit-files Requires: image-builder >= 76.0.0 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 install -m 0755 -vd %{buildroot}%{_tmpfilesdir} install -m 0644 -vp cockpit/tmpfiles.d/cockpit-image-builder.conf %{buildroot}%{_tmpfilesdir}/cockpit-image-builder.conf %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %files %doc cockpit/README.md %license LICENSE %{_datadir}/cockpit/cockpit-image-builder %{_datadir}/metainfo/* %{_tmpfilesdir}/cockpit-image-builder.conf %ghost %attr(0700, root, root) %dir /var/cache/cockpit-image-builder %changelog # the changelog is distribution-specific, therefore there's just one entry # to make rpmlint happy. * Mon Aug 10 2026 Packit - 106-1.20260810093817304391.main.16.g11bec8b4 - chore(deps): update dependency node to v24.19.0 (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - cockpit: clean up cached build files when the unit stops (Lucas Garfield) - schutzbot: stop passing --distro when warming the rpm cache (Lucas Garfield) - cockpit: pass bootc container ref to image-builder (Lucas Garfield) - cockpit: don't mask missing-buildlog error in getComposeStatus (Lucas Garfield) - cockpit: stop passing --distro to image-builder (Lucas Garfield) - Wizard: hide Satellite and AAP registration in image mode (Lucas Garfield) - Wizard: enable registration for image mode on-prem (Lucas Garfield) - cockpit: pass subscription to image-builder via --registrations (Lucas Garfield) - Wizard: Update wording for package search input (regexowl) - Wizard/Repositories: Show toolbar when loading (regexowl) - api: update on-prem known images for RHEL 10.3 (Gianluca Zuccarelli) - Wizard: Remove few instances of the word "images" (regexowl) - api: regenerate api code generation (schutzbot) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.