Name: cockpit-image-builder Version: 110 Release: 1.20260902122027892565.main.43.ga030c08c%{?dist} Summary: Image builder plugin for Cockpit License: Apache-2.0 URL: http://osbuild.org/ Source0: cockpit-image-builder-111.tar.gz Obsoletes: cockpit-composer < 54 Provides: cockpit-composer = %{version}-%{release} BuildArch: noarch BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: make BuildRequires: /usr/bin/node BuildRequires: npm # for _tmpfilesdir macro BuildRequires: systemd-rpm-macros Requires: cockpit Requires: cockpit-files Requires: image-builder >= 76.0.0 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 NODE_ENV=production npm run build:cockpit %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 install -m 0755 -vd %{buildroot}%{_tmpfilesdir} install -m 0644 -vp cockpit/tmpfiles.d/cockpit-image-builder.conf %{buildroot}%{_tmpfilesdir}/cockpit-image-builder.conf %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %files %doc cockpit/README.md %license LICENSE %{_datadir}/cockpit/cockpit-image-builder %{_datadir}/metainfo/* %{_tmpfilesdir}/cockpit-image-builder.conf %ghost %attr(0700, root, root) %dir /var/cache/cockpit-image-builder %changelog # the changelog is distribution-specific, therefore there's just one entry # to make rpmlint happy. * Wed Sep 2 2026 Packit - 110-1.20260902122027892565.main.43.ga030c08c - Wizard/Hostname: remove validation hook for pure validator (Gianluca Zuccarelli) - store/slices: split hostname schema into granular checks (Gianluca Zuccarelli) - build(deps): bump actions/dependency-review-action from 4 to 5 (dependabot[bot]) - build(deps): bump peter-evans/create-pull-request from 6 to 8 (dependabot[bot]) - chore(deps): update dependency node to v24.20.0 (red-hat-konflux[bot]) - chore(deps): update build-tools digest to 585084b (red-hat-konflux[bot]) - build(deps): bump actions/checkout from 4 to 7 (dependabot[bot]) - Fix lint issues (regexowl) - actions: Update lint-checks (regexowl) - chore(deps): update konflux references (red-hat-konflux[bot]) - .github/dependabot: include api utility dependencies (Sanne Raymaekers) - .github/workflows: cache and use api/node_modules (Sanne Raymaekers) - api: create package.json file for api utilities (Sanne Raymaekers) - .npmrc: add minimum release age of 7 days (Sanne Raymaekers) - rm SECURITY.md: fall back to org-wide policy (Achilleas Koutsou) - Wizard/FSC: Add "Added by OpenSCAP" label (regexowl) - store: Expand `useSecuritySummary` hook (regexowl) - useValidation: swap useHostnameValidation to use validateHostname (Gianluca Zuccarelli) - store/slices: add hostname validator and swap tests to use Zod schema (Gianluca Zuccarelli) - store/slices: add hostname Zod schema (Gianluca Zuccarelli) - deps: add zod for runtime schema validation (Gianluca Zuccarelli) - store/slices: add hostname validation test cases (Gianluca Zuccarelli) - store/slices: add ValidationErrors type for wizard subslice validators (Gianluca Zuccarelli) - Wizard: Move "Added by" label logic to shared component (regexowl) - Wizard: Differentiate between OpenSCAP and compliance in labels (regexowl) - Refresh package-lock (regexowl) - build(deps-dev): bump @testing-library/jest-dom from 6.9.1 to 7.0.1 (dependabot[bot]) - Refresh package-lock (regexowl) - build(deps): bump the minor-and-patch group with 11 updates (dependabot[bot]) - BootTests: Raise timeout in content upload test (Tom Koscielniak) - README: Remove RHOS from boot tests section (Tom Koscielniak) - playwright: Remove OpenStack setup (Tom Koscielniak) - BootTests: Fix template req getting cancelled (Tom Koscielniak) - BootTests: Adjust all tests to using AwsWrapper (Tom Koscielniak) - BootTests: Migration to AWS from RHOS (Tom Koscielniak) - build(deps): bump actions/download-artifact from 4 to 8 (dependabot[bot]) - build(deps): bump codecov/codecov-action from 4 to 7 (dependabot[bot]) - build(deps): bump actions/upload-artifact from 4 to 7 (dependabot[bot]) - build(deps): bump slackapi/slack-github-action from 2.1.1 to 4.0.0 (dependabot[bot]) - Update Konflux references (red-hat-konflux[bot]) - Update build-tools digest to b914007 (red-hat-konflux[bot]) - dependabot: Update github-actions (regexowl) - Post release version bump (schutzbot) * Mon Jan 13 2025 Image Builder team - 0-1 - The changelog was added to the rpm spec file.