Name: cockpit-image-builder Version: 95 Release: 1.20260306101935325107.main.20.g3a8ed0ce%{?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. * Fri Mar 6 2026 Packit - 95-1.20260306101935325107.main.20.g3a8ed0ce - 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.