diff --git a/python-pem.changes b/python-pem.changes index 7e4bd7a..7259c4e 100644 --- a/python-pem.changes +++ b/python-pem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 12 10:07:08 UTC 2019 - Jan Engelhardt + +- Trim replicated metadata from description. + ------------------------------------------------------------------- Tue Feb 12 09:05:10 UTC 2019 - Tomáš Chvátal diff --git a/python-pem.spec b/python-pem.spec index d1812f7..5c2d2c3 100644 --- a/python-pem.spec +++ b/python-pem.spec @@ -20,7 +20,7 @@ Name: python-pem Version: 18.2.0 Release: 0 -Summary: Easy PEM file parsing in Python +Summary: PEM file parsing in Python License: MIT Group: Development/Languages/Python URL: https://github.com/hynek/pem @@ -40,7 +40,7 @@ BuildArch: noarch %python_subpackages %description -pem is an MIT-licensed Python module for parsing and splitting of PEM files, +pem is a Python module for parsing and splitting of PEM files, i.e. Base64 encoded DER keys and certificates. %prep