Name: cockpit-image-builder Version: 85 Release: 1.20251205151949485235.pr3798.26.gf61a0dc9%{?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 5 2025 Packit - 85-1.20251205151949485235.pr3798.26.gf61a0dc9 - Tests: add playwright tests to check the new feature (Michal Gold) - Wizard: Add compliance warnings for removed item from policies (Michal Gold) - Wizard: Remove root presence safeguards (regexowl) - Wizard: Move filtering to utility functions (regexowl) - src: Address comments (regexowl) - src: Add root to plain when no root present (regexowl) - Wizard: Set mountpoint to empty when swap (regexowl) - Wizard: Check for unique names between VG and LVs (regexowl) - Wizard: Update `isPartitionNameValid` pattern (regexowl) - Wizard: Add safeguards to disk customization and fix min_size (regexowl) - Wizard: Update date format in default blueprint name (regexowl) - playwright: Temporarily disable compliance test file (regexowl) - build(deps-dev): bump jws from 4.0.0 to 4.0.1 (dependabot[bot]) - Wizard/GCP: Drop reference to unsupported 'Cloud identity domain' (Simon Steinbeiss) - Wizard/GCP: Make GCP account wording less ambiguous (Simon Steinbeiss) - Wizard/GCP: Fix domain validation for Google Workspace domains (HMS-4988) (Simon Steinbeiss) - ImagesTable: Fix compose request download in cockpit (Simon Steinbeiss) - build(deps-dev): bump express from 4.21.2 to 4.22.1 (dependabot[bot]) - Update API (regexowl) - gitlab: set the correct tag for rhos runners (Ondřej Budai) - Update API (regexowl) - build(deps-dev): bump the minor-and-patch group with 2 updates (dependabot[bot]) - docstrings: Drop references to RPM-DNF (Simon Steinbeiss) - Update API (regexowl) - fix: improve snapshot date assignment logic (Kate Zaprazna) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.