Wrap package descriptions at 80 columns

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-09-29 17:19:21 +02:00
parent 9802d8ce77
commit 013143c94e

View File

@ -222,19 +222,17 @@ Recommends: libpwquality.so.1(LIBPWQUALITY_1.0)%{?elf_bits}
Recommends: libqrencode.so.4%{?elf_suffix} Recommends: libqrencode.so.4%{?elf_suffix}
%description %description
systemd is a system and service manager that runs as PID 1 and starts systemd is a system and service manager that runs as PID 1 and starts the rest
the rest of the system. It provides aggressive parallelization of the system. It provides aggressive parallelization capabilities, uses socket
capabilities, uses socket and D-Bus activation for starting services, and D-Bus activation for starting services, offers on-demand starting of
offers on-demand starting of daemons, keeps track of processes using daemons, keeps track of processes using Linux control groups, maintains mount
Linux control groups, maintains mount and automount points, and and automount points, and implements an elaborate transactional dependency-based
implements an elaborate transactional dependency-based service control service control logic. systemd supports SysV and LSB init scripts and works as a
logic. systemd supports SysV and LSB init scripts and works as a
replacement for sysvinit. Other parts of this package are a logging daemon, replacement for sysvinit. Other parts of this package are a logging daemon,
utilities to control basic system configuration like the hostname, utilities to control basic system configuration like the hostname, date, locale,
date, locale, maintain a list of logged-in users, system accounts, maintain a list of logged-in users, system accounts, runtime directories and
runtime directories and settings, and daemons to manage simple network settings, and daemons to manage simple network configuration, network time
configuration, network time synchronization, log forwarding, and name synchronization, log forwarding, and name resolution.
resolution.
%if 0%{?stable} %if 0%{?stable}
This package was built from the %{version}-stable branch of systemd. This package was built from the %{version}-stable branch of systemd.
%endif %endif
@ -315,9 +313,9 @@ Provides: u2f-hidraw-policy = 1.0.2-40
Obsoletes: u2f-hidraw-policy < 1.0.2-40 Obsoletes: u2f-hidraw-policy < 1.0.2-40
%description udev %description udev
This package contains systemd-udev and the rules and hardware database This package contains systemd-udev and the rules and hardware database needed to
needed to manage device nodes. This package is necessary on physical manage device nodes. This package is necessary on physical machines and in
machines and in virtual machines, but not in containers. virtual machines, but not in containers.
%package container %package container
# Name is the same as in Debian # Name is the same as in Debian
@ -333,8 +331,8 @@ License: LGPLv2+
%description container %description container
Systemd tools to spawn and manage containers and virtual machines. Systemd tools to spawn and manage containers and virtual machines.
This package contains systemd-nspawn, machinectl, systemd-machined, This package contains systemd-nspawn, machinectl, systemd-machined, and
and systemd-importd. systemd-importd.
%package journal-remote %package journal-remote
# Name is the same as in Debian # Name is the same as in Debian
@ -351,11 +349,11 @@ Provides: %{name}-journal-gateway%{_isa} = %{version}-%{release}
Obsoletes: %{name}-journal-gateway < 227-7 Obsoletes: %{name}-journal-gateway < 227-7
%description journal-remote %description journal-remote
Programs to forward journal entries over the network, using encrypted HTTP, Programs to forward journal entries over the network, using encrypted HTTP, and
and to write journal files from serialized journal contents. to write journal files from serialized journal contents.
This package contains systemd-journal-gatewayd, This package contains systemd-journal-gatewayd, systemd-journal-remote, and
systemd-journal-remote, and systemd-journal-upload. systemd-journal-upload.
%package networkd %package networkd
Summary: System daemon that manages network configurations Summary: System daemon that manages network configurations
@ -365,9 +363,9 @@ License: LGPLv2+
Obsoletes: systemd < 246.6-2 Obsoletes: systemd < 246.6-2
%description networkd %description networkd
systemd-networkd is a system service that manages networks. It detects systemd-networkd is a system service that manages networks. It detects and
and configures network devices as they appear, as well as creating virtual configures network devices as they appear, as well as creating virtual network
network devices. devices.
%package resolved %package resolved
Summary: Network Name Resolution manager Summary: Network Name Resolution manager
@ -375,9 +373,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: %{name} < 249~~ Obsoletes: %{name} < 249~~
%description resolved %description resolved
systemd-resolved is a system service that provides network name resolution systemd-resolved is a system service that provides network name resolution to
to local applications. It implements a caching and validating DNS/DNSSEC local applications. It implements a caching and validating DNS/DNSSEC stub
stub resolver, as well as an LLMNR and MulticastDNS resolver and responder. resolver, as well as an LLMNR and MulticastDNS resolver and responder.
%package oomd-defaults %package oomd-defaults
Summary: Configuration files for systemd-oomd Summary: Configuration files for systemd-oomd
@ -395,26 +393,26 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
License: LGPLv2+ License: LGPLv2+
%description tests %description tests
"Installed tests" that are usually run as part of the build system. "Installed tests" that are usually run as part of the build system. They can be
They can be useful to test systemd internals. useful to test systemd internals.
%package standalone-tmpfiles %package standalone-tmpfiles
Summary: Standalone tmpfiles binary for use in non-systemd systems Summary: Standalone tmpfiles binary for use in non-systemd systems
RemovePathPostfixes: .standalone RemovePathPostfixes: .standalone
%description standalone-tmpfiles %description standalone-tmpfiles
Standalone tmpfiles binary with no dependencies on the systemd-shared library Standalone tmpfiles binary with no dependencies on the systemd-shared library or
or other libraries from systemd-libs. This package conflicts with the main other libraries from systemd-libs. This package conflicts with the main systemd
systemd package and is meant for use in non-systemd systems. package and is meant for use in non-systemd systems.
%package standalone-sysusers %package standalone-sysusers
Summary: Standalone sysusers binary for use in non-systemd systems Summary: Standalone sysusers binary for use in non-systemd systems
RemovePathPostfixes: .standalone RemovePathPostfixes: .standalone
%description standalone-sysusers %description standalone-sysusers
Standalone sysusers binary with no dependencies on the systemd-shared library Standalone sysusers binary with no dependencies on the systemd-shared library or
or other libraries from systemd-libs. This package conflicts with the main other libraries from systemd-libs. This package conflicts with the main systemd
systemd package and is meant for use in non-systemd systems. package and is meant for use in non-systemd systems.
%prep %prep
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1 %autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1