Name: anaconda-webui Version: 16 Release: 1.20241025163125511415.main.87.g9f628dd%{?dist} Summary: Anaconda installer Web interface License: LGPL-2.1-or-later AND MIT URL: https://github.com/rhinstaller/%{name} Source0: anaconda-webui-16.87.g9f628dd.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 %global cockpitstorver 311 %define _unitdir /usr/lib/systemd/system Requires: cockpit-storaged >= %{cockpitstorver} 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 Provides: bundled(npm(@patternfly/patternfly)) = 5.4.1 Provides: bundled(npm(@patternfly/react-core)) = 5.4.1 Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2 Provides: bundled(npm(@patternfly/react-log-viewer)) = 5.3.0 Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1 Provides: bundled(npm(@patternfly/react-table)) = 5.4.1 Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1 Provides: bundled(npm(attr-accept)) = 2.2.4 Provides: bundled(npm(dequal)) = 2.0.3 Provides: bundled(npm(file-selector)) = 0.6.0 Provides: bundled(npm(focus-trap)) = 7.5.4 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.2.0 Provides: bundled(npm(react-dropzone)) = 14.2.10 Provides: bundled(npm(react-is)) = 16.13.1 Provides: bundled(npm(react)) = 18.2.0 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.0 %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/* %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 %{_libexecdir}/anaconda/webui-desktop %{_unitdir}/webui-cockpit-ws.service # The changelog is automatically generated and merged %changelog * Fri Oct 25 2024 Packit - 16-1.20241025163125511415.main.87.g9f628dd - webui: Run browser as liveuser instead of root (Ray Strode) - webui: Store browser in array (Ray Strode) - webui: Handle XAUTHORITY and XDG_RUNTIME_DIR (Ray Strode) - home reuse: pixel tests update (Radek Vykydal) - home reuse: hide the option if not available (Radek Vykydal) - home reuse: hide Disk configuration for /home reuse (Radek Vykydal) - home reuse: set the partitioning scheme explicitly (Radek Vykydal) - home reuse: support all autopart schemes (Radek Vykydal) - home reuse: reset partitioning only on page init (Radek Vykydal) - home reuse: skip encryption screen (Radek Vykydal) - home reuse: check that reused system and autopart scheme matches (Radek Vykydal) - home reuse: allow /home reuse only on Fedora Linux (Radek Vykydal) - home reuse: add EFI test (Radek Vykydal) - home reuse: handle bootloader part types (eg efi/biosboot) in the backend (Radek Vykydal) - home reuse: add checking of non-ambiguity (single Linux OS) (Radek Vykydal) - home reuse: initial support and test case (Radek Vykydal) - test: inst.webui is redundant (Katerina Koukiou) - tests: we don't need firefox in the boot.iso image any more (Katerina Koukiou) - Do not run firefox when remote installation is requested (Katerina Koukiou) - Move the cockpit-ws spawning to a service file (Katerina Koukiou) - Makefile: Update Cockpit lib to de08dfd13eaa115cbd6fc785faab2ae9 (Cockpit Project) - po: Update from Fedora Weblate (GitHub Workflow) - infra: bump sass from 1.79.4 to 1.80.3 (dependabot[bot]) - infra: bump stylelint from 16.9.0 to 16.10.0 in the stylelint group (dependabot[bot]) - Makefile: Update Cockpit lib to fe196082855cd53d3fe9c4da91048b0a (Cockpit Project) - tests: update reference images (Katerina Koukiou) - Change the wording from 'Modify storage' to 'Launch storage editor' (Katerina Koukiou) - review: storage section: show first column device and last column mount point (Katerina Koukiou) - storage: emphasize the hint text in the reclaim modal (Katerina Koukiou) - storage: disk selection: do not show sync-alt Icon when the spinner is on (Katerina Koukiou) - storage: mount-point-mapping page: group devices in selector by disk (Katerina Koukiou) - Update strings based on latest mockups (Katerina Koukiou) - po: Update from Fedora Weblate (GitHub Workflow) - po: Update from Fedora Weblate (GitHub Workflow) - tests: update reference images (Katerina Koukiou) - Respect all prefixes for *updates.img in the root of the repo (Katerina Koukiou) - tests: do not update the anaconda packages till the wayland work reaches rawhide (Katerina Koukiou) - Makefile: Update Cockpit lib to 1b2e187212f1497b21a6c0c0760652da (Cockpit Project) - tests: when editing the updates.img generate new one per VM (Katerina Koukiou) - po: Update from Fedora Weblate (GitHub Workflow) - po: Add 'kab' language (GitHub Workflow) - Add interactive-defaults.ks to updates image (Jiri Konecny) - ci: bump cockpit tasks container (Katerina Koukiou) - Fix tests executed in Toolbx with host libvirt (Jiri Konecny) - test: Update all of udisks2, not just the lvm2 and btrfs modules (Marius Vollmer) - infra: bump the patternfly group with 3 updates (dependabot[bot]) - build: spec: require anaconda-core 42.5 only on fedora 42 (Katerina Koukiou) - Makefile: Update Cockpit lib to d2e1f5d8f2345aa378803a8a939cb98f (Cockpit Project) - Change anacondacorever due to changes in the backend (Adam Kankovsky) - Change device type label to blivet (Adam Kaňkovský) - Revert "test: bring latest available python3-kickstart till version 3.58 is available" (Katerina Koukiou) - po: Update from Fedora Weblate (GitHub Workflow) - infra: bump sass from 1.79.3 to 1.79.4 (dependabot[bot]) - localization: update the language direction also when switching back to EN_US (Katerina Koukiou) - Makefile: Update Cockpit lib to e9e1fcf58bb6fa8942e07000e80f336d (Cockpit Project) - Add anaconda-tui package to updates-image (Jiri Konecny) - po: Update from Fedora Weblate (GitHub Workflow)