Fedora Packages

anaconda-widgets-36.14-1.fc36 in Fedora Rawhide

↵ 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
2022-01-10 Packit Service <user dash cont dash team+packit dash service at redhat dot com> - 36.14-1 - Move the code for adding repositories to the DNF base (vponcova) - Allow to convert kickstart repositories into DBus data (vponcova) - Skip /etc/machine-info during live installs (#2036199) (awilliam)
2022-01-06 Packit Service <user dash cont dash team+packit dash service at redhat dot com> - 36.13-1 - New version - 36.13 (Martin Kolman) - Fix names of tests for the OPAL compatibility verification (Vendula Poncova) - Always use LegacyVersion for parsing versions (Vendula Poncova) - Remove the GenerateTemporaryKickstart DBus method (Vendula Poncova) - Use the DBus API for the image and tar installation (Vendula Poncova) - Run the installation tasks in the live image payload module (Vendula Poncova) - Create complete installation tasks for live and tar installations (Vendula Poncova) - Create the tarball source module (Vendula Poncova) - Merge helper functions into users._reown_homedir() (Vladimir Slavik) - Remove _get_parent_directory (Vladimir Slavik) - Merge _dir_tree_map into _chown_dir_tree (Vladimir Slavik) - Move touch from core.util to core.path (Vladimir Slavik) - Move join_paths from core.util to core.path (Vladimir Slavik) - Move open_with_perm from core.util to core.path (Vladimir Slavik) - Move get_mount_paths from core.util to core.path (Vladimir Slavik) - Move parent_dir to users._get_parent_directory (Vladimir Slavik) - Move dir_tree_map and chown_dir_tree to users (Vladimir Slavik) - Remove last use of dir_tree_map outside core.util (Vladimir Slavik) - Move util.mkdirChain to path.make_directories (Vladimir Slavik) - Add missing commas to the test_get_kernel_version_list test (Vendula Poncova) - Fix syntax errors in a workflow (#infra) (Vendula Poncova) - Show all logs of failed unit tests (Vendula Poncova) - Move set_system_root from core.util to core.path (Vladimir Slavik) - Add a new module for path-related helpers (Vladimir Slavik) - Fix shellcheck warnings (Vladimir Slavik) - Update ShellCheck config files (Vladimir Slavik) - Add ShellCheck to unit tests (Vladimir Slavik) - Improve headline comment of our containers (#infra) (Jiri Konecny) - Use local anaconda.spec.in file during container build (#infra) (Jiri Konecny) - Fix typo in debug print in network part (Jiri Konecny) - Replace local function with service helper (Vladimir Slavik) - Change service helper default root to "/" (Vladimir Slavik) - Fix too shallow clone in release action (#infra) (Vladimír Slávik) - Test the service helpers (Vladimir Slavik) - Move service util functions to new module (Vladimir Slavik) - Remove the base_repo property (Vendula Poncova) - Remove the support for image installations from the liveinst script (Vendula Poncova) - Close stale pull requests (#infra) (Vendula Poncova)
2021-12-14 Packit Service <user dash cont dash team+packit dash service at redhat dot com> - 36.12-1 - New version - 36.12 (Martin Kolman) - Retire execInSysroot (Vladimir Slavik) - Retire all uses of execInSysroot in bootloader (Vladimir Slavik) - Stop using execInSysroot in FixZIPLBootloaderTask (Vladimir Slavik) - Remove the root= kwarg of execInSysroot (Vladimir Slavik) - Replace the only execInSysroot call using root= (Vladimir Slavik) - Fix ShellCheck issues in translation_canary (Vladimir Slavik) - network: always use rd.iscsi.ibft when the need to access an iBFT device (Lubomir Rintel) - Remove the dracut_args attribute (Vendula Poncova) - Remove upd-kernel (Vladimir Slavik) - Quote things for ShellCheck (Vladimir Slavik) - Eliminate boolean test operator (Vladimir Slavik) - Remove LIVE_INSTALL (Vladimir Slavik) - Improve grepping and testing results in liveinst (Vladimir Slavik) - Fix quoting in liveinst scripts (Vladimir Slavik) - Split variable declaration and assignment (Vladimir Slavik) - Do not try to load the floppy kernel module (Jan Stodola) - Fix reset of DBus containers in the unit tests (Vendula Poncova) - Introduce a download path to simplify the image payload code (Vendula Poncova) - Add a page with overview of CI actions (Vladimir Slavik) - Fix generation of commit range for rel.notes (#infra) (Vladimir Slavik) - Fix mailing list in our Dockerfiles (Jiri Konecny) - Change mail from anaconda-devel-list@redhat.com to Fedora variant (Jiri Konecny) - Remove the container build badge from README (Vladimir Slavik) - Clean up the task for the checksum verification (Vendula Poncova) - Remove the %anaconda section (Vendula Poncova) - Deprecate the ANA_INSTALL_PATH environment variable (Vendula Poncova)
2021-12-02 Packit Service <user dash cont dash team+packit dash service at redhat dot com> - 36.11-1 - New version - 36.11 (Martin Kolman) - Handle potential failure of `cd` (Vladimir Slavik) - Printf variables correctly (Vladimir Slavik) - Simplify debug printing (Vladimir Slavik) - Ignore use of local variables (Vladimir Slavik) - Fix wrong comparison operator (Vladimir Slavik) - Remove unused variables (Vladimir Slavik) - Ignore variables used across our dracut hooks (Vladimir Slavik) - Fix arithmetic operation on a variable (Vladimir Slavik) - Fix `read` calls in dracut code (Vladimir Slavik) - Check correctly if glob finds anything (Vladimir Slavik) - Check for substring in POSIX compatible way (Vladimir Slavik) - Remove useless echo calls (Vladimir Slavik) - Split combined local variable creation and assignment (Vladimir Slavik) - Fix "empty" redirections in dracut scripts (Vladimir Slavik) - Fix hashbangs in dracut scripts (Vladimir Slavik) - Split binary logic in dracut shell files (Vladimir Slavik) - Add a ShellCheck config for dracut scripts (Vladimir Slavik) - Add changelog to GH releases (#infra) (Vladimir Slavik) - Enable the pytest assert introspection in the helper functions (Vendula Poncova) - Fix Source0 in spec to point to upstream source URL (Jiri Konecny)
2021-11-29 Martin Kolman <mkolman at redhat dot com> - 36.10-1 - Add tasks for cleaning up after the live image installation (vponcova) - Create a task for mounting a live image (vponcova) - Remove unused code from the live image payload module (vponcova) - Wait for all background threads to finish before filling installation task queue (mkolman) - Remove all git hooks (vponcova) - Add a mnemonic (alt-s) to the LUKS version dropdown (vslavik) - Use a task to download the image payload (vponcova) - Clean up the download progress of the image payload (vponcova) - Fix double quotes in dracut package module-setup (vslavik) - Use the set up tasks in the image payload class (vponcova) - Split system purpose tests to a separate file (mkolman) - Create shared constants file for the subscription module (mkolman) - Move USER_AGENT to core/constants.py (mkolman) - Reset the goal during clearing the DNF cache (#2020754) (vponcova) - Fix generating of the kernel boot argument rd.znet= on s390x (jstodola) - Do not crash on dangling symlink /etc/resolv.conf (#2019579) (rvykydal) - Prepare release notes for Fedora 35 (vponcova) - Fix shell quotes in dracut (vslavik)
2021-11-15 Martin Kolman <mkolman at redhat dot com> - 36.9-1 - Remove the BaseLivePayload class (vponcova) - Cancel planned manual update of system time on turning ntp on (rvykydal) - Always check the dot before a tar suffix (vponcova) - Unify the detection of the tar image (vponcova) - Remove Jenkins from makebumpver (vslavik) - Add Rocky Linux profile to Anaconda (tucklesepk) - Add a new separator after the default keyboard layout (vponcova) - Replace the deprecated syspurpose CLI tool with SetSysrpose DBus call (mkolman) - bug fix: activate connection from callback _connection_updated_cb (qiy) - Remove git hook scripts (vslavik) - Run rsync with the correct source (vponcova) - Fix application of network --mtu kickstart option in Anaconda (rvykydal) - Add Rocky Linux profile to Anaconda (tucklesepk) - Migrate the Live OS payload on DBus (vponcova) - Don't require implementation of post_install_with_tasks (vponcova) - Move test launcher scripts to subdirectories (vslavik) - Fix all Shellcheck warnings in tests (vslavik) - Add Shellcheck config for Anaconda (vslavik) - Remove the provides_web_browser property (vponcova)
2021-11-02 Martin Kolman <mkolman at redhat dot com> - 36.8-1 - Make network spoke GUI more robust in cases of missing NM Client. (rvykydal) - Do not crash on missing NM Client on --vnc installations (#1998754) (rvykydal) - Add configuration files for Read the Docs (vponcova) - Use the set-up and tear-down tasks of the Live OS image source (vponcova) - make US keyboard layout easier to find in Anaconda (suanand) - Show correctly that no admin user is set up (vslavik) - Move the Live OS image detection into a task (vponcova) - No wildcards in Automake (praiskup) - Create a new base class for migrated payloads (vponcova) - Disable the concurrency check in the error dialog in TUI (vponcova) - Unify GUI & TUI root spoke completeness conditions (vslavik) - Log statistics about the image installation (vponcova) - Document the drop-in %post scripts (vslavik) - Monitor the progress of the image installation in tasks (vponcova) - Bump required rpm version (vslavik) - CONTRIBUTING: Note to base changes on a clone of the target branch. (fgrose) - anaconda-cleanup: Don't unmount '/run/rootfsbase'. (fgrose) - Change creation of post-script directory (vslavik) - Restore file contexts in task instead of %post script (vslavik) - CopyLogsWithTask is now FinishInstallationWithTasks (vslavik) - Use the recommended autoreconf command (praiskup)
2021-10-12 Martin Kolman <mkolman at redhat dot com> - 36.7-1 - Cache the parsed content of the help mapping files (vponcova) - Use specific help directories (vponcova) - Remove the default_help_pages configuration option (vponcova) - Remove the helpFile attribute (vponcova) - Implement the unified help support (vponcova) - Mention manual journal dumps for mising logs (vslavik) - Revert "Install kbd-legacy if keyboard layout is "fi" (#1955793)" (vponcova)
2021-10-11 Martin Kolman <mkolman at redhat dot com> - 36.6-1 - Don't assume Python modules are in sysconfig.get_path('purelib') (miro) - Watch the org.freedesktop.hostname1 name (vponcova) - Make log copying truly the very last thing done (vslavik) - Rename string constant to make more sense (vslavik) - Move screenshot copying into the Task to copy logs (vslavik) - Add a quick howto for testing dracut changes (vslavik) - Mark the nompath option as deprecated (vslavik) - Don't consider the string module as deprecated (vslavik) - Fix typo and style (vslavik) - Remove ensure_str and decode_bytes (vslavik) - Stop using ensure_str in SimpleConfigParser (vslavik) - Stop using ensure_str in ProxyString (vslavik) - Uncouple ensure_str from {upper,lower}_ascii (vslavik) - Stop optionally decoding string data from RPM (vslavik) - Remove usage of ensure_str from have_word_match (vslavik) - Rename functions in string module to lower_case (vslavik) - Improve tests and docs of the new string module (vslavik) - Split string helpers from pyanaconda.core.util (vslavik) - Replace dummy callbacks (vponcova) - Remove the DBusMetaTask class (vponcova) - Remove unused arguments of the AnacondaPreParser class (vponcova) - Remove unused arguments of the AnacondaKSParser class (vponcova) - Remove the successful_checks property (vponcova) - Remove the sysroot_path function (vponcova) - Mark an unused variable with an underscore (vponcova) - Remove the SessionBus object (vponcova) - Remove the ANACONDA_DATA_DIR constant (vponcova) - Remove the minLevel argument (vponcova) - Remove the logLevelMap variable (vponcova) - Add systemd-machine-id-setup on Live to common bugs (vslavik) - Remove the mpath flag (vslavik) - Stop using the mpath flag (vslavik)
2021-09-30 Martin Kolman <mkolman at redhat dot com> - 36.5-1 - In installer environment set static, not transient hostname (rvykydal) - Payload should wait for all storage related threads to finish (mkolman) - Update Rawhide release docs to state of the art as of Fedora 35 (mkolman) - Fix deprecation warning about Gdk.Cursor.new (vslavik) - Document workaround MGA G200e graphics card (mkolman) - Verify the OPAL compatibility with XFS features (vponcova) - Fix comments in the python-deps script (vslavik) - Use sysconfig in dracut directly, not via distutils (vslavik)

Provides

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

Files


Sources on Pagure