Name: cockpit-image-builder Version: 80 Release: 1.20251027151811594215.main.11.g0708041d%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: nodejs Requires: cockpit Requires: cockpit-files Requires: osbuild-composer >= 131 %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 %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %files %doc cockpit/README.md %license LICENSE %{_datadir}/cockpit/cockpit-image-builder %{_datadir}/metainfo/* %changelog # the changelog is distribution-specific, therefore there's just one entry # to make rpmlint happy. * Mon Oct 27 2025 Packit - 80-1.20251027151811594215.main.11.g0708041d - playwright: Override vitest globals (regexowl) - Wizard: add custom EPEL repo warning (Bryttanie House) - chore(deps): update dependency sass-loader to v16.0.6 (red-hat-konflux[bot]) - chore(deps): update dependency chart.js to v4.5.1 (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - chore(deps): update babel monorepo to v7.28.5 (red-hat-konflux[bot]) - chore(deps): update dependency @redhat-cloud-services/eslint-config-redhat-cloud-services to v3.0.1 (red-hat-konflux[bot]) - build(deps): bump @patternfly/react-table from 6.3.1 to 6.4.0 (dependabot[bot]) - build(deps-dev): bump @eslint/js from 9.36.0 to 9.38.0 (dependabot[bot]) - cockpit: move state directory to XDG_STATE_HOME (Sanne Raymaekers) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.