summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.4.rst')
-rw-r--r--documentation/migration-guides/migration-2.4.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.4.rst b/documentation/migration-guides/migration-2.4.rst
index 07f2bef623..cab81356d8 100644
--- a/documentation/migration-guides/migration-2.4.rst
+++ b/documentation/migration-guides/migration-2.4.rst
@@ -51,7 +51,7 @@ occurred:
51 ``su`` is normally provided through the shadow file format. The 51 ``su`` is normally provided through the shadow file format. The
52 main ``util-linux`` package has runtime dependencies (i.e. 52 main ``util-linux`` package has runtime dependencies (i.e.
53 :term:`RDEPENDS`) on the ``util-linux-su`` package 53 :term:`RDEPENDS`) on the ``util-linux-su`` package
54 when "pam" is in ``DISTRO_FEATURES``. 54 when "pam" is in :term:`DISTRO_FEATURES`.
55 55
56 - The ``switch_root`` program is now packaged in a separate 56 - The ``switch_root`` program is now packaged in a separate
57 "util-linux-switch-root" package for small initramfs images that 57 "util-linux-switch-root" package for small initramfs images that
@@ -72,10 +72,10 @@ occurred:
72 change also eliminates needing to pull in the entire ``initscripts`` 72 change also eliminates needing to pull in the entire ``initscripts``
73 package. The main ``initscripts`` package has a runtime dependency 73 package. The main ``initscripts`` package has a runtime dependency
74 (i.e. :term:`RDEPENDS`) on the ``sushell`` package when "selinux" is in 74 (i.e. :term:`RDEPENDS`) on the ``sushell`` package when "selinux" is in
75 ``DISTRO_FEATURES``. 75 :term:`DISTRO_FEATURES`.
76 76
77- ``glib-2.0``: The ``glib-2.0`` package now has a recommended 77- ``glib-2.0``: The ``glib-2.0`` package now has a recommended
78 runtime dependency (i.e. ``RRECOMMENDS``) on the ``shared-mime-info`` 78 runtime dependency (i.e. :term:`RRECOMMENDS`) on the ``shared-mime-info``
79 package, since large portions of GIO are not useful without the MIME 79 package, since large portions of GIO are not useful without the MIME
80 database. You can remove the dependency by using the 80 database. You can remove the dependency by using the
81 :term:`BAD_RECOMMENDATIONS` variable if 81 :term:`BAD_RECOMMENDATIONS` variable if