Name: cockpit-image-builder Version: 108 Release: 1.20260820164458499406.main.8.gdb814f7c%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-109.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: /usr/bin/node BuildRequires: npm # 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 NODE_ENV=production npm run build:cockpit %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/* %if 0%{?fedora} npm run test:cockpit %endif %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. * Thu Aug 20 2026 Packit - 108-1.20260820164458499406.main.8.gdb814f7c - packit.yaml: drop npm ci when creating archive (Sanne Raymaekers) - cockpit/spec: bundle cockpit plugin during rpm build step (Sanne Raymaekers) - Makefile/dist: do not transform links (Sanne Raymaekers) - Makefile/dist: include node modules and cockpit libs in sources (Sanne Raymaekers) - Wizard: extend the no users warning to every target that takes them (Lucas Garfield) - Wizard: remove the RHC toggle on-premises (Lucas Garfield) - Wizard: soften the local images fake door and fix its commands (Lucas Garfield) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.