[yast/yast-yast2] 1c79a8: Rename a .TXT file to .txt to test the casematchin...
Branch: refs/heads/broken-casefold Home: https://github.com/yast/yast-yast2 Commit: 1c79a8bbcfe2ca49009116ab9054fffe5aac909f https://github.com/yast/yast-yast2/commit/1c79a8bbcfe2ca49009116ab9054fffe5a... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M library/packages/test/data/rpm/licenses_test.tar.gz Log Message: ----------- Rename a .TXT file to .txt to test the casematching code usr/etc/YaST2/licenses/licenses_test_package/LICENSE.cz_CZ.TXT to usr/etc/YaST2/licenses/licenses_test_package/LICENSE.cz_CZ.txt Commit: 53eeac81f20083a50b70392e0eb2c37be3d75448 https://github.com/yast/yast-yast2/commit/53eeac81f20083a50b70392e0eb2c37be3... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M library/packages/src/lib/y2packager/licenses_fetchers/archive.rb Log Message: ----------- Fix case-insensitive finding of LICENSE.*.TXT (bsc#1215698) Ruby 3.1 drops the formerly working FNM_CASEFOLD for `Dir.glob` but it keeps working for `File.fnmatch?` For added fun, `glob` has brace expansion built in but `fnmatch?` needs `FNM_EXTGLOB` for that. Compare: https://github.com/yast/yast-yast2/compare/d2ff5d7d725f...53eeac81f200
participants (1)
-
Martin Vidner