Name: cockpit-image-builder Version: 86 Release: 1.20251212150230248092.main.12.gc7959513%{?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. * Fri Dec 12 2025 Packit - 86-1.20251212150230248092.main.12.gc7959513 - ImageBuilderHeader: Hide OpenSourceBadge in Cockpit (Simon Steinbeiss) - cockpit: Update doc links not to point to RHEL in Fedora (Simon Steinbeiss) - ImageBuildHeader: center help icon (Gianluca Zuccarelli) - Wizard: Make radio within a group share a name (regexowl) - Wizard/Packages: hide references to the content service (Sanne Raymaekers) - HMS-8853: list all red hat and custom repos (Bryttanie House) - ImagesTable: expose compose progress information (Sanne Raymaekers) - playwright: Compliance boot test workaround (regexowl) - Wizard: Move activation keys alert for styling (regexowl) - konflux: Disable "lock file maintenance" PRs (regexowl) - konflux: Disable dependency bumps (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.