diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-11-22 00:11:19 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-11-22 00:11:19 +0200 |
commit | 25242cf5146d105a09332a35c1ce24cdc914bb3a (patch) | |
tree | ac0d2a2125ec8bc3477a9d4a0c28e5324aade833 /rescue | |
parent | 14b3d9c8910d0387ed91ed53a6a62be54600b5a3 (diff) | |
download | drakx-25242cf5146d105a09332a35c1ce24cdc914bb3a.tar drakx-25242cf5146d105a09332a35c1ce24cdc914bb3a.tar.gz drakx-25242cf5146d105a09332a35c1ce24cdc914bb3a.tar.bz2 drakx-25242cf5146d105a09332a35c1ce24cdc914bb3a.tar.xz drakx-25242cf5146d105a09332a35c1ce24cdc914bb3a.zip |
add some missing perl bits, more needed
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/NEWS | 2 | ||||
-rw-r--r-- | rescue/list.xml | 47 |
2 files changed, 44 insertions, 5 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index 397b8dca4..a20f773f6 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- add missing perl bits + Version 1.59 - 26 August 2018 by Thomas Backlund - adapt for btrfs-progs 4.17.1 diff --git a/rescue/list.xml b/rescue/list.xml index 08518d680..89df5c897 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -201,17 +201,30 @@ warnings.pm Carp.pm Exporter.pm - File/Path.pm + Exporter/Heavy.pm + feature.pm File/Basename.pm - XSLoader.pm - Symbol.pm + File/Path.pm + locale.pm SelectSaver.pm + Symbol.pm + XSLoader.pm </from> <from expand="main-perl-bin"> + _h2ph_pre.ph + asm/unistd_32.ph + asm/unistd_64.ph + asm/unistd.ph + bits/syscall.ph + bits/wordsize.ph + syscall.ph + sys/syscall.ph re.pm + Config.pm Cwd.pm auto/Cwd/Cwd.so + auto/File/Glob/Glob.so auto/POSIX/POSIX.so POSIX.pm lib.pm @@ -224,6 +237,7 @@ auto/IO/IO.so auto/Socket/Socket.so Errno.pm + File/Glob.pm IO/Socket/INET.pm IO/Socket/UNIX.pm </from> @@ -232,6 +246,16 @@ packdrake.pm MDV/Packdrakeng.pm </from> + +<from expand="rpm" matching="m!^/usr/(share|LIB)/perl5! and !/\.pod$/"> + perl-libintl-perl + perl-Locale-gettext + <!-- for MDK::Cmmon: --> + perl-File-Sync + perl-Filesys-Df + perl-MDK-Common +</from> + </filter> <from dir="/etc"> @@ -410,12 +434,25 @@ </to> </from> <from dir="/usr/lib/libDrakX" expand="glob"> - raid.pm <!-- required when needed in guessmounts --> + auto/c/stuff/stuff.so + c.pm + c/stuff.pm + common.pm + detect_devices.pm + devices.pm + fs/dmraid.pm <!-- required by fsedit --> + fs/proc_partitions.pm fs/remote.pm <!-- required by fs::remote::* --> fs/remote/davfs.pm <!-- required by fs --> fs/remote/smb.pm <!-- required by fs --> - fs/dmraid.pm <!-- required by fsedit --> + fs/type.pm + list_modules.pm + log.pm + modules.pm + modules/*.pm partition_table/*.pm <!-- required by partimage_whole_disk --> + raid.pm <!-- required when needed in guessmounts --> + run_program.pm </from> </filter> |