Name: cockpit-image-builder Version: 78 Release: 1.20251009001755588770.pr3706.12.g2d1b01bb%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-79.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. * Thu Oct 9 2025 Packit - 78-1.20251009001755588770.pr3706.12.g2d1b01bb - chore(deps): lock file maintenance (red-hat-konflux[bot]) - src: Remove import flag from code base (regexowl) - chore(deps): update konflux references (red-hat-konflux[bot]) - build(deps-dev): bump typescript from 5.9.2 to 5.9.3 (dependabot[bot]) - build(deps-dev): bump msw from 2.11.2 to 2.11.3 (dependabot[bot]) - ci/playwright: Use large RHOS runners instead of AWS for Cockpit (Tom Koscielniak) - api: regenerate api code generation (schutzbot) - playwright: Add env var to enable global static user on login (Tom Koscielniak) - docs: Update README, env file with Boot tests and static user (Tom Koscielniak) - workflow: add issues.opened trigger to pr_best_practices (Katarina Sieklova) - playwright: Fix missing expect import in imageBuilding.ts (Tom Koscielniak) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.