From a4f8c40377a1c332f0ffaeaf99385f8f267ba11c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 8 Jun 2023 19:52:47 +0200 Subject: [PATCH] Adapt package summary to better reflect the project description --- rust-rfc6979.spec | 2 +- rust2rpm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-rfc6979.spec b/rust-rfc6979.spec index 09a4308..d69de73 100644 --- a/rust-rfc6979.spec +++ b/rust-rfc6979.spec @@ -7,7 +7,7 @@ Name: rust-rfc6979 Version: 0.4.0 Release: %autorelease -Summary: Deterministic Usage of the Digital Signature Algorithm (RFC6979) +Summary: Deterministic Usage of DSA and ECDSA (RFC6979) License: Apache-2.0 OR MIT URL: https://crates.io/crates/rfc6979 diff --git a/rust2rpm.conf b/rust2rpm.conf index 00c908c..7a7f31d 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -1,2 +1,2 @@ [DEFAULT] -summary = Deterministic Usage of the Digital Signature Algorithm (RFC6979) +summary = Deterministic Usage of DSA and ECDSA (RFC6979)