Name: cockpit-image-builder Version: 94 Release: 1.20260302133849420101.main.33.gd26a9643%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-95.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. * Mon Mar 2 2026 Packit - 94-1.20260302133849420101.main.33.gd26a9643 - playwright: fix race in login and cookie consent form (Ondřej Budai) - Update API (regexowl) - project: add path alias (Gianluca Zuccarelli) - AGENTS: update testing strategy (Gianluca Zuccarelli) - README: add notes about unit testing (Gianluca Zuccarelli) - workflows: add new unit tests action (Gianluca Zuccarelli) - test: split test commands into unit & integration (Gianluca Zuccarelli) - test: remove Packages integration tests now covered by unit tests (Gianluca Zuccarelli) - test: add loading state test for Packages (Gianluca Zuccarelli) - test: mock the useDebounce hook for Packages (Gianluca Zuccarelli) - test: Packages restructure unit tests (Gianluca Zuccarelli) - test: Add unit tests for Packages component (Gianluca Zuccarelli) - Wizard: Remove alerts replaced by support labels (regexowl) - Wizard/Aws: change the default share method to manual (Ondřej Budai) - build(deps): bump rollup from 4.53.3 to 4.59.0 (dependabot[bot]) - build(deps-dev): bump minimatch from 3.1.2 to 3.1.4 (dependabot[bot]) - .github/workflows: allow dot input for create-tag action (Gianluca Zuccarelli) - cockpit: Handle undefined `result.data.packages` (regexowl) - Wizard: Deduplicate package results (regexowl) - Revert "cockpit: Render version of the package" (Klara Simickova) - cockpit: Render version of the package (regexowl) - cockpit: Hide package recommendations (regexowl) - src: Deprecate `image-builder.s3-expiration` flag (regexowl) - build(deps-dev): bump the minor-and-patch group with 7 updates (dependabot[bot]) - LandingPage: Remove hard-coded sentence from outage alert (regexowl) - Tests: Add tests for network-installer image type (Michal Gold) - Wizard/Security: hide compliance description for net-installer type (Michal Gold) - build(deps-dev): bump ajv from 6.12.6 to 6.14.0 (dependabot[bot]) - Update Konflux references (red-hat-konflux[bot]) - api: regenerate api code generation (schutzbot) - LandingPage: Update "Service unavailable" with option to set to warning. (Anna Vítová) - api: regenerate api code generation (schutzbot) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.