diff --git a/systemd.spec b/systemd.spec
index 2e4c79d..cb4f895 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -635,8 +635,8 @@ Requires:      python3dist(psutil)
 License:       LGPL-2.1-or-later
 
 %description tests
-"Installed tests" that are usually run as part of the build system. They can be
-useful to test systemd internals.
+Systemd unit tests used to test the internal implementation after a build.
+Different binaries test different parts of the codebase.
 
 %package standalone-repart
 Summary:       Standalone systemd-repart binary for use on systems without systemd
@@ -646,9 +646,9 @@ Suggests:      coreutils-single
 RemovePathPostfixes: .standalone
 
 %description standalone-repart
-Standalone systemd-repart binary with no dependencies on the systemd-shared library or
-other libraries from systemd-libs. This package conflicts with the main systemd
-package and is meant for use on systems without systemd.
+Standalone systemd-repart binary with no dependencies on the systemd-shared
+library or other libraries from systemd-libs. This package conflicts with the
+main systemd package and is meant for use on systems without systemd.
 
 %package standalone-tmpfiles
 Summary:       Standalone systemd-tmpfiles binary for use on systems without systemd
@@ -658,9 +658,9 @@ Suggests:      coreutils-single
 RemovePathPostfixes: .standalone
 
 %description standalone-tmpfiles
-Standalone systemd-tmpfiles binary with no dependencies on the systemd-shared library or
-other libraries from systemd-libs. This package conflicts with the main systemd
-package and is meant for use on systems without systemd.
+Standalone systemd-tmpfiles binary with no dependencies on the systemd-shared
+library or other libraries from systemd-libs. This package conflicts with the
+main systemd package and is meant for use on systems without systemd.
 
 %package standalone-sysusers
 Summary:       Standalone systemd-sysusers binary for use on systems without systemd
@@ -670,21 +670,21 @@ Suggests:      coreutils-single
 RemovePathPostfixes: .standalone
 
 %description standalone-sysusers
-Standalone systemd-sysusers binary with no dependencies on the systemd-shared library or
-other libraries from systemd-libs. This package conflicts with the main systemd
-package and is meant for use on systems without systemd.
+Standalone systemd-sysusers binary with no dependencies on the systemd-shared
+library or other libraries from systemd-libs. This package conflicts with the
+main systemd package and is meant for use on systems without systemd.
 
 %package standalone-shutdown
-Summary:       Standalone systemd-shutdown binary for use on systems without systemd
+Summary:       Standalone systemd-shutdown binary for use in exitrds
 Provides:      %{name}-shutdown = %{version}-%{release}
 Conflicts:     %{name}
 Suggests:      coreutils-single
 RemovePathPostfixes: .standalone
 
 %description standalone-shutdown
-Standalone systemd-shutdown binary with no dependencies on the systemd-shared library or
-other libraries from systemd-libs. This package conflicts with the main systemd
-package and is meant for use in exitrds.
+Standalone systemd-shutdown binary with no dependencies on the systemd-shared
+library or other libraries from systemd-libs. This package conflicts with the
+main systemd package and is meant for use in exitrds.
 
 %prep
 %if %{defined branch}