The following Fedora EPEL 9 Security updates need testing: Age URL 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-97fbf85fb6 suricata-6.0.6-1.el9 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1026769ad3 python-ujson-5.4.0-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
collada-dom-2.5.0-26.el9 composer-2.3.10-1.el9 libmongocrypt-1.5.1-1.el9 mongo-c-driver-1.22.0-1.el9 netcdf-cxx-4.2-28.el9 php-pecl-mongodb-1.14.0-1.el9 python-distroinfo-0.5.0-3.el9 python-evdev-1.6.0-1.el9 python-pymod2pkg-0.17.1-14.el9 trash-cli-0.22.4.16-1.el9 utf8cpp-3.2.1-3.el9 vim-mediawiki-0.2^1.26e5737-1.el9 xclipboard-1.1.4-1.el9
Details about builds:
================================================================================ collada-dom-2.5.0-26.el9 (FEDORA-EPEL-2022-150ca99dbd) COLLADA Document Object Model Library -------------------------------------------------------------------------------- Update Information:
New package for EPEL9 -------------------------------------------------------------------------------- ChangeLog:
* Wed May 4 2022 Thomas Rodgers trodgers@redhat.com - 2.5.0-21 - Rebuilt for Boost 1.78 * Tue Apr 12 2022 Till Hofmann thofmann@fedoraproject.org - 2.5.0-20 - Update minizip patch to fix FTBFS * Wed Jan 19 2022 Fedora Release Engineering releng@fedoraproject.org - 2.5.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 6 2021 Jonathan Wakely jwakely@redhat.com - 2.5.0-18 - Rebuilt for Boost 1.76 * Wed Jul 21 2021 Fedora Release Engineering releng@fedoraproject.org - 2.5.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Feb 9 2021 Miro Hron��ok mhroncok@redhat.com - 2.5.0-16 - Rebuilt for minizip 3.0.0 * Tue Jan 26 2021 Fedora Release Engineering releng@fedoraproject.org - 2.5.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Jonathan Wakely jwakely@redhat.com - 2.5.0-14 - Rebuilt for Boost 1.75 * Sat Aug 1 2020 Fedora Release Engineering releng@fedoraproject.org - 2.5.0-13 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering releng@fedoraproject.org - 2.5.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu May 28 2020 Jonathan Wakely jwakely@redhat.com - 2.5.0-11 - Rebuilt for Boost 1.73 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2099885 - Please branch and build openCOLLADA and openCOLLADA-devel in epel9 https://bugzilla.redhat.com/show_bug.cgi?id=2099885 --------------------------------------------------------------------------------
================================================================================ composer-2.3.10-1.el9 (FEDORA-EPEL-2022-220286d317) Dependency Manager for PHP -------------------------------------------------------------------------------- Update Information:
**Version 2.3.10** - 2022-07-13 * Fixed plugins from CWD/vendor being loaded in some cases like create-project or validate even though the target directory is outside of CWD (#10935) * Fixed support for legacy (Composer 1.x, e.g. hirak/prestissimo) plugins which will not warn/error anymore if not in allow- plugins, as they are anyway not loaded (#10928) * Fixed pre-install check for allowed plugins not taking --no-plugins into account (#10925) * Fixed support for disable_functions containing disk_free_space (#10936) * Fixed RootPackageRepository usages to always clone the root package to avoid interoperability issues with plugins (#10940) -------------------------------------------------------------------------------- ChangeLog:
* Thu Jul 14 2022 Remi Collet remi@remirepo.net - 2.3.10-1 - update to 2.3.10 --------------------------------------------------------------------------------
================================================================================ libmongocrypt-1.5.1-1.el9 (FEDORA-EPEL-2022-9a31fa762f) The companion C library for client side encryption in drivers -------------------------------------------------------------------------------- Update Information:
**libmongocrypt 1.5.1** Bug fixes: - Update to use new payload for FLE 2.0 find. - Require contention factor. - Fix handling of create command with $jsonSchema. - Fix leak on encrypt or decrypt error. Improvements: - Accept string values for QueryType and IndexType. ---- **libbson 1.22.0** Bug fixes: - Fix BSON_ASSERT triggered by invalid JavaScript/JSON. ---- **libmongoc 1.22.0** Bug fixes: - Do not auto decrypt before emitting CommandSucceeded events. Improvements: - Use OP_MSG if a server API version is requested. Features: - Add server connectionId to command monitoring events. - Add support for the comment field to all helpers. - Support mongo_shared shared library. - Support pre-point-in-time change stream events. - Support Queryable Encryption. - Support 'let' option for multiple CRUD commands. - Add Key Management API functions. ---- **pecl/mongodb 1.14.0** Bugs * [PHPC-2088] - Memory leak in php_phongo_zval_to_bson_value * [PHPC-2089] - Various bson_value_t memory leaks in ClientEncryption methods * [PHPC-2098] - phongo_clientencryption_init uses wrong signature when compiling without CSFLE Epic * [PHPC-2045] - FLE 1.0 Shared Library * [PHPC-2091] - Queryable Encryption Support New Features * [PHPC-1899] - getServerConnectionId for command monitoring events * [PHPC-2005] - Support 'let' option for multiple CRUD commands * [PHPC-2049] - BulkWrite and Query support comment option of any type * [PHPC-2085] - autoEncryption options for queryable encryption * [PHPC-2092] - ClientEncryption options for queryable encryption * [PHPC-2096] - Implement Manager::getEncryptedFieldsMap() * [PHPC-2097] - Enable ClientEncryption constructor Tasks * [PHPC-2053] - Remove mongodb.mock_service_id INI option * [PHPC-2078] - Allow PECL release-upload.php to verify version constants * [PHPC-2086] - Test against MongoDB 6.0 * [PHPC-2090] - Add MongoDB 5.0 to load balancer CI matrix * [PHPC-2099] - Add crypt_shared to CI matrix as an alternative to mongocryptd * [PHPC-2109] - Document Queryable Encryption API as "Public Technical Preview" Improvements * [PHPC-2087] - Bump maxWireVersion for MongoDB 6.0 * [PHPC-2094] - Relay command comment when constructing a cursor * [PHPC-2104] - EncryptOpts queryType should accept a string consistent with queryType in encryptedFields -------------------------------------------------------------------------------- ChangeLog:
* Mon Jul 18 2022 Remi Collet remi@remirepo.net - 1.5.1-1 - update to 1.5.1 - open https://jira.mongodb.org/browse/MONGOCRYPT-451 build with shared libbson - open https://jira.mongodb.org/browse/MONGOCRYPT-460 ABI/API breakage --------------------------------------------------------------------------------
================================================================================ mongo-c-driver-1.22.0-1.el9 (FEDORA-EPEL-2022-9a31fa762f) Client library written in C for MongoDB -------------------------------------------------------------------------------- Update Information:
**libmongocrypt 1.5.1** Bug fixes: - Update to use new payload for FLE 2.0 find. - Require contention factor. - Fix handling of create command with $jsonSchema. - Fix leak on encrypt or decrypt error. Improvements: - Accept string values for QueryType and IndexType. ---- **libbson 1.22.0** Bug fixes: - Fix BSON_ASSERT triggered by invalid JavaScript/JSON. ---- **libmongoc 1.22.0** Bug fixes: - Do not auto decrypt before emitting CommandSucceeded events. Improvements: - Use OP_MSG if a server API version is requested. Features: - Add server connectionId to command monitoring events. - Add support for the comment field to all helpers. - Support mongo_shared shared library. - Support pre-point-in-time change stream events. - Support Queryable Encryption. - Support 'let' option for multiple CRUD commands. - Add Key Management API functions. ---- **pecl/mongodb 1.14.0** Bugs * [PHPC-2088] - Memory leak in php_phongo_zval_to_bson_value * [PHPC-2089] - Various bson_value_t memory leaks in ClientEncryption methods * [PHPC-2098] - phongo_clientencryption_init uses wrong signature when compiling without CSFLE Epic * [PHPC-2045] - FLE 1.0 Shared Library * [PHPC-2091] - Queryable Encryption Support New Features * [PHPC-1899] - getServerConnectionId for command monitoring events * [PHPC-2005] - Support 'let' option for multiple CRUD commands * [PHPC-2049] - BulkWrite and Query support comment option of any type * [PHPC-2085] - autoEncryption options for queryable encryption * [PHPC-2092] - ClientEncryption options for queryable encryption * [PHPC-2096] - Implement Manager::getEncryptedFieldsMap() * [PHPC-2097] - Enable ClientEncryption constructor Tasks * [PHPC-2053] - Remove mongodb.mock_service_id INI option * [PHPC-2078] - Allow PECL release-upload.php to verify version constants * [PHPC-2086] - Test against MongoDB 6.0 * [PHPC-2090] - Add MongoDB 5.0 to load balancer CI matrix * [PHPC-2099] - Add crypt_shared to CI matrix as an alternative to mongocryptd * [PHPC-2109] - Document Queryable Encryption API as "Public Technical Preview" Improvements * [PHPC-2087] - Bump maxWireVersion for MongoDB 6.0 * [PHPC-2094] - Relay command comment when constructing a cursor * [PHPC-2104] - EncryptOpts queryType should accept a string consistent with queryType in encryptedFields -------------------------------------------------------------------------------- ChangeLog:
* Mon Jul 18 2022 Remi Collet remi@remirepo.net - 1.22.0-1 - update to 1.22.0 - raise dependency to libmongocrypt 1.5.0 --------------------------------------------------------------------------------
================================================================================ netcdf-cxx-4.2-28.el9 (FEDORA-EPEL-2022-f202953c95) Legacy netCDF C++ library -------------------------------------------------------------------------------- Update Information:
Build for EPEL9 -------------------------------------------------------------------------------- ChangeLog:
* Tue Aug 10 2021 Orion Poplawski orion@nwra.com - 4.2-28 - Rebuild for netcdf 4.8.0 * Thu Jul 22 2021 Fedora Release Engineering releng@fedoraproject.org - 4.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering releng@fedoraproject.org - 4.2-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering releng@fedoraproject.org - 4.2-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering releng@fedoraproject.org - 4.2-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ php-pecl-mongodb-1.14.0-1.el9 (FEDORA-EPEL-2022-9a31fa762f) MongoDB driver for PHP -------------------------------------------------------------------------------- Update Information:
**libmongocrypt 1.5.1** Bug fixes: - Update to use new payload for FLE 2.0 find. - Require contention factor. - Fix handling of create command with $jsonSchema. - Fix leak on encrypt or decrypt error. Improvements: - Accept string values for QueryType and IndexType. ---- **libbson 1.22.0** Bug fixes: - Fix BSON_ASSERT triggered by invalid JavaScript/JSON. ---- **libmongoc 1.22.0** Bug fixes: - Do not auto decrypt before emitting CommandSucceeded events. Improvements: - Use OP_MSG if a server API version is requested. Features: - Add server connectionId to command monitoring events. - Add support for the comment field to all helpers. - Support mongo_shared shared library. - Support pre-point-in-time change stream events. - Support Queryable Encryption. - Support 'let' option for multiple CRUD commands. - Add Key Management API functions. ---- **pecl/mongodb 1.14.0** Bugs * [PHPC-2088] - Memory leak in php_phongo_zval_to_bson_value * [PHPC-2089] - Various bson_value_t memory leaks in ClientEncryption methods * [PHPC-2098] - phongo_clientencryption_init uses wrong signature when compiling without CSFLE Epic * [PHPC-2045] - FLE 1.0 Shared Library * [PHPC-2091] - Queryable Encryption Support New Features * [PHPC-1899] - getServerConnectionId for command monitoring events * [PHPC-2005] - Support 'let' option for multiple CRUD commands * [PHPC-2049] - BulkWrite and Query support comment option of any type * [PHPC-2085] - autoEncryption options for queryable encryption * [PHPC-2092] - ClientEncryption options for queryable encryption * [PHPC-2096] - Implement Manager::getEncryptedFieldsMap() * [PHPC-2097] - Enable ClientEncryption constructor Tasks * [PHPC-2053] - Remove mongodb.mock_service_id INI option * [PHPC-2078] - Allow PECL release-upload.php to verify version constants * [PHPC-2086] - Test against MongoDB 6.0 * [PHPC-2090] - Add MongoDB 5.0 to load balancer CI matrix * [PHPC-2099] - Add crypt_shared to CI matrix as an alternative to mongocryptd * [PHPC-2109] - Document Queryable Encryption API as "Public Technical Preview" Improvements * [PHPC-2087] - Bump maxWireVersion for MongoDB 6.0 * [PHPC-2094] - Relay command comment when constructing a cursor * [PHPC-2104] - EncryptOpts queryType should accept a string consistent with queryType in encryptedFields -------------------------------------------------------------------------------- ChangeLog:
* Mon Jul 18 2022 Remi Collet remi@remirepo.net - 1.14.0-1 - update to 1.14.0 - raise dependency on libbson and libmongoc 1.22.0 - raise dependency on libmongocrypt 1.5.0 --------------------------------------------------------------------------------
================================================================================ python-distroinfo-0.5.0-3.el9 (FEDORA-EPEL-2022-e1886661c4) Parsing and querying distribution metadata stored in text/YAML files -------------------------------------------------------------------------------- Update Information:
Update to 0.5.0 -------------------------------------------------------------------------------- ChangeLog:
* Mon Jun 13 2022 Python Maint python-maint@redhat.com - 0.5.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Aug 31 2021 Javier Pe��a jpena@redhat.com - 0.5.0-1 - Updated to version 0.5.0. * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 0.4.0-2 - Rebuilt for Python 3.10 * Wed Mar 3 2021 Javier Pe��a jpena@redhat.com - 0.4.0-1 - Updated to version 0.4.0. * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ python-evdev-1.6.0-1.el9 (FEDORA-EPEL-2022-0822e38cff) Python bindings for the Linux input handling subsystem -------------------------------------------------------------------------------- Update Information:
Bump to version 1.6.0 -------------------------------------------------------------------------------- ChangeLog:
* Sun Jul 17 2022 Georgi Valkov georgi.t.valkov@gmail.com 1.6.0-1 - Bump to version 1.6.0 * Mon Jun 13 2022 Python Maint python-maint@redhat.com - 1.5.0-2 - Rebuilt for Python 3.11 * Thu Mar 24 2022 Georgi Valkov georgi.t.valkov@gmail.com 1.5.0-1 - Bump to version 1.5.0 * Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 1.1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 1.1.2-12 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 1.1.2-11 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 1.1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 1.1.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2104491 - Please branch and build python-evdev in epel9 https://bugzilla.redhat.com/show_bug.cgi?id=2104491 --------------------------------------------------------------------------------
================================================================================ python-pymod2pkg-0.17.1-14.el9 (FEDORA-EPEL-2022-834c9c714b) python module name to package name map -------------------------------------------------------------------------------- Update Information:
Update to 0.17.1 -------------------------------------------------------------------------------- ChangeLog:
* Tue Jun 28 2022 Joel Capitao jcapitao@redhat.com - 0.17.1-14 - Disable tests * Tue Jun 28 2022 Joel Capitao jcapitao@redhat.com - 0.17.1-13 - Remove py2 bits - Add conditionnal to tests * Thu Jun 16 2022 Python Maint python-maint@redhat.com - 0.17.1-12 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.17.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.17.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 0.17.1-9 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.17.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.17.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ trash-cli-0.22.4.16-1.el9 (FEDORA-EPEL-2022-28faa2fb0f) Command line interface to the freedesktop.org trashcan -------------------------------------------------------------------------------- Update Information:
Bring F36 trash-cli (0.22.4.16) to EPEL 9 -------------------------------------------------------------------------------- ChangeLog:
* Sun Apr 17 2022 Ben Kircher bkircher@0xadd.de - 0.22.4.16-1 - Update to 0.22.4.16 * Sat Jan 22 2022 Fedora Release Engineering releng@fedoraproject.org - 0.21.10.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Dec 21 2021 Ben Kircher bkircher@0xadd.de - 0.21.10.24-1 - Update to 0.21.10.24 * Sun Aug 1 2021 Benjamin Kircher bkircher@0xadd.de - 0.21.7.24-1 - Update to 0.21.7.24 * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.21.6.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 23 2021 David Auer dreua@posteo.de - 0.21.6.10.1-1 - Update to 0.21.6.10.1 - Fix manpage globbing * Fri Jun 4 2021 Python Maint python-maint@redhat.com - 0.21.4.18-2 - Rebuilt for Python 3.10 * Sat Apr 24 2021 Benjamin Kircher bkircher@0xadd.de - 0.21.4.18-1 - Update to new upstream release * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.20.11.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Nov 10 2020 Benjamin Kircher bkircher@0xadd.de - 0.20.11.7-1 - Update to new upstream release * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.17.1.14-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hron��ok mhroncok@redhat.com - 0.17.1.14-11 - Rebuilt for Python 3.9 -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2107749 - Please branch and build trash-cli in epel9 https://bugzilla.redhat.com/show_bug.cgi?id=2107749 --------------------------------------------------------------------------------
================================================================================ utf8cpp-3.2.1-3.el9 (FEDORA-EPEL-2022-53914df5a0) A simple, portable and lightweight library for handling UTF-8 encoded strings -------------------------------------------------------------------------------- Update Information:
EPEL9 build of utf8cpp. -------------------------------------------------------------------------------- ChangeLog:
* Sat Jan 22 2022 Fedora Release Engineering releng@fedoraproject.org - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 7 2021 Dominik 'Rathann' Mierzejewski rpm@greysector.net - 3.2.1-1 - update to 3.2.1 (#1968224) * Wed May 19 2021 Dominik 'Rathann' Mierzejewski rpm@greysector.net - 3.2-2 - add missed compatibility link for cpp17.h * Tue May 4 2021 Dominik 'Rathann' Mierzejewski rpm@greysector.net - 3.2-1 - update to 3.2 (#1956027) * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Oct 5 2020 Dominik 'Rathann' Mierzejewski rpm@greysector.net - 3.1.2-1 - update to 3.1.2 (#1883049) * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jan 31 2020 Fedora Release Engineering releng@fedoraproject.org - 3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2101038 - Please branch and build utf8cpp for EPEL 9 https://bugzilla.redhat.com/show_bug.cgi?id=2101038 --------------------------------------------------------------------------------
================================================================================ vim-mediawiki-0.2^1.26e5737-1.el9 (FEDORA-EPEL-2022-8d89fe9030) Vim syntax highlighting for MediaWiki -------------------------------------------------------------------------------- Update Information:
Initial package. -------------------------------------------------------------------------------- ChangeLog:
* Mon Jul 18 2022 Carl George carl@george.computer 0.2^1.26e5737-1 - Initial package, resolves rhbz#2107962 --------------------------------------------------------------------------------
================================================================================ xclipboard-1.1.4-1.el9 (FEDORA-EPEL-2022-b6a9c3abb0) Utility to collect and display text selections -------------------------------------------------------------------------------- Update Information:
Initial EL-9 build. -------------------------------------------------------------------------------- ChangeLog:
* Mon Jul 11 2022 Ali Erdinc Koroglu aekoroglu@fedoraproject.org - 1.1.4-1 - Update to 1.1.4 (RHBZ #2105829) * Sat Jan 22 2022 Fedora Release Engineering releng@fedoraproject.org - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Apr 8 2021 Peter Hutterer peter.hutterer@redhat.com - 1.1.3-2 - Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245) * Tue Mar 2 2021 Peter Hutterer peter.hutterer@redhat.com 1.1.3-1 - Split xclipboard out from xorg-x11-apps into a separate package (#1933939) -------------------------------------------------------------------------------- References:
[ 1 ] Bug #2107664 - epel9 package depends on xclipboard, which is not available https://bugzilla.redhat.com/show_bug.cgi?id=2107664 --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org