public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/anaconda-webui] rawhide: Update to 76 upstream release
@ 2026-07-29 9:32 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-07-29 9:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/anaconda-webui
Branch : rawhide
Commit : f00990b06fff3375ea49291c54f06a03c210c9f3
Author : Packit <hello@packit.dev>
Date : 2026-07-29T09:10:06+00:00
Stats : +29/-14 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/anaconda-webui/c/f00990b06fff3375ea49291c54f06a03c210c9f3?branch=rawhide
Log:
Update to 76 upstream release
Upstream tag: 76
Upstream commit: 73e78788
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 85f1817..a957f39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@
/anaconda-webui-73.tar.xz
/anaconda-webui-74.tar.xz
/anaconda-webui-75.tar.xz
+/anaconda-webui-76.tar.xz
diff --git a/README.packit b/README.packit
index 173195e..d816803 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
+The file was generated using packit 1.16.2.
diff --git a/anaconda-webui.spec b/anaconda-webui.spec
index b8a986f..2440c23 100644
--- a/anaconda-webui.spec
+++ b/anaconda-webui.spec
@@ -1,6 +1,6 @@
Name: anaconda-webui
-Version: 75
-Release: 2%{?dist}
+Version: 76
+Release: 1%{?dist}
Summary: Anaconda installer Web interface
License: LGPL-2.1-or-later AND MIT
URL: https://github.com/rhinstaller/%{name}
@@ -40,23 +40,21 @@ Requires: system-logos
%endif
BuildRequires: desktop-file-utils
-Provides: bundled(npm(@patternfly/patternfly)) = 6.4.0
-Provides: bundled(npm(@patternfly/react-core)) = 6.4.3
-Provides: bundled(npm(@patternfly/react-icons)) = 6.4.0
-Provides: bundled(npm(@patternfly/react-log-viewer)) = 6.3.0
-Provides: bundled(npm(@patternfly/react-styles)) = 6.4.0
-Provides: bundled(npm(@patternfly/react-table)) = 6.4.3
-Provides: bundled(npm(@patternfly/react-tokens)) = 6.4.0
+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.4
+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(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
@@ -69,7 +67,7 @@ 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.4.0
+Provides: bundled(npm(tabbable)) = 6.5.0
Provides: bundled(npm(throttle-debounce)) = 5.0.2
Provides: bundled(npm(tslib)) = 2.8.1
@@ -108,6 +106,10 @@ exit 0
%{_datadir}/cockpit/anaconda-webui/po.*.js.gz
%{_datadir}/cockpit/anaconda-webui/VERSION.txt
%{_libexecdir}/anaconda/cockpit-coproc-wrapper.sh
+%{_libexecdir}/anaconda/anaconda-cockpit-conf-merge
+%dir /etc/anaconda/cockpit
+%config(noreplace) /etc/anaconda/cockpit/cockpit.conf
+%dir /etc/anaconda/cockpit/conf.d
%dir %{_datadir}/anaconda/firefox-theme
%dir %{_datadir}/anaconda/firefox-theme/default
%dir %{_datadir}/anaconda/firefox-theme/default/chrome
@@ -129,6 +131,18 @@ exit 0
# The changelog is automatically generated and merged
%changelog
+* Wed Jul 29 2026 Packit <hello@packit.dev> - 76-1
+- Move cockpit-ws config to anaconda-owned path with conf.d support
+- Stop D-Bus event monitors when installation starts
+- Add Restart button to post-installation screen for live media
+ (Resolves: rhbz#2326672)
+- storage: sync destination modal selection with backend disk changes (Resolves:
+ rhbz#2459685)
+- storage: Skip partitioning reset for kickstart scenarios
+- storage: Compare raw required space against filesystem free space
+- Rename "Reboot" button to installed system" to "Reboot"
+- Use the D-Bus Exit API for proper backend cleanup on exit
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 75-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index dcfc78b..5d772ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (anaconda-webui-75.tar.xz) = cf52ce22d6c2a6fe4f49d21a1af09af3712cbc71e3dc08a7a9cf6440ad209ded3143ebcb6af7b659df76d38c4cefa4a3f54c191241f31640d702c7f45e2a417e
+SHA512 (anaconda-webui-76.tar.xz) = 62ef2a19af18f711f5e7b589f50cb6556a95e9a8f618b5add425e7b7e035148a8a38a4b522b689997a2aee7bcd42e195c72420be5d796cf6dd914c768f9fe24d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 9:32 [rpms/anaconda-webui] rawhide: Update to 76 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox