Skip to content

Commit

Permalink
Reword some descriptions
Browse files Browse the repository at this point in the history
Also reflow %descriptions to 80 columns.

[skip changelog]
  • Loading branch information
keszybz committed Sep 20, 2024
1 parent ce99022 commit 5a82129
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 5a82129

Please sign in to comment.