aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-04-17 14:26:15 -0400
committerMike Gilbert <floppym@gentoo.org>2022-04-19 17:26:29 -0400
commit7fc944cc8b64a739adac5d62d15b744af1c6ce83 (patch)
tree565e4dad97cfe214771df582a711a5ba71f76c66
parent2022-04-17-systemd-utils-update-needed: new emergency item (diff)
downloadgentoo-news-7fc944cc8b64a739adac5d62d15b744af1c6ce83.tar.gz
gentoo-news-7fc944cc8b64a739adac5d62d15b744af1c6ce83.tar.bz2
gentoo-news-7fc944cc8b64a739adac5d62d15b744af1c6ce83.zip
2022-04-19-systemd-utils: new entry
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt b/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
new file mode 100644
index 0000000..ed11880
--- /dev/null
+++ b/2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt
@@ -0,0 +1,42 @@
+Title: Migration to sys-apps/systemd-utils
+Author: Mike Gilbert <floppym@gentoo.org>
+Posted: 2022-04-19
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Installed: sys-apps/systemd-tmpfiles
+Display-If-Installed: sys-apps/systemd-utils
+Display-If-Installed: sys-boot/systemd-boot
+Display-If-Installed: sys-fs/udev
+
+The sys-apps/systemd-utils package was recently added to the gentoo
+repository. This replaces sys-apps/systemd-tmpfiles,
+sys-boot/systemd-boot, and sys-fs/udev with a single package. USE flags
+are provided to allow each component to be enabled or disabled. This
+change was made to significantly ease maintenance of tools split out
+from systemd.
+
+When upgrading to sys-apps/systemd-tmpfiles-250,
+sys-apps/systemd-utils[tmpfiles] will be pulled in as a dependency.
+
+When upgrading to sys-boot/systemd-boot-250,
+sys-apps/systemd-utils[boot] will be pulled in as a dependency.
+
+When upgrading to sys-fs/udev-250, sys-apps/systemd-utils[udev] will be
+pulled in as a dependency.
+
+At a later date, sys-apps/systemd-tmpfiles, sys-boot/systemd-boot, and
+sys-fs/udev will be masked for removal once a suitable version of
+sys-apps/systemd-utils has been marked stable and sufficient time has
+been provided for users to migrate.
+
+Possible problems when upgrading:
+
+1. If sys-fs/eudev is present in the world file (@selected), emerge will
+ abort the upgrade with a unsolvable blocker error. To resolve this,
+ either remove sys-fs/eudev from the world file
+ (emerge --deselect sys-fs/eudev), or disable the 'udev' USE flag for
+ sys-apps/systemd-utils.
+
+2. The 'boot' USE flag on sys-apps/systemd-utils is disabled by default.
+ Users migrating from sys-boot/systemd-boot will need to enable the
+ 'boot' USE flag (in package.use) to continue receiving updates.