laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29165 )
Change subject: rpm spec: reduce summary line length ......................................................................
rpm spec: reduce summary line length
Fixes the following rpmlint error:
[ 17s] libosmo-pfcp.src: E: summary-too-long (Badness: 200) libosmo-pfcp: PFCP protocol encoding and decoding, and generic PFCP endpoint implementation [ 17s] The 'Summary:' must not exceed 79 characters.
also, coincidentally it fixes:
[ 17s] libosmo-pfcp.src: E: summary-not-capitalized (Badness: 20) libosmo-pfcp: PFCP protocol encoding and decoding, and generic PFCP endpoint implementation [ 17s] Summary doesn't begin with a capital letter.
and the non-critical warning:
[ 17s] libosmo-pfcp.src: W: name-repeated-in-summary libosmo-pfcp [ 17s] The name of the package is repeated in its summary. Make the summary brief and [ 17s] to the point without including redundant information in it.
Related: OS#5653 Change-Id: I293f77849d50e68753b82d7b5476c19217ecc2de --- M contrib/libosmo-pfcp.spec.in 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
diff --git a/contrib/libosmo-pfcp.spec.in b/contrib/libosmo-pfcp.spec.in index 286a644..4ef2607 100644 --- a/contrib/libosmo-pfcp.spec.in +++ b/contrib/libosmo-pfcp.spec.in @@ -1,7 +1,7 @@ Name: libosmo-pfcp Version: @VERSION@ Release: 0 -Summary: libosmo-pfcp: PFCP protocol encoding and decoding, and generic PFCP endpoint implementation +Summary: PFCP protocol encoding, decoding and endpoint implementation License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Hardware/Mobile URL: https://osmocom.org/projects/libosmo-pfcp