From 7001cbb6971686e257ee74b73e417f7f75c11e03 Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Wed, 2 May 2018 09:36:46 +0200 Subject: [PATCH] Fix description lines being too long --- libkcapi.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libkcapi.spec b/libkcapi.spec index 717cfaf..1488488 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -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 - 1.1.0-4 +- Fix description lines being too long + * Fri Apr 27 2018 Björn Esser - 1.1.0-3 - Fix conditional for hmaccalc replacement