forked from pool/aws-c-auth
This commit is contained in:
parent
16ed4612a6
commit
5cf9906c42
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user