diff --git a/pgp-tools.spec b/pgp-tools.spec index af7f257..c8541e8 100644 --- a/pgp-tools.spec +++ b/pgp-tools.spec @@ -2,7 +2,7 @@ %global debian_version 1.1.5 Name: pgp-tools Version: %{debian_version} -Release: 6%{?dist} +Release: 7%{?dist} Summary: Collection of several utilities related to OpenPGP Group: Applications/System License: BSD and GPLv2+ @@ -45,6 +45,7 @@ This is a collection of several projects relating to OpenPGP. * sig2dot: converts a list of GnuPG signatures to a .dot file * springgraph: creates a graph from a .dot file +In other distributions this package is called 'signing-party': %prep %setup -q -n %{tarballname}-%{version} @@ -120,6 +121,9 @@ exit $RC %doc __fedora_docs/* %changelog +* Sun Dec 7 2014 Jochen Schmitt - 1.1.5-7 +- Add reference to 'signing-party' in the package description (#1171393) + * Wed Sep 10 2014 Jochen Schmitt - 1.1.5-6 - Fix Unicode-issue (#1139704)