Name: cockpit-image-builder Version: 59 Release: 1.20250210110821749752.pr2844.11.g43664a2f%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-60.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 Feb 10 2025 Packit - 59-1.20250210110821749752.pr2844.11.g43664a2f - Wizard: add validation to user's password in User step (Michal Gold) - build(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.8 (dependabot[bot]) - dependabot: Increase limit of opened pull requests (regexowl) - Wizard: Remove `CodeBlocks` for "None" as a value (regexowl) - test: Services edit tests (regexowl) - vitests: Set global retry (regexowl) - Update Konflux references (red-hat-konflux[bot]) - Wizard: Gate kernel info behind feature flag (regexowl) - Wizard: Gate services on OpenSCAP step behind flag (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.