Name: cockpit-image-builder Version: 62 Release: 1.20250312120515295389.pr2788.26.g3122875c%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-63.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: nodejs Requires: cockpit Requires: cockpit-files Requires: osbuild-composer >= 131 %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. * Wed Mar 12 2025 Packit - 62-1.20250312120515295389.pr2788.26.g3122875c - Wizard: add support of upload custom repositories (Dominik Vagner) - Wizard: Return of the testid (regexowl) - Wizard: Refactor hostname and blueprint name inputs (Michal Gold) - Blueprints: hiding unused activation key in when editing Blueprint (Katarina Sieklova) - build(deps-dev): bump @redhat-cloud-services/eslint-config-redhat-cloud-services (dependabot[bot]) - playwright: adapt tests to hosted (Sanne Raymaekers) - playwright: add list reporter (Sanne Raymaekers) - codebuild: add required buildspec (Sanne Raymaekers) - .github/workflows/playwright: add action for tests against stage (Sanne Raymaekers) - devDeps: Bump typescript deps (regexowl) - build(deps): bump @reduxjs/toolkit from 2.5.1 to 2.6.0 (dependabot[bot]) - build(deps-dev): bump copy-webpack-plugin from 12.0.2 to 13.0.0 (dependabot[bot]) - test: Add test for unselecting selected package (Adam Kankovsky) - Wizard: Edit to keep the last removed package among the selected ones (Adam Kankovsky) - store/cockpitApi: correct getBlueprint's cache tags (Sanne Raymaekers) - schutzbot/terraform: updated runners (Sanne Raymaekers) - schutzbot: fix uploading artifacts (Sanne Raymaekers) - schutzbot: fix updating github status (Sanne Raymaekers) - schutzbot: save journal as artifact (Sanne Raymaekers) - schutzbots: fix rpm install (Sanne Raymaekers) - .gitlab-ci.yml: fix runner matrix (Sanne Raymaekers) - Post release version bump (schutzbot) - Wizard: Add validation to Timezone select (regexowl) - Wizard: Refactor HookValidatedInput component (Michal Gold) - Wizard: Rename `ChippingInput` to `LabelInput` (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.