Name: cockpit-image-builder Version: 96 Release: 1.20260320195552949407.main.27.g8b419541%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-97.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: /usr/bin/node Requires: cockpit Requires: cockpit-files Requires: osbuild-composer >= 131 Recommends: cockpit-machines %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 Mar 20 2026 Packit - 96-1.20260320195552949407.main.27.g8b419541 - api: update content sources api spec (Anna Vítová) - Wizard: Move constants to localised file (regexowl) - Wizard: Make clear button aria-label specific to a component (regexowl) - Wizard: Move relevant tests to co-located test file (regexowl) - src: ValidatedInput - render the clear button by default (regexowl) - Wizard: Azure - update dropdown options and input placeholders (regexowl) - Wizard: Repositories - move components to separate files (regexowl) - Wizard: Repositories - clean up current files (regexowl) - Wizard: Repositories - rename `Utilities` to `repositoriesUtilities` (regexowl) - Wizard: Repositories - move files where they belong (regexowl) - Wizard: Repositories - update imports to use aliases (regexowl) - store/tests: co-locate the cockpitApi tests with the new module (Gianluca Zuccarelli) - store: use `emptyComplianceApi` rather than chaining RTK endpoints (Gianluca Zuccarelli) - store: standardize cache tag names between hosted and on-prem (Gianluca Zuccarelli) - store: move composerApi to apis sub-directory (Gianluca Zuccarelli) - store: namespace on-prem types and re-export (Gianluca Zuccarelli) - store: rename cockpitApi -> composerApi (Gianluca Zuccarelli) - Wizard: Revamp Kernel step and add FIPS info alert (Michal Gold) - Wizard: De-duplicate tenant ID validation (regexowl) - Wizard: Azure - clean up existing files (regexowl) - Wizard: Azure - update imports to aliases (regexowl) - Wizard: Azure - split index into components (regexowl) - Wizard: Azure - create a components folder and move files there (regexowl) - src: Migrate `ValidatedInput` from `TextInput` to `TextInputGroup` (regexowl) - src: Remove duplicate props from ValidatedInput (regexowl) - cockpit: Mark activation key and organization ID fields as required (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.