Fedora Packages

anaconda-widgets-35.22.2-3.fc35 in Fedora 35

↵ Return to the main page of anaconda-widgets
View build
Search for updates

Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2021-10-25 Martin Kolman <mkolman at redhat dot com> - 35.22.2-3 - Show correctly that no admin user is set up (#2015508) (vslavik)
2021-10-08 Martin Kolman <mkolman at redhat dot com> - 35.22.2-2 - Revert "Install kbd-legacy if keyboard layout is "fi" (#1955793) (vponcova)
2021-09-30 Martin Kolman <mkolman at redhat dot com> - 35.22.2-1 - In installer environment set static, not transient hostname (rvykydal) - Payload should wait for all storage related threads to finish (mkolman) - Set an upper bound to entered sizes (#1992585) (vponcova) - Handle new time zones in GUI after earlier switch to zoneinfo (vslavik) - Do not stretch NTP toggle in GUI (vslavik) - The NTP server dialog without entries shouldn't crash (#2001591) (vponcova) - Set hostname also from ip= static configuration without device (#1988521) (rvykydal) - Fix Removed options inst.[product|variant] were subsections (jkonecny) - Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya)
2021-08-24 Martin Kolman <mkolman at redhat dot com> - 35.22.1-1 - Adjust configuration options for Fedora 35 (mkolman) - fsset: Ignore all swap activation errors in turn_on_swap (vtrefny) - Don't try to use line buffering in binary mode (vponcova) - Add release notes for NTP dialog change (vslavik) - Change the NTP server dialog design (vslavik) - Rename spoke to Root Account (vslavik) - Don't set default of gpt option at cmdline parsing (cheeselee) - Change the root password spoke GUI design (vslavik) - Add release notes for visible warnings from initrd (jkonecny) - Split NTP dialog to its own glade file (vslavik)
2021-08-10 Martin Kolman <mkolman at redhat dot com> - 35.22-1 - Fix dependency on zram-generator in RHEL (sgallagh) - tests: Fix failing ClearPartTestCase with latest blivet (vtrefny) - Add brltty to boot.iso with default configuration (vslavik) - Fix admin user password condition handling in TUI (854182924) - Fix typo in docstring (vslavik)
2021-07-29 Martin Kolman <mkolman at redhat dot com> - 35.21-1 - Add release notes for packaging log in tmux (jkonecny) - Small fixes in the subscription structures (vponcova) - Make critical warnings from Dracut more visible (#1983098) (jkonecny) - Print Dracut errors encountered during boot after Anaconda starts (#1983098) (jkonecny) - Add function to print critical warnings more visible during boot (#1983098) (jkonecny) - dracut: read filename dhcp option from dhcpopts file (rvykydal) - Disable anaconda-core's requirement on subscription-manager on CentOS (carl) - Add new error reporting hook when Dracut timeout (#1983098) (jkonecny) - Update boot-options.rst (31507393+Ultimate-etamitlU) - Handle handle get_layout() method returning None (#1976526) (mkolman) - Enable the zram-generator service on RHEL (vponcova)
2021-07-20 Martin Kolman <mkolman at redhat dot com> - 35.20-1 - Improve logging from the DownloadProgress class (vponcova) - Monitor the image installation progress with a new class (vponcova) - Clean up the InstallFromImageTask class (vponcova) - Clean up the InstallFromTarTask class (vponcova) - Move the InstallFromImageTask class (vponcova) - Disable installation tasks of the Live OS payload module (vponcova) - Improve installation logs in the Security module (vponcova) - Raise kickstart errors only during kickstart parsing (vponcova) - Reuse the apply_partitioning function (vponcova) - Verify the image checksum in an installation task (vponcova) - Move the progress callback to the base payload class (vponcova) - Revert "Disable failing test" (jkonecny) - Check the support for the Subscription module on startup (vponcova) - Activate DBus modules based on the new configuration options (vponcova) - Add new configuration options for the DBus module activation (vponcova) - Fix typing errors in the Security module (vponcova) - remove authconfig support (pbrezina) - Use C.UTF-8 if the requested locale is unsupported (vponcova) - Don't match a non-POSIX locale with a POSIX langcode (vponcova) - Show suggestions for an error caused by inconsistent sector sizes (vponcova) - new window in tmux to tail packaging.log (jarrod)
2021-07-12 Martin Kolman <mkolman at redhat dot com> - 35.19-1 - Don't return None from is_supported_filesystem (#1979854) (vponcova) - Configure the multilib policy of the target system (vponcova) - Reorder imports to reduce linter warnings (vslavik) - Ignore falsy pylint missing member warning in dnf code (vslavik) - Silence false pylint warning (vslavik) - Don't use deprecated imp module in dracut test (vslavik) - Fix typo in docs (vslavik) - Replace (vslavik) - Ignore pylint mistakes about missing members in test (vslavik) - Remove the productVariant variable (vponcova) - Document the profile configuration files (vponcova) - Add support for the profile configuration files (#1974819) (vponcova) - Replace inst.product and inst.variant with inst.profile (vponcova) - Replace product configuration files with profiles (vponcova) - Appease pylint's belief that this is not a string (vslavik) - Update pylint directive for new warning name (vslavik) - Revert "Fix unit test for previous commit" (lveyde) - Revert "ovirt / rhv: drop swap partition" (lveyde)
2021-06-28 Martin Kolman <mkolman at redhat dot com> - 35.18-1 - Use yescrypt hashing method for shadow passwords (besser82) - Intercept OSError thrown by crypt.crypt() on error. (besser82) - Add tests for system time setting (awilliam) - Fix time setting for daylight savings, let Python do the work (awilliam) - Update the pixel depth of xvnc server from 16 to 24 (rvykydal) - Change the Python version to 3.10 in the makeupdates script (vponcova) - Enable running container tests in parallel (jkonecny) - Fix broken hashbang (vslavik) - Fix typo in release docs (vslavik) - Clean up the initialization of PartTypeSpoke (vponcova) - Run installation tasks from ConfigureBootloaderWithTasks (vponcova) - Add the CollectConfigureBootloaderTasks method (vponcova) - Add the ConfigureBootloaderWithTasks method (vponcova) - Add suggestions to kickstart error message in liveinst (vslavik) - Fix potential use of uninitialized variable (vslavik) - Fix potential use of uninitialized variable (vslavik) - Fix literal curly braces in dracut scripts (vslavik) - Fix logging messages (vslavik) - Remove RPM_TESTS_ARGS support (jkonecny) - Disable failing test (jkonecny) - Disable pylint error in tests (jkonecny) - Disable glade tests (jkonecny) - Migrate rpm_tests to python3 unittest framework (jkonecny) - Rename rpm_tests to make them discoverable by unittest framework (jkonecny) - Fix tests README file (jkonecny) - Change NOSE_TESTS_ARGS to a similar logic for unittest framework (jkonecny) - Fix services after nosetests renaming to unit_tests (jkonecny) - Rename nosetests execution scripts and vars to unit_tests (jkonecny) - Rename nosetests folder to unit-tests (jkonecny) - Make it possible to skip install time Insights errors (#1931069) (mkolman) - Run our unit tests with unittest python3 framework (jkonecny) - Rename all unit tests methods to use test_* prefix (jkonecny) - Rename all tests files to make them discoverable by unittest (jkonecny) - Remove the upd-updates script (vslavik) - Remove the merge-pr script (vslavik) - Apply the bootloader options before the installation (vponcova)
2021-06-15 Martin Kolman <mkolman at redhat dot com> - 35.17-1 - Fix import of Iterable from collections (rvykydal) - Move the support for the treeinfo metadata into a DBus module (vponcova) - Add support for configuration of the DNF substitution variables (vponcova) - Remove the _install_tree_metadata attribute (vponcova) - Add unit test for biosdevname package requirement (rvykydal) - Require biosdevname package if biosdevname=1 boot option is set (rvykydal) - Make clear that team and vlan from ks in initramfs is not supported (rvykydal) - Fixed some more PEP8 issues in installation.py (lveyde) - Don't allow reformat if the requested file system is unsupported (vponcova) - Always exclude unsupported file systems (vponcova) - Remove btrfs from the list of unsupported file systems (vponcova) - Clean up the get_supported_filesystems function (vponcova) - Clarify the implementation of GetFormatTypeData (vponcova) - Run tests on every push to a base branch (vponcova) - Introduce the docs/release-notes directory (vponcova)

Provides

  • anaconda-widgets
  • anaconda-widgets(x86-64)
  • libAnacondaWidgets.so.4()(64bit)

Files


Sources on Pagure