summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-03-19 11:04:10 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-03-19 11:41:03 +0100
commit782d9bd8cc26dbfc3fc8dc6a9a24f30515893869 (patch)
tree19eac77ad2139d1884c74fbdefcf291b3589719a
parentd9b2059c98e8302684d7c77027c2c19fe081f984 (diff)
downloaddrakx-782d9bd8cc26dbfc3fc8dc6a9a24f30515893869.tar
drakx-782d9bd8cc26dbfc3fc8dc6a9a24f30515893869.tar.gz
drakx-782d9bd8cc26dbfc3fc8dc6a9a24f30515893869.tar.bz2
drakx-782d9bd8cc26dbfc3fc8dc6a9a24f30515893869.tar.xz
drakx-782d9bd8cc26dbfc3fc8dc6a9a24f30515893869.zip
include Encode::Unicode module
needed by bootloader::write_refind()
-rw-r--r--rescue/NEWS1
-rw-r--r--rescue/list.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 328317f0e..b8459a5a8 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -3,6 +3,7 @@
- include F2FS tools
- include missing LVM tools symlinks (mga#25466)
- include ntfs3g compression support plugin
+- include Encode::Unicode module for reFind
Version 1.62 - 18 June 2019 by Thomas Backlund
diff --git a/rescue/list.xml b/rescue/list.xml
index 3d108750b..63d045624 100644
--- a/rescue/list.xml
+++ b/rescue/list.xml
@@ -232,6 +232,8 @@
IO.pm
IO/Handle.pm
Encode/Symbol.pm
+ Encode/Unicode.pm
+ auto/Encode/Unicode/Unicode.so
DynaLoader.pm
auto/IO/IO.so
auto/Socket/Socket.so