SHA256
1
0
forked from pool/mbedtls-2

Accepting request 1085508 from home:jaimeMF:branches:security:tls

- Fix the use of the %{release} macro for the mbedtls-devel version

OBS-URL: https://build.opensuse.org/request/show/1085508
OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls-2?expand=0&rev=4
This commit is contained in:
Jaime Marquínez Ferrándiz 2023-05-08 11:40:53 +00:00 committed by Git OBS Bridge
parent 58392a223f
commit 46caf115fa
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 8 11:27:53 UTC 2023 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- 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 <jaime.marquinez.ferrandiz@fastmail.net>

View File

@ -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