diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-10-29 12:04:08 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-10-29 12:04:08 +0100 |
commit | 4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c (patch) | |
tree | 4b5770e99ad9cac85fc886b2e7d4ae098070a33b | |
parent | ec40e19eaa63bd8999628387830320b7888a4341 (diff) | |
download | drakx-4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c.tar drakx-4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c.tar.gz drakx-4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c.tar.bz2 drakx-4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c.tar.xz drakx-4c5c212e005de3fb7c32ea65da2a64bcfff5fd5c.zip |
Include rpm & rpmdb in stage 2 installer files.
These are needed to allow the rpm database to be converted to sqlite
when upgrading an older Mageia installation (mga#31024).
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ef2751388..4e1b1b05a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- Include rpm & rpmdb to allow database to be converted to sqlite (mga#31024) - Adapt to WebKit2 4.1 - bootloader: ensure efivars are mounted before installing a UEFI bootloader (mga#31008) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index a8064e7d8..fcab1be9b 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -3,6 +3,7 @@ <from expand="binary"> ash dash.static echo aria2c cp curl md5sum wget <!-- needed by urpmi --> + rpm rpmdb <!-- needed to rebuild database --> cpio gzip bzip2 xz grub2-editenv insmod modinfo rmmod modprobe lsmod @@ -283,6 +284,7 @@ </mode> /usr/share/libDrakX/pixmaps /usr/lib/rpm/rpmrc + /usr/lib/rpm/rpmpopt-4.18.0 /usr/lib/rpm/mageia/macros /usr/lib/rpm/macros /usr/share/pci.ids |