Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Cc: pr@g.o, Mike Gilbert <floppym@g.o>
Subject: [gentoo-dev] [PATCH v2] 2022-04-21-systemd-utils: new entry
Date: Sun, 17 Apr 2022 20:33:12
Message-Id: 20220417203236.3657690-1-floppym@gentoo.org
In Reply to: [gentoo-dev] [PATCH] 2022-04-21-systemd-utils: new entry by Mike Gilbert
1 Signed-off-by: Mike Gilbert <floppym@g.o>
2 ---
3 v2: Wrapped text at 72 characters, incorporated suggestions by sam.
4
5 .../2022-04-21-systemd-utils.en.txt | 42 +++++++++++++++++++
6 1 file changed, 42 insertions(+)
7 create mode 100644 2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt
8
9 diff --git a/2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt b/2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt
10 new file mode 100644
11 index 0000000..e365cd3
12 --- /dev/null
13 +++ b/2022-04-21-systemd-utils/2022-04-21-systemd-utils.en.txt
14 @@ -0,0 +1,42 @@
15 +Title: Migration to sys-apps/systemd-utils
16 +Author: Mike Gilbert <floppym@g.o>
17 +Posted: 2022-04-21
18 +Revision: 1
19 +News-Item-Format: 2.0
20 +Display-If-Installed: sys-apps/systemd-tmpfiles
21 +Display-If-Installed: sys-apps/systemd-utils
22 +Display-If-Installed: sys-boot/systemd-boot
23 +Display-If-Installed: sys-fs/udev
24 +
25 +The sys-apps/systemd-utils package was recently added to the gentoo
26 +repository. This replaces sys-apps/systemd-tmpfiles,
27 +sys-boot/systemd-boot, and sys-fs/udev with a single package. USE flags
28 +are provided to allow each component to be enabled or disabled. This
29 +change was made to significantly ease maintenance of tools split out
30 +from systemd.
31 +
32 +When upgrading to sys-apps/systemd-tmpfiles-250,
33 +sys-apps/systemd-utils[tmpfiles] will be pulled in as a dependency.
34 +
35 +When upgrading to sys-boot/systemd-boot-250,
36 +sys-apps/systemd-utils[boot] will be pulled in as a dependency.
37 +
38 +When upgrading to sys-fs/udev-250, sys-apps/systemd-utils[udev] will be
39 +pulled in as a dependency.
40 +
41 +At a later date, sys-apps/systemd-tmpfiles, sys-boot/systemd-boot, and
42 +sys-fs/udev will be masked for removal once a suitable version of
43 +sys-apps/systemd-utils has been marked stable and sufficient time has
44 +been provided for users to migrate.
45 +
46 +Possible problems when upgrading:
47 +
48 +1. If sys-fs/eudev is present in the world file (@selected), emerge will
49 + abort the upgrade with a unsolvable blocker error. To resolve this,
50 + either remove sys-fs/eudev from the world file
51 + (emerge --deselect sys-fs/eudev), or disable the 'udev' USE flag for
52 + sys-apps/systemd-utils.
53 +
54 +2. The 'boot' USE flag on sys-apps/systemd-utils is disabled by default.
55 + Users migrating from sys-boot/systemd-boot will need to enable the
56 + 'boot' USE flag (in package.use) to continue receiving updates.
57 --
58 2.35.1