Name: cockpit-image-builder Version: 100 Release: 1.20260527111854517240.main.40.g8f51f778%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-101.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. * Wed May 27 2026 Packit - 100-1.20260527111854517240.main.40.g8f51f778 - Wizard: Format timezone to display spaces instead of underscores (regexowl) - Wizard: Deprecate layered repos flag (regexowl) - playwright: Update popup locator (regexowl) - Wizard: Deprecate image mode flag (regexowl) - Wizard: Deprecate revamp flag (regexowl) - Wizard: Disable language remove button when only one remains (Michal Gold) - Wizard: Match GCP principal input width to account type select (Michal Gold) - Wizard/Packages: Fix recommendationsShown flag in analytics event (HMS-9397) (Rocky Chen) - Wizard: remove error from pristine state of sattelite registration (Katarina Sieklova) - build(deps): bump qs and express (dependabot[bot]) - api: regenerate api code generation (schutzbot) - build(deps): bump the minor-and-patch group across 1 directory with 31 updates (dependabot[bot]) - Wizard: Rename "Enable repeatable build" -> "Repeatable build" (regexowl) - build(deps): bump axios and @currents/playwright (dependabot[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - tests: memoize selectNonEmptyUsers to prevent unnecessary rerenders (Gianluca Zuccarelli) - tests/locale: use clickWithWait to resolve act warnings (Gianluca Zuccarelli) - tests/oscap: use clickWithWait to resolve act warnings in tests (Gianluca Zuccarelli) - ci: pin node to `24.15.0` in github workflow runners (Gianluca Zuccarelli) - Wizard: Filter out empty users from review step (HMS-4423) (Michal Gold) - chore(deps): update build-tools digest to 92e350a (red-hat-konflux[bot]) - chore(deps): update konflux references (red-hat-konflux[bot]) - Wizard: Add tooltip to disabled network installer checkbox (Michal Gold) - build(deps-dev): bump brace-expansion from 1.1.13 to 5.0.6 (dependabot[bot]) - store: move the useSearchLangPacks hook (Gianluca Zuccarelli) - playwright: Safeguard target selecting in OpenSCAP test (regexowl) - playwright: fix tmt (Lucas Garfield) - Wizard: Add 'No additional policy or profile' radio and remove 'None' from dropdowns (Michal Gold) - build(deps): bump fast-uri from 3.1.0 to 3.1.2 (dependabot[bot]) - deps: Remove lodash dependency (regexowl) - src: Remove lodash imports from the code base (regexowl) - deps: Remove `classnames` (regexowl) - CIWatch: Add INFRASTRUCTURE classification (Tom Koscielniak) - CIWatch: Simplify Github action (Tom Koscielniak) - CIWatch: Fix & improve message formatting (Tom Koscielniak) - tests: Add aria-hidden workaround to missed tests (Tom Koscielniak) - tests: Temporarily disable Compliance tests (Tom Koscielniak) - api: regenerate api code generation (schutzbot) - tests: Fix Compliance distro selector (Tom Koscielniak) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.