Fix description lines too long
This commit is contained in:
parent
6c61955479
commit
4cc38f8111
@ -91,7 +91,7 @@ done \
|
||||
|
||||
Name: libkcapi
|
||||
Version: %{vmajor}.%{vminor}.%{vpatch}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: User space interface to the Linux Kernel Crypto API
|
||||
|
||||
License: BSD or GPLv2
|
||||
@ -170,7 +170,8 @@ Conflicts: coreutils < %{coreutils_evr}
|
||||
Conflicts: coreutils-single
|
||||
|
||||
%description checksum
|
||||
Provides drop-in replacements for sha*sum tools (from package coreutils) using %{name}.
|
||||
Provides drop-in replacements for sha*sum tools (from package
|
||||
coreutils) using %{name}.
|
||||
%endif
|
||||
|
||||
|
||||
@ -185,8 +186,8 @@ Provides: fipscheck == %{fipscheck_evr}.1
|
||||
Provides: fipscheck%{?_isa} == %{fipscheck_evr}.1
|
||||
|
||||
%description fipscheck
|
||||
Provides drop-in replacements for fipscheck and fipshmac tools (from package fipscheck)
|
||||
using %{name}.
|
||||
Provides drop-in replacements for fipscheck and fipshmac tools (from
|
||||
package fipscheck) using %{name}.
|
||||
%endif
|
||||
|
||||
|
||||
@ -201,7 +202,8 @@ Provides: hmaccalc == %{hmaccalc_evr}.1
|
||||
Provides: hmaccalc%{?_isa} == %{hmaccalc_evr}.1
|
||||
|
||||
%description hmaccalc
|
||||
Provides drop-in replacements for sha*hmac tools (from package hmaccalc) using %{name}.
|
||||
Provides drop-in replacements for sha*hmac tools (from package
|
||||
hmaccalc) using %{name}.
|
||||
%endif
|
||||
|
||||
|
||||
@ -420,6 +422,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 02 2018 Ondrej Mosnáček <omosnace@redhat.com> - 1.1.0-4
|
||||
- Fix too long description lines
|
||||
|
||||
* Fri Apr 27 2018 Björn Esser <besser82@fedoraproject.org> - 1.1.0-3
|
||||
- Fix conditional for hmaccalc replacement
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user