Name: anaconda-webui Version: 75 Release: 1.20260724160322408828.main.13.gb3f0b26f%{?dist} Summary: Anaconda installer Web interface License: LGPL-2.1-or-later AND MIT URL: https://github.com/rhinstaller/%{name} Source0: anaconda-webui-75.13.gb3f0b26f.tar.xz BuildArch: noarch BuildRequires: libappstream-glib BuildRequires: make BuildRequires: gettext # Needed for the unitdir macro BuildRequires: systemd-rpm-macros %global anacondacorever 0 %if 0%{?fedora} > 41 %global anacondacorever 42.5 %endif %global cockpitver 275 %define _unitdir /usr/lib/systemd/system Requires: cockpit-storaged Requires: cockpit-networkmanager Requires: cockpit-bridge >= %{cockpitver} Requires: cockpit-ws >= %{cockpitver} Requires: anaconda-core >= %{anacondacorever} Requires: python3-bugzilla # Firefox dependency needs to be specified there as cockpit web-view does not have a hard dependency on Firefox as # it can often fall back to a diferent browser. This does not work in the limited installer # environment, so we need to make sure Firefox is available. Exclude on RHEL, only Flatpak version will be there. %if ! 0%{?rhel} Requires: (firefox if fedora-release-workstation) %endif %if 0%{?fedora} Requires: system-logos %endif BuildRequires: desktop-file-utils Provides: bundled(npm(@patternfly/patternfly)) = 6.6.0 Provides: bundled(npm(@patternfly/react-core)) = 6.6.0 Provides: bundled(npm(@patternfly/react-icons)) = 6.6.0 Provides: bundled(npm(@patternfly/react-styles)) = 6.6.0 Provides: bundled(npm(@patternfly/react-table)) = 6.6.0 Provides: bundled(npm(@patternfly/react-tokens)) = 6.6.0 Provides: bundled(npm(attr-accept)) = 2.2.5 Provides: bundled(npm(dequal)) = 2.0.3 Provides: bundled(npm(error-stack-parser)) = 2.1.4 Provides: bundled(npm(file-selector)) = 2.1.2 Provides: bundled(npm(focus-trap)) = 7.6.6 Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(lodash)) = 4.18.1 Provides: bundled(npm(loose-envify)) = 1.4.0 Provides: bundled(npm(luxon)) = 3.7.2 Provides: bundled(npm(object-assign)) = 4.1.1 Provides: bundled(npm(prop-types)) = 15.8.1 Provides: bundled(npm(react-dom)) = 18.3.1 Provides: bundled(npm(react-dropzone)) = 14.4.1 Provides: bundled(npm(react-is)) = 16.13.1 Provides: bundled(npm(react)) = 18.3.1 Provides: bundled(npm(scheduler)) = 0.23.2 Provides: bundled(npm(source-map)) = 0.5.6 Provides: bundled(npm(stack-generator)) = 2.0.10 Provides: bundled(npm(stackframe)) = 1.3.4 Provides: bundled(npm(stacktrace-gps)) = 3.1.2 Provides: bundled(npm(stacktrace-js)) = 2.0.2 Provides: bundled(npm(tabbable)) = 6.5.0 Provides: bundled(npm(throttle-debounce)) = 5.0.2 Provides: bundled(npm(tslib)) = 2.8.1 %description Anaconda installer Web interface %prep %setup -q -n anaconda-webui %build # Nothing to build %install %make_install PREFIX=/usr desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/extlinks.desktop desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/anaconda-gnome-control-center.desktop %check exit 0 # We have some integration tests, but those require running a VM, so that would # be an overkill for RPM check script. %files %dir %{_datadir}/cockpit/anaconda-webui %doc README.rst %license LICENSE dist/index.js.LEGAL.txt %{_datadir}/cockpit/anaconda-webui/qr-code-feedback.svg %{_datadir}/cockpit/anaconda-webui/index.js.LEGAL.txt %{_datadir}/cockpit/anaconda-webui/index.html %{_datadir}/cockpit/anaconda-webui/index.js.gz %{_datadir}/cockpit/anaconda-webui/index.js.map %{_datadir}/cockpit/anaconda-webui/index.css.gz %{_datadir}/cockpit/anaconda-webui/index.css.map %{_datadir}/cockpit/anaconda-webui/manifest.json %{_datadir}/cockpit/anaconda-webui/po.*.js.gz %{_datadir}/cockpit/anaconda-webui/VERSION.txt %{_libexecdir}/anaconda/cockpit-coproc-wrapper.sh %dir %{_datadir}/anaconda/firefox-theme %dir %{_datadir}/anaconda/firefox-theme/default %dir %{_datadir}/anaconda/firefox-theme/default/chrome %{_datadir}/anaconda/firefox-theme/default/user.js %{_datadir}/anaconda/firefox-theme/default/chrome/userChrome.css %dir %{_datadir}/anaconda/firefox-theme/live %dir %{_datadir}/anaconda/firefox-theme/live/chrome %{_datadir}/anaconda/firefox-theme/live/user.js %{_datadir}/anaconda/firefox-theme/live/chrome/userChrome.css %dir %{_datadir}/anaconda/firefox-theme/extlink %{_datadir}/anaconda/firefox-theme/extlink/user.js %{_libexecdir}/anaconda/webui-desktop %{_libexecdir}/anaconda/browser-ext %{_libexecdir}/anaconda/gnome-control-center-ext %{_datadir}/applications/extlinks.desktop %{_datadir}/applications/anaconda-gnome-control-center.desktop %{_unitdir}/webui-cockpit-ws.service # The changelog is automatically generated and merged %changelog * Fri Jul 24 2026 Packit - 75-1.20260724160322408828.main.13.gb3f0b26f - webui_testvm: Add --kickstart and --pause-at-summary CLI options (Bruno) - storage: Skip partitioning reset for kickstart scenarios (Katerina Koukiou) - Makefile: Update Cockpit lib to 6871c973f0712b489560a83d157f22a9 (Cockpit Project) - Sync destination modal selection with backend disk changes (Katerina Koukiou) - Update PatternFly to 6.6.0 and drop log viewer dependency (Cockpit Project) - tests: update test/reference (Katerina Koukiou) - users: css: remove workaround for fixed Patternfy issue on password forms (Katerina Koukiou) - users: do not wrap labels but don't change the display setting (Katerina Koukiou) - build: Align esbuild SVG handling with cockpit (Katerina Koukiou) - Makefile: Update Cockpit lib to d9ba262e51ac04a6d8c8afca9d09a560 (Cockpit Project) - Add Restart button to post-installation screen for live media (Katerina Koukiou) - Stop D-Bus event monitors when installation starts (Katerina Koukiou) - Makefile: Update Cockpit lib to 2736604dfe330c7d14a3624531fcc15e (Cockpit Project)