Name: cockpit-image-builder Version: 107 Release: 1.20260819121505417787.main.23.ga66d331c%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-108.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. * Wed Aug 19 2026 Packit - 107-1.20260819121505417787.main.23.ga66d331c - Wizard/Packages: Sort packages by the newest added (regexowl) - Wizard: key the pull state by reference so it outlives the section (Lucas Garfield) - wizard: remove basic partitioning for image mode (Lucas Garfield) - Wizard: only offer image mode on RHEL 10 hosts (Lucas Garfield) - Wizard: make users optional for image mode builds (HMS-11164) (Lucas Garfield) - Wizard: add the container installer official image (HMS-11165) (Lucas Garfield) - cockpit: translate the installer type to the CLI's name (Lucas Garfield) - Wizard: show the official containers as read-only references (Lucas Garfield) - Wizard: let the target radios drive the official image (HMS-11166) (Lucas Garfield) - Wizard: let logged-out users browse and build official images (Lucas Garfield) - Wizard: re-check the registry login when the image source mounts (Lucas Garfield) - Wizard: re-check image existence when the image source mounts (Lucas Garfield) - Wizard: scope the pull button state to the selected image (Lucas Garfield) - Wizard: block navigation past the local images fake door (Lucas Garfield) - Wizard: replace local image builds with a coming soon note (HMS-11160) (Lucas Garfield) - fecConfig: Clean up add_define (regexowl) - fecConfig: Fix typo (regexowl) - fecConfig: Omit repetition (regexowl) - fecConfig: Remove deprecated /beta route (regexowl) - fecConfig: Fix rule for excluding cockpit pkg directory (regexowl) - Refresh package-lock (regexowl) - build(deps-dev): bump the minor-and-patch group across 1 directory with 3 updates (dependabot[bot]) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.