[packit] 37.7 upstream release
Upstream tag: anaconda-37.7-1 Upstream commit: 1adc4d22 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
41fe600989
commit
2d2d1e42ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -317,3 +317,4 @@
|
||||
/anaconda-37.4.tar.bz2
|
||||
/anaconda-37.5.tar.bz2
|
||||
/anaconda-37.6.tar.bz2
|
||||
/anaconda-37.7.tar.bz2
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.49.0.
|
||||
The file was generated using packit 0.49.1.dev17+gb97c6e0.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 37.6
|
||||
Version: 37.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -456,6 +456,53 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon May 09 2022 Packit <hello@packit.dev> - 37.7-1
|
||||
- Remove the is_repo_enabled method (vponcova)
|
||||
- Fix too long lines in the Network spoke (vponcova)
|
||||
- Rename the checkmount argument (vponcova)
|
||||
- Rename the onlyOnChange argument (vponcova)
|
||||
- Run an installation task to close the DNF base (vponcova)
|
||||
- Close the DNF base during the reset (vponcova)
|
||||
- Move isIsoImage to the Payloads module (vponcova)
|
||||
- Move find_first_iso_image to the Payloads module (vponcova)
|
||||
- Move helper functions for HDISO sources to pyanaconda.ui.lib (vponcova)
|
||||
- Keep Timezone proxy in Welcome spoke (vslavik)
|
||||
- Split starting locales in welcome spoke to a helper (vslavik)
|
||||
- Rename constant to reflect its usage (vslavik)
|
||||
- makeupdates: Don't be silent about copying anaconda.py (vslavik)
|
||||
- Remove the get_mount_points function (vponcova)
|
||||
- Remove PayloadError (vponcova)
|
||||
- Remove PayloadInstallError (vponcova)
|
||||
- Remove PayloadSetupError (vponcova)
|
||||
- (build-deps): Update misc. npm packages (vslavik)
|
||||
- (build-deps): Update chrome-remote-interface npm package (vslavik)
|
||||
- (build-deps): Update sass npm packages (vslavik)
|
||||
- (build-deps): Update patternfly npm packages (vslavik)
|
||||
- (build-deps): Update eslint npm packages (vslavik)
|
||||
- (build-deps): Update webpack and plugin npm packages (vslavik)
|
||||
- (deps-dev): Update babel npm packages (vslavik)
|
||||
- Add the UpdatesEnabled DBus property (vponcova)
|
||||
- webui: tests: Add cleanup to TestLanguage to make it non-destructive (zveleba)
|
||||
- webui: tests: Change handling of steps and hide selectors in methods (zveleba)
|
||||
- Remove the _configure method (vponcova)
|
||||
- webui: Document how to fix failing pixel tests (mkolman)
|
||||
- build(deps): bump @patternfly/react-core in /ui/webui (49699333+dependabot[bot])
|
||||
- Remove the unused _set_repo_enabled method (vponcova)
|
||||
- build(deps): bump @patternfly/patternfly in /ui/webui (49699333+dependabot[bot])
|
||||
- Don't continue if there is no valid base source to use (vponcova)
|
||||
- Clean up the code that includes additional repositories (vponcova)
|
||||
- Split the code for the installation source spoke (vponcova)
|
||||
- Remove ancient file (vslavik)
|
||||
- Convert additional space checkbox to use child label (vslavik)
|
||||
- Indent everything on root spoke by 4px (vslavik)
|
||||
- Set correct focused widget for root spoke (vslavik)
|
||||
- Add eslint as an unit test for webui (vslavik)
|
||||
- Run eslint only in dev builds or when requested (vslavik)
|
||||
- Run restorecon in chroot when handling home dirs (vslavik)
|
||||
- Move restorecon calls in Tasks to a helper function (vslavik)
|
||||
- Add Virtuozzo Linux profile to Anaconda, Resolves: rhbz#2067195 (dsilakov)
|
||||
- webui: Don't check SSH key in command from VM script (vslavik)
|
||||
|
||||
* Mon Apr 25 2022 Packit <hello@packit.dev> - 37.6-1
|
||||
- Map Anaconda exceptions to org.fedoraproject.Anaconda.Error (vponcova)
|
||||
- Use our error mapper only for the Anaconda message bus (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-37.6.tar.bz2) = 43f5eb0cc4860c0d5382b95261421fb711f2e0499e3fdc73241f0a4b6d7e41000ac04d0c936f5c1016910613a22f36634110e524ef3b96f388ee4ee67e988a69
|
||||
SHA512 (anaconda-37.7.tar.bz2) = 37df68d7372edd3776d2f2e7aca469bcd3fd2d482d4dbcb1a3d6b1cf01b472c0c7f07467259c728122382f22476758604bf8ccea07790d7c2afbc04a083afcaf
|
||||
|
Loading…
Reference in New Issue
Block a user