6ee4abe797
Remove resolved scriptlets Don't install tests Resolves: RHEL-46277,RHEL-46576,RHEL-46280
24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
From a776dcf7af3b189f4f9616d174dbfc53a9bd6db6 Mon Sep 17 00:00:00 2001
|
|
From: Carlo Teubner <carlo@cteubner.net>
|
|
Date: Tue, 18 Jun 2024 09:41:59 +0100
|
|
Subject: [PATCH] NEWS: fix typo
|
|
|
|
(cherry picked from commit f6d517f8478bdd83b7d149b242a47d7686235c7e)
|
|
---
|
|
NEWS | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/NEWS b/NEWS
|
|
index bbee0852be..da81fe3c5d 100644
|
|
--- a/NEWS
|
|
+++ b/NEWS
|
|
@@ -195,7 +195,7 @@ CHANGES WITH 256:
|
|
additional per-user service managers, whose users are transient and
|
|
are only defined as long as the service manager is running. (This is
|
|
implemented via DynamicUser=1), allowing a user manager to be used to
|
|
- manager a group of processes without needing to create an actual user
|
|
+ manage a group of processes without needing to create an actual user
|
|
account. These service managers run with home directories of
|
|
/var/lib/capsules/<capsule-name> and can contain regular services and
|
|
other units. A capsule is started via a simple "systemctl start
|