Name: cockpit-image-builder Version: 110 Release: 1.20260825064158104223.main.7.g0cfe49d9%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-111.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/* %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. * Tue Aug 25 2026 Packit - 110-1.20260825064158104223.main.7.g0cfe49d9 - build(deps): bump codecov/codecov-action from 4 to 7 (dependabot[bot]) - build(deps): bump actions/upload-artifact from 4 to 7 (dependabot[bot]) - build(deps): bump slackapi/slack-github-action from 2.1.1 to 4.0.0 (dependabot[bot]) - Update Konflux references (red-hat-konflux[bot]) - Update build-tools digest to b914007 (red-hat-konflux[bot]) - dependabot: Update github-actions (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.