SHA256
1
0
forked from pool/aws-c-auth
Dirk Mueller 2024-01-28 13:25:13 +00:00 committed by Git OBS Bridge
parent 16ed4612a6
commit 5cf9906c42

View File

@ -51,6 +51,8 @@ should be considered constant time.
%package -n lib%{name}%{library_pkg}
Summary: Shared library files for aws-c-auth library
Group: Development/Libraries/C and C++
Provides: lib%{name}%{library_soversion} = %{version}
Obsoletes: lib%{name}%{library_soversion} <= %{version}
%description -n lib%{name}%{library_pkg}
AWS C99 library implementation of AWS client-side authentication:
@ -61,7 +63,7 @@ This package contains the dynamically linked library.
%package devel
Summary: Development files for aws-c-auth library
Group: Development/Libraries/C and C++
Requires: lib%{name}%{library_soversion} = %{version}
Requires: lib%{name}%{library_pkg} = %{version}
%description devel
AWS C99 library implementation of AWS client-side authentication: