[packit] 39.33 upstream release
Upstream tag: anaconda-39.33-1 Upstream commit: 8c97c5d0 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/39.33-main-update-propose_downstream ```
This commit is contained in:
parent
a43e91f494
commit
4b2d8834b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -377,3 +377,4 @@
|
|||||||
/anaconda-39.30.tar.bz2
|
/anaconda-39.30.tar.bz2
|
||||||
/anaconda-39.31.tar.bz2
|
/anaconda-39.31.tar.bz2
|
||||||
/anaconda-39.32.tar.bz2
|
/anaconda-39.32.tar.bz2
|
||||||
|
/anaconda-39.33.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 39.32
|
Version: 39.33
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -485,6 +485,18 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 29 2023 Packit <hello@packit.dev> - 39.33-1
|
||||||
|
- webui: Update request IDs when removing mount point row (vtrefny)
|
||||||
|
- Update translations from Weblate for master (github-actions)
|
||||||
|
- Fix spelling mistake / typo: "Criticall error" (awilliam)
|
||||||
|
- webui: Let error reporting dialog test area auto resize (kkoukiou)
|
||||||
|
- webui: Show error when trying to reformat unsupported format (vtrefny)
|
||||||
|
- Use `isinstance(x, t)` instead of `type(x) is t` (vslavik)
|
||||||
|
- Ignore subprocess.run without the check parameter (vslavik)
|
||||||
|
- storage: Add 'formattable' property to the format data (vtrefny)
|
||||||
|
- Disable geolocation on the Fedora Workstation live image (mkolman)
|
||||||
|
- Update translations from Weblate
|
||||||
|
|
||||||
* Tue Aug 22 2023 Packit <hello@packit.dev> - 39.32-1
|
* Tue Aug 22 2023 Packit <hello@packit.dev> - 39.32-1
|
||||||
- liveinst: Ensure DBUS_SESSION_BUS_ADDRESS is set in live install (rstrode)
|
- liveinst: Ensure DBUS_SESSION_BUS_ADDRESS is set in live install (rstrode)
|
||||||
- screensaver: Look at $PKEXEC_UID not $USERHELPER_UID (rstrode)
|
- screensaver: Look at $PKEXEC_UID not $USERHELPER_UID (rstrode)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-39.32.tar.bz2) = 5868e7b3b732694cf7dea195d02d70d8f0f90076695624ef55277932e14d653f936cc3990719f6c99422827d14db22357ed2bc8f0d6022c61cbae8eb13496d58
|
SHA512 (anaconda-39.33.tar.bz2) = bc787310517cb71f8b88ac76204eb90340b92a1cc166434740efcada462f2ac2471e7fe714096f0bb177a5c5ceebd9d47b109fed62b2015c37337f5f5cca8893
|
||||||
|
Loading…
Reference in New Issue
Block a user