Name: cockpit-image-builder Version: 73 Release: 1.20250817100727017731.main.30.g04f05287%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-74.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. * Sun Aug 17 2025 Packit - 73-1.20250817100727017731.main.30.g04f05287 - devDeps: Bump stylelint deps (regexowl) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: fix overflowing bp name (Katarina Sieklova) - build(deps): bump @patternfly/patternfly from 6.3.0 to 6.3.1 (dependabot[bot]) - Wizard: Display customized policy rules in review summary (Michal Gold) - build(deps): bump @patternfly/react-core from 6.3.0 to 6.3.1 (dependabot[bot]) - Wizard: add AAP step (Lucas Garfield) - Wizard: hide some review items for cockpit frontend (Gianluca Zuccarelli) - build(deps): bump @sentry/webpack-plugin from 4.0.2 to 4.1.0 (dependabot[bot]) - Wizard: clean up unit tests (Katarina Sieklova) - test: increase timeout for satellite registration (Gianluca Zuccarelli) - workflows: add api generation workflow (Gianluca Zuccarelli) - build(deps-dev): bump eslint-plugin-testing-library from 7.6.3 to 7.6.6 (dependabot[bot]) - build(deps): bump @redhat-cloud-services/frontend-components-utilities (dependabot[bot]) - build(deps): bump @patternfly/react-code-editor from 6.3.0 to 6.3.1 (dependabot[bot]) - Update Konflux references (red-hat-konflux[bot]) - build(deps-dev): bump @patternfly/react-icons from 6.3.0 to 6.3.1 (dependabot[bot]) - build(deps): bump @redhat-cloud-services/frontend-components (dependabot[bot]) - Test: Fix race conditions in coverage tests with proper await handling (Michal Gold) - Wizard: Fix lint warnings and snapshot button behaviour (regexowl) - Wizard: Add FIPS mode support for OpenSCAP and compliance profiles (HMS-8919) (Michal Gold) - devDeps: Bump typescript deps (regexowl) - devDeps: fix npm vulnerabilities (Gianluca Zuccarelli) - build(deps): bump @redhat-cloud-services/frontend-components-utilities (dependabot[bot]) - build(deps-dev): bump sass from 1.89.2 to 1.90.0 (dependabot[bot]) - Wizard: Update public cloud logo links (regexowl) - Wizard: Fix some lint warnings (regexowl) - Blueprints: Fix lint warnings (regexowl) - ImagesTable: Fix lint warnings (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.