diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3e55c85d0..77b9a759b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - do not override bootloader on upgrade (mga#18638) +- fix running with nss 3.24 - debug build: o gdb needs python3 instead of python2 (and guile as well) o fix loadkeys in debug mode on tty1 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 8536d7b5f..9d1d7b6e3 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -235,6 +235,7 @@ <!-- modules used by libnss3 --> libfreebl3.so + libfreeblpriv3.so libsoftokn3.so <!-- needed by dmraid --> |