[packit] 40.3 upstream release
Upstream tag: anaconda-40.3-1 Upstream commit: e0c16f34 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/anaconda.git refs/heads/*:refs/remotes/packit/* git checkout packit/40.3-main-update-propose_downstream ```
This commit is contained in:
parent
cfcd2b7288
commit
b95c041e20
1
.gitignore
vendored
1
.gitignore
vendored
@ -380,3 +380,4 @@
|
||||
/anaconda-39.33.tar.bz2
|
||||
/anaconda-40.1.tar.bz2
|
||||
/anaconda-40.2.tar.bz2
|
||||
/anaconda-40.3.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.2
|
||||
Version: 40.3
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -485,6 +485,35 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 07 2023 Packit <hello@packit.dev> - 40.3-1
|
||||
- Use Firefox environment variables for styling (mkolman)
|
||||
- make: Pass interactive container arguments only for run (vslavik)
|
||||
- make: Add container run options (vslavik)
|
||||
- make: Expand the ambiguous container option -t (vslavik)
|
||||
- make: One option per line for all container calls (vslavik)
|
||||
- Remove old product.py (vslavik)
|
||||
- GUI: Move helper for window header distribution text (vslavik)
|
||||
- Convert usages of product to core.product (vslavik)
|
||||
- Stop using old product in constants (vslavik)
|
||||
- Replace all uses of product values via constants (vslavik)
|
||||
- Make old product just a wrapper of the new one (vslavik)
|
||||
- Add a new product.py (vslavik)
|
||||
- Copy /var/lib/gnome-initial-setup/state to installed system (rstrode)
|
||||
- webui: add pixel test for modify storage test (rvykydal)
|
||||
- webui: use Blivet-gui name instead of Blivet (rvykydal)
|
||||
- webui: add tests for modify storage dialogs (rvykydal)
|
||||
- webui: if blivet-gui exits earlier then the delay update the dialog
|
||||
(rvykydal)
|
||||
- webui: do not show rescan dialog in case of critical error (rvykydal)
|
||||
- webui: make blivet-gui start failure a Critical Error (rvykydal)
|
||||
- webui: catch errors when spawning blivet-gui (rvykydal)
|
||||
- webui: add dialogs around launching blivet-gui (rvykydal)
|
||||
- webui: show error name in Critical Error dialog only if it exists (rvykydal)
|
||||
- core: Look up live user from PKEXEC_UID (rstrode)
|
||||
- Revert the ESP maximum size back to 600MiB (richard)
|
||||
- Docs: added to 'Common bugs and issues' workaround for setup on 4K block
|
||||
devices (k0ste)
|
||||
|
||||
* Tue Sep 05 2023 Packit <hello@packit.dev> - 40.2-1
|
||||
- webui: tests: move wait for re-scanning to finish before moving forward with
|
||||
the tests (kkoukiou)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.2.tar.bz2) = 3ca35ad4da46ed0cc0780a98f34165d1a9c882529b50a84db5326036f8fe8ff956c2b40c1c9fbf9051a3c9e23d91ee248156d5f29328f1aaa9d15d9c4464af14
|
||||
SHA512 (anaconda-40.3.tar.bz2) = 927222ddf28574c0d5b13004c5ca06c7a3a4feace8f0df6ed7bf2e6905f35f09e1543ad72e716c2f1436e85c54754d14e5226ce7de9317ef8a3affd5345461dc
|
||||
|
Loading…
Reference in New Issue
Block a user