Name: cockpit-image-builder Version: 90 Release: 1.20260212151415430301.main.69.g029effd1%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-91.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. * Thu Feb 12 2026 Packit - 90-1.20260212151415430301.main.69.g029effd1 - Wizard: Add advance partitioning to review step (regexowl) - Wizard: Improve Groups field layout in UserInfo component (Michal Gold) - multi: enable pxe-tar-xz image type (Gianluca Zuccarelli) - store/cockpit: enable pxe-tar-xz support (Gianluca Zuccarelli) - Wizard: add suggestion names to the advanced partitions (Katarina Sieklova) - Fix: Unable to create images for network-installer and other non-registration targets (Michal Gold) - Wizard: Add registration to customization restrictions system (Michal Gold) - Wizard: Disable other targets when only network-installer is selected (Michal Gold) - cockpit: Show "Open in file browser" when machines unavailable (regexowl) - cockpit: Move "Open in file browser" to actions (regexowl) - cockpit: Merge Install and Launch into Create VM (regexowl) - Wizard: Add a tooltip to the mount point dropdown (regexowl) - Wizard: Add explanation to masked services (regexowl) - Cockpit/LandingPage: Hide "What's new" banner (Simon Steinbeiss) - Update API (regexowl) - cockpit: Enable network installer in cockpit (regexowl) - Wizard: Remove option to leave empty timezone (regexowl) - Wizard: Use 'package repositories' instead of 'RHEL repositories' (Michal Gold) - BootTests: Report to slack success only on retry (Tom Koscielniak) - build(deps): bump axios from 1.13.2 to 1.13.5 (dependabot[bot]) - build(deps-dev): bump the minor-and-patch group with 8 updates (dependabot[bot]) - ImagesTable: Add network-installer file extension (regexowl) - Test: Add test to check search instructions when running on-premise (Michal Gold) - Wizard: Add Network-installer checkbox with feature flag (Michal Gold) - Wizard: changing the AWS card for a checkbox in cockpit (Katarina Sieklova) - Wizard: Add conditional search instructions for Additional Packages step Show different search instructions based on environment (on-premise vs hosted) to guide users on the available search capabilities. Add test to check it in hosted env, will add test in onprem env in a follow up pr because it is out of the scope. (Michal Gold) - Wizard: Hide empty user groups from review step (Michal Gold) - Wizard: Note option to add multiple NTP servers (regexowl) - Wizard: Mark 'Etc/UTC' timezone as default (regexowl) - chore(deps): update build-tools digest to 33f43f3 (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - Cockpit: Add cockpit-machines as recommends (Simon Steinbeiss) - Cockpit/ImagesTable: Add 'Launch'/'Install' links to qcow2/ISO images (Simon Steinbeiss) - spec: update nodejs BuildRequires (Yaakov Selkowitz) - Wizard: Fix wizard height (regexowl) - test: move resolve relpath helper to test utils (Gianluca Zuccarelli) - store/env: create derived selector for path (Gianluca Zuccarelli) - Hooks: delete useIsOnPremise hook (Gianluca Zuccarelli) - multi: replace useIsOnPremise hook (Gianluca Zuccarelli) - store: create an env slice (Gianluca Zuccarelli) - Wizard: Remove FSC row draggability (regexowl) - build(deps): bump webpack from 5.103.0 to 5.105.0 (dependabot[bot]) - projects: update AGENTS.md (Gianluca Zuccarelli) - project: symlink agents to GEMINI.md & CLAUDE.md (Gianluca Zuccarelli) - project: add AGENTS.md (Gianluca Zuccarelli) - Wizard: Add groups to user review, arrange in tables (regexowl) - test/distroDetails: add some extra tests for edge cases (Gianluca Zuccarelli) - store/distroDetails: check unsupported options for multiple targets (Gianluca Zuccarelli) - store/distroDetails: fix typos (Gianluca Zuccarelli) - constants: first boot scripts (Gianluca Zuccarelli) - cockpit: Add pull instructions expandable (regexowl) - Wizard: Add groups section to review step (Michal Gold) - ImagesTable: remove artifacts permissions change (Gianluca Zuccarelli) - test: add tests for customization restrictions (Gianluca Zuccarelli) - Wizard/Security: remove remaining hasSpecific target hook (Gianluca Zuccarelli) - Wizard/FSC: remove hasIsoTargetOnly check (Gianluca Zuccarelli) - Wizard/Review: use new restrictions to hide items (Gianluca Zuccarelli) - Wizard: move isOnPremise checks to restrictions hook (Gianluca Zuccarelli) - Wizard: move image mode checks to restrictions hook (Gianluca Zuccarelli) - store/slice: create a derived selector for `isImageMode` (Gianluca Zuccarelli) - Wizard: remove hasWslOnly check (Gianluca Zuccarelli) - Wizard: hide unsupported customizations (Gianluca Zuccarelli) - store/distributions: custom query hook wrapper (Gianluca Zuccarelli) - store/distributions: create an endpoint for customizations (Gianluca Zuccarelli) - tests: fix react router warning message (Gianluca Zuccarelli) - Wizard: Show checkmarks for selected languages in dropdown (Michal Gold) - Tests: Update relevant test with the new step name "Groups and users" (Michal Gold) - Wizard: Add groups section to Users step (Michal Gold) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.