Name: cockpit-image-builder Version: 106 Release: 1.20260814073730684019.main.44.g2c415538%{?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. * Fri Aug 14 2026 Packit - 106-1.20260814073730684019.main.44.g2c415538 - playwright: actually charge warnings to the warning budget (Lucas Garfield) - playwright: attach what the browser reported to failing tests (Lucas Garfield) - playwright: reload once before declaring the app dead (Lucas Garfield) - playwright: stop reporting every startup failure as a login failure (Lucas Garfield) - playwright: drop waits that the default now covers (Lucas Garfield) - playwright: lower the default expect timeout to 15s (Lucas Garfield) - playwright: wait for the modal, and stop keeping every trace (Lucas Garfield) - playwright: add opt-in latency injection for hunting races (Lucas Garfield) - playwright: pin the browser timezone to UTC (Lucas Garfield) - playwright: stop two specs fighting over one repository url (Lucas Garfield) - playwright: make ensureRepositoryExists verify what it returns (Lucas Garfield) - Wizard: guard the blueprint lookup against an empty page (Lucas Garfield) - Wizard: keep the "already initialized" flag in Redux (Lucas Garfield) - Wizard: let RTK Query own the blueprint name check (Lucas Garfield) - Add SECURITY.md file (Achilleas Koutsou) - devDeps: Bump jsdom from 26.1.0 to 30.0.1 (regexowl) - Wizard: handle missing share_with_accounts in gcp (Katarina Sieklova) - Update API (regexowl) - cockpit: attach the journal as error details when appropriate (Sanne Raymaekers) - cockpit: filter blueprints by directory (Sanne Raymaekers) - cockpit: support a development container registry (Lucas Garfield) - Wizard: rename the official images to their published names (Lucas Garfield) - ci: skip CI on stacked pull requests (Lucas Garfield) - build(deps): bump the minor-and-patch group with 18 updates (dependabot[bot]) - Makefile: init cache dir for cockpit/devel-install (Ondřej Budai) - Wizard: restrict `SingleTargetAlert` banner visibility (Katarina Sieklova) - README: adjust for image-builder (Ondřej Budai) - chore(deps): update build-tools digest to 78d3b82 (red-hat-konflux[bot]) - 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.