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