Name: cockpit-image-builder Version: 95 Release: 1.20260317154910745716.main.71.gaeed017e%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-96.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. * Tue Mar 17 2026 Packit - 95-1.20260317154910745716.main.71.gaeed017e - Rename Users step directory to UsersAndGroups (Michal Gold) - Wizard: add score check to the OScap test (Katarina Sieklova) - Wizard: add OSCAP boot test (Katarina Sieklova) - build(deps): bump the minor-and-patch group with 13 updates (dependabot[bot]) - chore(deps): update build-tools digest to 24c1bdc (red-hat-konflux[bot]) - test: add Playwright tests for blueprint_id URL parameter (Simon Steinbeiss) - ImagesTable: handle 404 blueprint not found (HMS-3881) (Simon Steinbeiss) - ImagesTable: support blueprint_id URL parameter (HMS-3881) (Simon Steinbeiss) - chore: clean up team ssh keys (Lukas Zapletal) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: add langpack if a locale is selected (Katarina Sieklova) - test: fix template creation order in ContentTemplate boot test (Simon Steinbeiss) - test: fix template creation order in RepeatableBuild (Simon Steinbeiss) - test: add error and loading state tests for TargetEnvironment (Gianluca Zuccarelli) - test: add ImageSourceSelect unit tests (Gianluca Zuccarelli) - test: add network installer unit tests (Gianluca Zuccarelli) - test: add query parameter initialization unit tests (Gianluca Zuccarelli) - test: add ImageOutput step unit tests (Gianluca Zuccarelli) - test: add BlueprintMode unit tests (Gianluca Zuccarelli) - test: add TargetEnvironment unit tests (Gianluca Zuccarelli) - test: add ReleaseSelect unit tests (Gianluca Zuccarelli) - test: add ArchSelect unit tests (Gianluca Zuccarelli) - test: add ImageOutput test mock fixtures and handlers (Gianluca Zuccarelli) - store/tests: add content sources api on-prem tests (Gianluca Zuccarelli) - store: extract some helpers for the content sources api (Gianluca Zuccarelli) - store: move content sources to api sub-directory (Gianluca Zuccarelli) - store/tests: fix type for helper function (Gianluca Zuccarelli) - Wizard: Add GID validation and remove range restriction (Michal Gold) - playwright: Add chip collapse tests for Kernel, Timezone, and Systemd steps (Michal Gold) - Wizard: Revamp Kernel step (Michal Gold) - playwright: re-lint user groups test (Gianluca Zuccarelli) - build(deps): bump the minor-and-patch group with 7 updates (dependabot[bot]) - playwright: Update tests to reflect changes in Templates (regexowl) - test: add tests for the store (Gianluca Zuccarelli) - test: co-locate distribution api tests with code (Gianluca Zuccarelli) - store: move distributions to api sub-directory (Gianluca Zuccarelli) - store: move provisioning api to api sub-directory (Gianluca Zuccarelli) - store: move rhsm api to api sub-directory (Gianluca Zuccarelli) - store: create api sub-directory and move compliance (Gianluca Zuccarelli) - playwright: Migrate vitest integration tests to playwright (regexowl) - playwright: Set up basic Repeatable build tests (regexowl) - Revert "playwright: Temporary workaround for failing hosted tests" (Klara Simickova) - store: Remove `changePartitionOrder` reducer (regexowl) - fix: loginConsole no longer handle popups (swadeley) - test: add blockAnalytics fixture (swadeley) - chore(deps): update build-tools digest to 9c64771 (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: Create separate component for packages table (regexowl) - Wizard: auto swap custom EPEL to community repos (Dominik Vagner) - Wizard: prevent selection of custom EPEL repos (Dominik Vagner) - Wizard: switch pkg recs to use community repos (Dominik Vagner) - test: update test coverage reporting (Gianluca Zuccarelli) - .gitlab-ci.yml: move to rhel-10.2-nightly runner (Sanne Raymaekers) - schutzbot/terraform: update tf configs (Sanne Raymaekers) - playwright: Temporary workaround for failing hosted tests (regexowl) - build(deps): bump immutable from 5.1.4 to 5.1.5 (dependabot[bot]) - Add show less/more chip collapsing to LabelInput (Michal Gold) - src: Create unit tests for repeatable build (regexowl) - src: Repeatable build - switch imports to aliases (regexowl) - playwright: Update templates boot test (regexowl) - test: enable parallelism for unit tests (Gianluca Zuccarelli) - test: add details unit tests (Gianluca Zuccarelli) - test: add firstboot unit tests (Gianluca Zuccarelli) - test: add AAP unit tests (Gianluca Zuccarelli) - test: add firewall unit tests (Gianluca Zuccarelli) - test: add services unit tests (Gianluca Zuccarelli) - test: add timezone unit tests (Gianluca Zuccarelli) - test: add kernel unit tests (Gianluca Zuccarelli) - test: add locale unit tests (Gianluca Zuccarelli) - test: add hostname unit tests (Gianluca Zuccarelli) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.