Name: anaconda-webui Version: 36 Release: 1.20250520070524042418.main.41.ge806bf70%{?dist} Summary: Anaconda installer Web interface License: LGPL-2.1-or-later AND MIT URL: https://github.com/rhinstaller/%{name} Source0: anaconda-webui-36.41.ge806bf70.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-bridge >= %{cockpitver} Requires: cockpit-ws >= %{cockpitver} Requires: anaconda-core >= %{anacondacorever} # 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 %endif %if 0%{?fedora} Requires: fedora-logos %endif BuildRequires: desktop-file-utils Provides: bundled(npm(@patternfly/patternfly)) = 6.1.0 Provides: bundled(npm(@patternfly/react-core)) = 6.1.0 Provides: bundled(npm(@patternfly/react-icons)) = 6.2.2 Provides: bundled(npm(@patternfly/react-log-viewer)) = 6.1.0 Provides: bundled(npm(@patternfly/react-styles)) = 6.2.2 Provides: bundled(npm(@patternfly/react-table)) = 6.1.0 Provides: bundled(npm(@patternfly/react-tokens)) = 6.2.2 Provides: bundled(npm(attr-accept)) = 2.2.5 Provides: bundled(npm(dequal)) = 2.0.3 Provides: bundled(npm(file-selector)) = 2.1.2 Provides: bundled(npm(focus-trap)) = 7.6.2 Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(lodash)) = 4.17.21 Provides: bundled(npm(loose-envify)) = 1.4.0 Provides: bundled(npm(memoize-one)) = 5.2.1 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.3.8 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(tabbable)) = 6.2.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 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* 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/logo.svg %{_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}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml %{_datadir}/cockpit/anaconda-webui/po.*.js.gz %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/firefox-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 * Tue May 20 2025 Packit - 36-1.20250520070524042418.main.41.ge806bf70 - Support home reuse also on MBR partitioned disks (Radek Vykydal) - Fix a test (Radek Vykydal) - cockpit-ci: Update container to 2025-05-17 (Cockpit Project) - Revert "Anaconda needs latest pykickstart but image refresh is currently blocked on kernel regression" (Katerina Koukiou) - tests: wait for the reclaim modal to get visible before pixel testing (Katerina Koukiou) - storage: let devices and selectedDisks to be read from the helper hooks (Katerina Koukiou) - scenarios: convert availability checker methods to custom hooks (Katerina Koukiou) - node_modules: add first commit (Katerina Koukiou) - infra: workflows: add GITHUB_BASE for all workflows using ./tools/node_modules (Katerina Koukiou) - build: Introduce node_modules/ as submodule (Katerina Koukiou) - tests: drop fedora-42 conditionals (Katerina Koukiou) - Makefile: Update Cockpit lib to c3930d9078a11407265af3972911f147 (Cockpit Project) - tests: reenable and adjust tests for the keyboard selection for non-gnome (Katerina Koukiou) - components: localization: show all keyboards for selection (Katerina Koukiou) - components: disk encryption: show selected keyboard also for non-gnome (Katerina Koukiou) - components: localization: remove obsolete code (Katerina Koukiou) - components: keyboard: run Gnome keyboard settings only on Gnome variant (Katerina Koukiou) - storage: avoid rendering wizard pages while Cockpit Storage is active (Katerina Koukiou) - Update test for MBR disks and home reuse (Radek Vykydal) - Revert "Update 2 tests for rhbz#2353002" (Radek Vykydal) - Make mount point constraints depend on devices and disk selection (Radek Vykydal) - docs: add release guidelines (Katerina Koukiou) - components: storage: fix disabled radio buttons (Katerina Koukiou) - test: update review test to count with biosboot partition (Adam Kankovsky) - review: show bootloader devices (Adam Kankovsky) - tests: reuse code around creating boot,biosboot and boot/efi partitions (Katerina Koukiou) - tests: reuse code for reaching cockpit storage (Katerina Koukiou)