diff --git a/libgsasl.spec b/libgsasl.spec index fc2e1ad..7a1e81f 100644 --- a/libgsasl.spec +++ b/libgsasl.spec @@ -1,5 +1,5 @@ Name: libgsasl -Version: 2.2.1 +Version: 2.2.2 Release: 1mamba Summary: An implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms Group: System/Libraries @@ -42,7 +42,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms. -%debug_package %prep %setup -q -n gsasl-%{version} @@ -87,6 +86,9 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/gsasl.info* %changelog +* Mon Mar 31 2025 Automatic Build System 2.2.2-1mamba +- automatic version update by autodist + * Wed Jan 03 2024 Automatic Build System 2.2.1-1mamba - automatic version update by autodist