diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index da8b003..dbde6d3 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -6,7 +6,7 @@ Summary: The Cyrus SASL library. Name: cyrus-sasl Version: 2.1.22 -Release: 4 +Release: 5 License: Freely Distributable Group: System Environment/Libraries # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/, and @@ -72,7 +72,7 @@ compiling applications which use the Cyrus SASL library. %package gssapi Requires: %{name}-lib = %{version}-%{release} Group: System Environment/Libraries -Summary: GSSAPI support for Cyrus SASL. +Summary: GSSAPI authentication support for Cyrus SASL. %description gssapi The %{name}-gssapi package contains the Cyrus SASL plugins which @@ -82,7 +82,7 @@ authentication. %package plain Requires: %{name}-lib = %{version}-%{release} Group: System Environment/Libraries -Summary: PLAIN and LOGIN support for Cyrus SASL. +Summary: PLAIN and LOGIN authentication support for Cyrus SASL. %description plain The %{name}-plain package contains the Cyrus SASL plugins which support @@ -91,7 +91,7 @@ PLAIN and LOGIN authentication schemes. %package md5 Requires: %{name}-lib = %{version}-%{release} Group: System Environment/Libraries -Summary: CRAM-MD5 and DIGEST-MD5 support for Cyrus SASL. +Summary: CRAM-MD5 and DIGEST-MD5 authentication support for Cyrus SASL. %description md5 The %{name}-md5 package contains the Cyrus SASL plugins which support @@ -100,11 +100,11 @@ CRAM-MD5 and DIGEST-MD5 authentication schemes. %package ntlm Requires: %{name}-lib = %{version}-%{release} Group: System Environment/Libraries -Summary: NTLM support for Cyrus SASL. +Summary: NTLM authentication support for Cyrus SASL. %description ntlm The %{name}-ntlm package contains the Cyrus SASL plugin which supports -the NTLM authentication schemes. +the NTLM authentication scheme. # This would more appropriately be named cyrus-sasl-auxprop-sql. %package sql @@ -426,6 +426,11 @@ fi %{_sbindir}/sasl2-shared-mechlist %changelog +* Tue Dec 5 2006 Nalin Dahyabhai 2.1.22-5 +- rebuild +- add 'authentication' or 'auxprop' to summaries for plugin packages to + better indicate what the plugin provides + * Fri Sep 29 2006 Nalin Dahyabhai 2.1.22-4 - rebuild without 'dlcompat' bits (#206119)