The following Fedora EPEL 8 Security updates need testing: Age URL 16 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-89ad385971 chromium-103.0.5060.114-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
c4project-0^20220802git2825506-2.el8 corectrl-1.2.5-2.el8 festival-freebsoft-utils-0.10-5.el8 icewm-2.9.9-2.el8 tmt-1.16.0-1.el8 zcfan-1.2.0-1.el8
Details about builds:
================================================================================ c4project-0^20220802git2825506-2.el8 (FEDORA-EPEL-2022-d7956f8824) Useful CMake scripts -------------------------------------------------------------------------------- Update Information:
Update to 2825506 -------------------------------------------------------------------------------- ChangeLog:
* Thu Aug 4 2022 Benjamin A. Beasley code@musicinmybrain.net 0^20220802git2825506-2 - Patch: Add s390x to c4_get_target_cpu_architecture * Thu Aug 4 2022 Benjamin A. Beasley code@musicinmybrain.net 0^20220802git2825506-1 - Update to 2825506 * Thu Aug 4 2022 Benjamin A. Beasley code@musicinmybrain.net 0^20220226git41a3a29-3 - Update License field to SPDX * Thu Aug 4 2022 Benjamin A. Beasley code@musicinmybrain.net 0^20220226git41a3a29-2 - Reduce macro indirection in the spec file * Thu Aug 4 2022 Benjamin A. Beasley code@musicinmybrain.net 0^20220226git41a3a29-1 - Update to 41a3a29; move snapshot info from release to version * Wed Jan 5 2022 Benjamin A. Beasley code@musicinmybrain.net 0-6 - Update to 9416f29 * Mon Dec 27 2021 Benjamin A. Beasley code@musicinmybrain.net 0-5 - Add dependency on git-core for c4_proj_get_version * Mon Dec 27 2021 Benjamin A. Beasley code@musicinmybrain.net 0-4 - Update to 7a35d94 * Wed Nov 3 2021 Benjamin A. Beasley code@musicinmybrain.net 0-3 - Simplify %%install section * Wed Nov 3 2021 Benjamin A. Beasley code@musicinmybrain.net 0-2 - Update to 8e2a2bf - [fix] fix install tests for aarch64 - [impl] add facilities to extract predefined CPU arch macros --------------------------------------------------------------------------------
================================================================================ corectrl-1.2.5-2.el8 (FEDORA-EPEL-2022-328149f630) Friendly hardware control -------------------------------------------------------------------------------- Update Information:
Update to latest version -------------------------------------------------------------------------------- ChangeLog:
* Wed Aug 3 2022 Artem Polishchuk ego.cordatus@gmail.com 1.2.5-1 - chore(update): 1.2.5 * Wed Jul 20 2022 Fedora Release Engineering releng@fedoraproject.org - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ festival-freebsoft-utils-0.10-5.el8 (FEDORA-EPEL-2022-64a2ebbdb2) Utilities that enhance Festival with some useful features -------------------------------------------------------------------------------- Update Information:
Update License field to SPDX, and correct the `License` field for the `-doc` subpackage to reflect its dual license. -------------------------------------------------------------------------------- ChangeLog:
* Wed Aug 3 2022 Benjamin A. Beasley code@musicinmybrain.net 0.10-5 - Update License field to SPDX - Additionally, correct the License field for the -doc subpackage to reflect its dual license. * Wed Aug 3 2022 Benjamin A. Beasley code@musicinmybrain.net 0.10-4 - Stop numbering patches --------------------------------------------------------------------------------
================================================================================ icewm-2.9.9-2.el8 (FEDORA-EPEL-2022-efa6761c92) Window manager designed for speed, usability, and consistency -------------------------------------------------------------------------------- Update Information:
Update to latest version -------------------------------------------------------------------------------- ChangeLog:
* Thu Aug 4 2022 Artem Polishchuk ego.cordatus@gmail.com 2.9.9-1 - chore(update): 2.9.9 * Thu Jul 21 2022 Fedora Release Engineering releng@fedoraproject.org 2.9.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ tmt-1.16.0-1.el8 (FEDORA-EPEL-2022-6a4b265597) Test Management Tool -------------------------------------------------------------------------------- Update Information:
Notable changes: - Backwards compatibility for `rstrnt-abort`, `rstrnt- report-log` and `rstrnt-report-result`. - Package installation using `rpm- ostree`. - Polarion export plugin. - Implement reboot reconnect timeout configuration and make sure machine was rebooted before reconnect. - Cut circular dependency of libraries. - Print result for `execute -v`. - Fixing the directory name escaping in 'cd' command. - Precommit hooks to call tmt * lint Whole changelog: - Reboot has to check for boot time - Fix path inside pre-commit test - Cut circular dependency of libraries - Update 'Develop' section of contribution docs - Precommit hooks to call tmt * lint - Schema loading helpers - Package schemas in subdirectories too - Implement reboot reconnect timeout configuration - Add missing report specifications/docs - Print result for execute -v - Correct import assumption about script - Ask mypy to check whole tmt.steps.report package - Fixing the directory name escaping in 'cd' command - Add polarion report plugin - Add schemas for plans - Write extra- nitrate as soon as possible - Retry git clone without --depth=1 if it failed - Support to lint attribute 'id' - Do not apply test command filter in upgrade - Fix export.py typing issues - Refactor location and signature of Phase's go() method - Simplify abort handling - Backwards compatibility for rstrnt-abort - Add type annotations for tmt/cli.py - Add typing for tmt/export.py - add typing for steps/discover/__init__.py - Convert guest implementations to use serializable container for load/save - Detect plugins by entry_point as well - Add typing for `steps/execute/__init__.py` - Add typing for `tmt/convert.py` - Remove duplicated dist-git-source/dist-git-type - Add typing for `steps/report/junit.py` - Add typing for `steps/report/html.py` - add typing for steps/report/display.py - Add typing for steps/report/__init__.py - tmt-file- submit is a bash script - Add type annotations for tmt/options.py - Backwards compatibility for `rstrnt-report-log` - Support conditional requires with `pip` as well - Remove duplicated short option in tmt lint - Adjust the `rstrnt- report-result` implementation - Backwards compatibility for `rstrnt-report- result` - Set the `1777` permision for `/var/tmp/tmt` - Adjust the fix for the `rpm-ostree` intallation - Fix package installation using `rpm-ostree` - Handle empty fmf file as an empty dictionary - Fix distgit testsuite after tmt packaging change -------------------------------------------------------------------------------- ChangeLog:
* Wed Aug 3 2022 Luk���� Zachar lzachar@redhat.com - 1.16.0-1 - Reboot has to check for boot time - Fix path inside pre-commit test - Cut circular dependency of libraries - Update 'Develop' section of contribution docs - Precommit hooks to call tmt * lint - Schema loading helpers - Package schemas in subdirectories too - Implement reboot reconnect timeout configuration - Add missing report specifications/docs - Print result for execute -v - Correct import assumption about script - Ask mypy to check whole tmt.steps.report package - Fixing the directory name escaping in 'cd' command - Add polarion report plugin - Add schemas for plans - Write extra-nitrate as soon as possible - Retry git clone without --depth=1 if it failed - Support to lint attribute 'id' - Do not apply test command filter in upgrade - Fix export.py typing issues - Refactor location and signature of Phase's go() method - Simplify abort handling - Backwards compatibility for rstrnt-abort - Add type annotations for tmt/cli.py - Add typing for tmt/export.py - add typing for steps/discover/__init__.py - Convert guest implementations to use serializable container for load/save - Detect plugins by entry_point as well - Add typing for `steps/execute/__init__.py` - Add typing for `tmt/convert.py` - Remove duplicated dist-git-source/dist-git-type - Add typing for `steps/report/junit.py` - Add typing for `steps/report/html.py` - add typing for steps/report/display.py - Add typing for steps/report/__init__.py - tmt-file-submit is a bash script - Add type annotations for tmt/options.py - Backwards compatibility for `rstrnt-report-log` - Support conditional requires with `pip` as well - Remove duplicated short option in tmt lint - Adjust the `rstrnt-report-result` implementation - Backwards compatibility for `rstrnt-report-result` - Set the `1777` permision for `/var/tmp/tmt` - Adjust the fix for the `rpm-ostree` intallation - Fix package installation using `rpm-ostree` - Handle empty fmf file as an empty dictionary - Fix distgit testsuite after tmt packaging change --------------------------------------------------------------------------------
================================================================================ zcfan-1.2.0-1.el8 (FEDORA-EPEL-2022-b77893f449) Zero-configuration fan daemon for ThinkPads -------------------------------------------------------------------------------- Update Information:
- Low fan level now uses level 1 internally - Reduce watchdog interval to 120 seconds - Increase responsiveness: reduce hysteresis to 3 ticks - Only try to disable the watchdog if write_fan_level was successful - Exit on first tick if there is a non-transient failure -------------------------------------------------------------------------------- ChangeLog:
* Thu Aug 4 2022 Michel Alexandre Salim michel@michel-slm.name 1.2.0-1 - Update to 1.2.0 * Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jul 9 2022 Davide Cavalca dcavalca@fedoraproject.org 1.1.1-1 - Update to 1.1.1 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2110164 - zcfan-1.2.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2110164 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org