[packit] 37.3 upstream release
Upstream tag: anaconda-37.3-1 Upstream commit: baaaae80 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
692dbbdb92
commit
d1404dbb26
1
.gitignore
vendored
1
.gitignore
vendored
@ -313,3 +313,4 @@
|
|||||||
/anaconda-36.16.tar.bz2
|
/anaconda-36.16.tar.bz2
|
||||||
/anaconda-37.1.tar.bz2
|
/anaconda-37.1.tar.bz2
|
||||||
/anaconda-37.2.tar.bz2
|
/anaconda-37.2.tar.bz2
|
||||||
|
/anaconda-37.3.tar.bz2
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.46.1.dev4+g98407e0.
|
The file was generated using packit 0.47.1.dev8+g212e151.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 37.2
|
Version: 37.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
|
|
||||||
@ -15,10 +15,6 @@ URL: http://fedoraproject.org/wiki/Anaconda
|
|||||||
# make dist
|
# make dist
|
||||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# https://github.com/rhinstaller/anaconda/pull/3935
|
|
||||||
# Fix live install with NetworkManager-1.36.2-1+
|
|
||||||
Patch0: 0001-network-Handle-network-configuration-paths-not-exist.patch
|
|
||||||
|
|
||||||
# Versions of required components (done so we make sure the buildrequires
|
# Versions of required components (done so we make sure the buildrequires
|
||||||
# match the requires versions of things).
|
# match the requires versions of things).
|
||||||
|
|
||||||
@ -170,6 +166,7 @@ Requires: anaconda-webui = %{version}-%{release}
|
|||||||
Requires: anaconda-gui = %{version}-%{release}
|
Requires: anaconda-gui = %{version}-%{release}
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
Requires: zenity
|
Requires: zenity
|
||||||
|
Requires: xisxwayland
|
||||||
Recommends: xhost
|
Recommends: xhost
|
||||||
|
|
||||||
%description live
|
%description live
|
||||||
@ -456,6 +453,35 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 15 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 37.3-1
|
||||||
|
- Increase version of the anaconda-widgets (jkonecny)
|
||||||
|
- Disable layout_indicator in Anaconda (jkonecny)
|
||||||
|
- Don't configure the keyboard in Live environments with XWayland (jkonecny)
|
||||||
|
- webui: tests: check-installation-progress tests are not non-destructive (kkoukiou)
|
||||||
|
- tests: webui: ensure that installation reaches boot-loader step and fails (kkoukiou)
|
||||||
|
- webui: storage configuration: show only usable disks in the table (kkoukiou)
|
||||||
|
- webui: set default storage configuration in the JS code (kkoukiou)
|
||||||
|
- webui: move localization apis to 'apis' folder (kkoukiou)
|
||||||
|
- webui: move installation apis to 'apis' folder (kkoukiou)
|
||||||
|
- webui: pass up to the component tree a hander for showing errors in the UI (kkoukiou)
|
||||||
|
- webui: move react components to a new `components` folders (kkoukiou)
|
||||||
|
- webui: rewrite language selection component to a class component (kkoukiou)
|
||||||
|
- network: Handle network configuration paths not existing (awilliam)
|
||||||
|
- webui: webpack: process all assets when compressing (kkoukiou)
|
||||||
|
- Change pylint ignore from number to name (vslavik)
|
||||||
|
- Remove RpmDb-related setup in OSTree payloads (vslavik)
|
||||||
|
- pylint: Survive scanning broken symlinks (vslavik)
|
||||||
|
- pylint: Don't read whole files to check hashbangs (vslavik)
|
||||||
|
- pylint: Ignore checkouts of cockpit repos (vslavik)
|
||||||
|
- pylint: Simplify skipping already detected paths (vslavik)
|
||||||
|
- webui: move to a wizard based design implementation (mkolman)
|
||||||
|
- Do not crash on network --device link with wireless device (#2051235) (rvykydal)
|
||||||
|
- Remove the decorated_window conf option (vslavik)
|
||||||
|
- packit: build SRPM in Copr (ttomecek)
|
||||||
|
- Use the latest Read the Docs theme (vponcova)
|
||||||
|
- Change the example bug related to unlocked LUKS devices (vponcova)
|
||||||
|
- webui: read conf from installation environment (vslavik)
|
||||||
|
|
||||||
* Tue Mar 08 2022 Adam Williamson <awilliam@redhat.com> - 37.2-2
|
* Tue Mar 08 2022 Adam Williamson <awilliam@redhat.com> - 37.2-2
|
||||||
- Backport PR#3935 to fix live installs
|
- Backport PR#3935 to fix live installs
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-37.2.tar.bz2) = 8f5a882435b32ed2783c5e305e1d6f27db97e3284ae98f09383e668c47de3627f5d6a53a0ce23073f2f9fbe03fbafeb89912977608c0e5d71f0a8ca72b7b0d53
|
SHA512 (anaconda-37.3.tar.bz2) = 03c55da070a843a8b394893e0ae116ef9119d29fbba9c89738e22edb206212ef7a9b7c327c53d807ada3b01d9f683239bd436fdf469da0164b6d9f2f02230957
|
||||||
|
Loading…
Reference in New Issue
Block a user