Skip to content

Commit

Permalink
Merge pull request #4926 from VladimirSlavik/master-spec-descriptions-79
Browse files Browse the repository at this point in the history
spec: Honor 79 char limit for descriptions
  • Loading branch information
VladimirSlavik authored Jul 19, 2023
2 parents 8b79b4f + d1bdef6 commit 0b77b86
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,10 @@ Requires: gdb
Requires: rsync

%description install-env-deps
The anaconda-install-env-deps metapackage lists all installation environment dependencies.
This makes it possible for packages (such as Initial Setup) to depend on the main Anaconda package without
pulling in all the install time dependencies as well.
The anaconda-install-env-deps metapackage lists all installation environment
dependencies. This makes it possible for packages (such as Initial Setup) to
depend on the main Anaconda package without pulling in all the install time
dependencies as well.

%package install-img-deps
Summary: Installation image specific dependencies
Expand Down Expand Up @@ -247,8 +248,9 @@ Requires: ostree
Requires: skopeo

%description install-img-deps
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
Add this package to an image build (eg. with lorax) to ensure all Anaconda capabilities are supported in the resulting image.
The anaconda-install-img-deps metapackage lists all boot.iso installation
image dependencies. Add this package to an image build (eg. with lorax) to
ensure all Anaconda capabilities are supported in the resulting image.

%package webui
Summary: Cockpit based user interface for the Anaconda installer
Expand Down Expand Up @@ -305,17 +307,18 @@ Summary: A set of custom GTK+ widgets for use with anaconda
Requires: %{__python3}

%description widgets
This package contains a set of custom GTK+ widgets used by the anaconda installer.
This package contains a set of custom GTK+ widgets used by the anaconda
installer.

%package widgets-devel
Summary: Development files for anaconda-widgets
Requires: glade
Requires: %{name}-widgets%{?_isa} = %{version}-%{release}

%description widgets-devel
This package contains libraries and header files needed for writing the anaconda
installer. It also contains Python and Glade support files, as well as
documentation for working with this library.
This package contains libraries and header files needed for writing the
anaconda installer. It also contains Python and Glade support files,
as well as documentation for working with this library.

%package dracut
Summary: The anaconda dracut module
Expand Down

0 comments on commit 0b77b86

Please sign in to comment.