diff --git a/mbedtls.spec b/mbedtls.spec index d8da49b..abfd009 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -1,5 +1,5 @@ Name: mbedtls -Version: 3.6.0 +Version: 3.6.1 Release: 1mamba Summary: A C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols Group: System/Libraries @@ -74,8 +74,6 @@ chmod +x %{buildroot}%{_libdir}/lib*.so* %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -110,6 +108,9 @@ chmod +x %{buildroot}%{_libdir}/lib*.so* %doc ChangeLog README.md %changelog +* Sat Aug 31 2024 Automatic Build System 3.6.1-1mamba +- automatic version update by autodist + * Mon Apr 01 2024 Automatic Build System 3.6.0-1mamba - automatic version update by autodist