* [gentoo-commits] data/gentoo-news:master commit in: 2022-04-19-systemd-utils/
@ 2022-04-19 21:27 Mike Gilbert
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2022-04-19 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 7fc944cc8b64a739adac5d62d15b744af1c6ce83
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:26:15 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 21:26:29 2022 +0000
URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=7fc944cc
2022-04-19-systemd-utils: new entry
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
.../2022-04-19-systemd-utils.en.txt | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
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.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] data/gentoo-news:master commit in: 2022-04-19-systemd-utils/
@ 2022-05-30 23:28 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-05-30 23:28 UTC (permalink / raw
To: gentoo-commits
commit: cfa8603a631b0e72c3e8d081e0b6522c8e516e66
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 23:28:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 30 23:28:03 2022 +0000
URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=cfa8603a
2022-04-19-systemd-utils: clarify purpose is for OpenRC users
Signed-off-by: Sam James <sam <AT> gentoo.org>
2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 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
index ed11880..570c1e8 100644
--- 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
@@ -10,10 +10,10 @@ 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.
+sys-boot/systemd-boot, and sys-fs/udev with a single package, and is
+for OpenRC users. 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.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] data/gentoo-news:master commit in: 2022-04-19-systemd-utils/
@ 2022-05-30 23:37 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-05-30 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 6e976b2854be2c5492025489dacba2158872a768
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 23:36:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 30 23:36:38 2022 +0000
URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=6e976b28
2022-04-19-systemd-utils: mention carrying over USE flags if needed more explicitly
It's been a problem w/ some people not carrying over ABI_X86_32 in particular.
Thanks-to: kurly
Signed-off-by: Sam James <sam <AT> gentoo.org>
2022-04-19-systemd-utils/2022-04-19-systemd-utils.en.txt | 5 +++++
1 file changed, 5 insertions(+)
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
index 799fad1..5224564 100644
--- 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
@@ -43,3 +43,8 @@ Possible problems when upgrading:
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.
+
+3. If you have package.use entries for any of sys-apps/systemd-tmpfiles,
+ sys-boot/systemd-boot, or sys-fs/udev, please update the relevant lines
+ to refer to sys-apps/systemd-utils instead. This might include
+ ABI_X86_32 for some users!
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-30 23:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-30 23:28 [gentoo-commits] data/gentoo-news:master commit in: 2022-04-19-systemd-utils/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-05-30 23:37 Sam James
2022-04-19 21:27 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox