diff --git a/mbedtls-2.changes b/mbedtls-2.changes index f1b36af..db9bc0c 100644 --- a/mbedtls-2.changes +++ b/mbedtls-2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 8 11:27:53 UTC 2023 - Jaime Marquínez Ferrándiz + +- Fix the use of the %{release} macro for the mbedtls-devel version + ------------------------------------------------------------------- Tue May 2 14:26:41 UTC 2023 - Jaime Marquínez Ferrándiz diff --git a/mbedtls-2.spec b/mbedtls-2.spec index d890019..28446cc 100644 --- a/mbedtls-2.spec +++ b/mbedtls-2.spec @@ -1,7 +1,7 @@ # -# spec file for package mbedtls +# spec file for package mbedtls-2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,7 +82,7 @@ Group: Development/Libraries/C and C++ Requires: %{lib_crypto} = %{version} Requires: %{lib_tls} = %{version} Requires: %{lib_x509} = %{version} -Provides: mbedtls-devel = %{version}-release +Provides: mbedtls-devel = %{version}-%{release} Conflicts: mbedtls-devel >= 3 %description devel