[packit] 37.4 upstream release

Upstream tag: anaconda-37.4-1
Upstream commit: 40854080

Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
Packit Service 2022-03-28 16:39:15 +00:00
parent d1404dbb26
commit 3f4d543b61
4 changed files with 56 additions and 3 deletions

1
.gitignore vendored
View File

@ -314,3 +314,4 @@
/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 /anaconda-37.3.tar.bz2
/anaconda-37.4.tar.bz2

View File

@ -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.47.1.dev8+g212e151. The file was generated using packit 0.47.1.

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 37.3 Version: 37.4
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -349,6 +349,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%if ! %use_cockpit %if ! %use_cockpit
rm -rf %{buildroot}/%{_datadir}/cockpit/anaconda-webui rm -rf %{buildroot}/%{_datadir}/cockpit/anaconda-webui
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml
rm -f %{buildroot}/%{_libexecdir}/webui-desktop
%endif %endif
@ -371,6 +372,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/lib/systemd/system-generators/* %{_prefix}/lib/systemd/system-generators/*
%{_bindir}/instperf %{_bindir}/instperf
%{_bindir}/anaconda-disable-nm-ibft-plugin %{_bindir}/anaconda-disable-nm-ibft-plugin
%{_bindir}/anaconda-nm-disable-autocons
%{_sbindir}/anaconda %{_sbindir}/anaconda
%{_sbindir}/handle-sshpw %{_sbindir}/handle-sshpw
%{_datadir}/anaconda %{_datadir}/anaconda
@ -415,6 +417,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_datadir}/cockpit/anaconda-webui/manifest.json %{_datadir}/cockpit/anaconda-webui/manifest.json
%{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml %{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml
%{_datadir}/cockpit/anaconda-webui/po.*.js.gz %{_datadir}/cockpit/anaconda-webui/po.*.js.gz
%{_libexecdir}/webui-desktop
%endif %endif
@ -453,6 +456,55 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Mon Mar 28 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 37.4-1
- Remove the unused _noop method (vponcova)
- Fix failing pylint check. (rvykydal)
- Use a task to set up an additional NFS repository (vponcova)
- Parse both formats of the NFS repositories (vponcova)
- webui: start using custom webui-desktop script instead of cockpit-desktop (kkoukiou)
- ShellCheck: Quote also variables inside ${...} (vslavik)
- Move the validation of system repositories (vponcova)
- Always load new enabled repositories to check their validity (vponcova)
- Don't allow to load metadata of a disabled repository (vponcova)
- Remove the _add_repo_to_dnf_and_ks method of the DNF payload class (vponcova)
- Use the DNF manager to load all enabled repositories (vponcova)
- Add the load_packages_metadata method to the DNF manager (vponcova)
- Extend the DBus documentation of the Storage module (vponcova)
- webui: add helper text in the installation destination step (kkoukiou)
- webui: adapt the wizard body headers and other captions to the design mockups (kkoukiou)
- webui: move installation destination step to ListingTable component (kkoukiou)
- Clarify which Anaconda profile is used by CentOS Stream (vponcova)
- webui: prefer constant variable when possible (kkoukiou)
- webui: bring some order to the imports (kkoukiou)
- webui: move wizard code out of app.jsx to a new file (kkoukiou)
- webui: stop using titleId without a title (kkoukiou)
- webui: keep a list of visited pages for deciding which nav items are enabled (kkoukiou)
- webui: stop passing 'address' variable to the Footer component (kkoukiou)
- webui: tests: do not start the installation in non-destructive tests (kkoukiou)
- webui: convert wizard to in-page and add a betanag label (kkoukiou)
- Add the generate_driver_disk_repositories function (vponcova)
- Split some code from the update_base_repo method (vponcova)
- Handle the inst.addrepo option in the DNF payload class (vponcova)
- Remove the additional_repos attribute of the Anaconda class (vponcova)
- Parse the inst.addrepo option using argparser (vponcova)
- gui: update network spoke for symbolic icons (#2055883) (rvykydal)
- gui: update beta-nag dialog for symbolic icons (#2055883) (rvykydal)
- gui: update Quit dialog for symbolic icons (#2055883) (rvykydal)
- Add the --ignore-broken test again (vponcova)
- Remove --ignore-broken test (#test) (jkonecny)
- webui: add support for in form error notifications per step (kkoukiou)
- webui: introduce a custom Footer component for the Wizard (kkoukiou)
- webui: introduce some logic for which steps the users can access (kkoukiou)
- webui: Get method call on the Properties interface always wraps results in arrays (kkoukiou)
- webui: move dbus client declarations to singleton classes (kkoukiou)
- webui: fix progress reporting in the InstallationProgress component (kkoukiou)
- build(deps): bump @patternfly/react-core in /ui/webui (49699333+dependabot[bot])
- Document inst.net.noautodefault option (rvykydal)
- build(deps): bump @patternfly/patternfly in /ui/webui (49699333+dependabot[bot])
- Add scripts for anaconda services to updates image (rvykydal)
- Add inst.net.noautodefault option do disable NM default autocons (#2033231) (rvykydal)
- Disable NM autoconnections in Anaconda (rvykydal)
* Tue Mar 15 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 37.3-1 * Tue Mar 15 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 37.3-1
- Increase version of the anaconda-widgets (jkonecny) - Increase version of the anaconda-widgets (jkonecny)
- Disable layout_indicator in Anaconda (jkonecny) - Disable layout_indicator in Anaconda (jkonecny)

View File

@ -1 +1 @@
SHA512 (anaconda-37.3.tar.bz2) = 03c55da070a843a8b394893e0ae116ef9119d29fbba9c89738e22edb206212ef7a9b7c327c53d807ada3b01d9f683239bd436fdf469da0164b6d9f2f02230957 SHA512 (anaconda-37.4.tar.bz2) = 7651668c818e710628035c1eaa0f79ae4c0d559dae61253e4b5b97c100f9f10986bb1ba48c995838d5504013cc528c8db4d7acd34190dcf6480a160f2af366bf