8
0

Accepting request 696899 from home:glaubitz:branches:devel:libraries:c_c++

- Fix name of runtime package in Requires of devel package

OBS-URL: https://build.opensuse.org/request/show/696899
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=4
This commit is contained in:
2019-04-24 14:25:11 +00:00
committed by Git OBS Bridge
parent ef36216166
commit b9aee5fb31
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 22 21:15:01 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Fix name of runtime package in Requires of devel package
-------------------------------------------------------------------
Wed Apr 10 11:53:57 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -47,7 +47,7 @@ This package contains the dynamically linked library.
%package -n lib%{name}-devel
Summary: Development files for aws-c-event-stream library
Group: Development/Libraries/C and C++
Requires: lib%{name} = %{version}
Requires: lib%{name}%{library_soversion} = %{version}
%description -n lib%{name}-devel
C99 implementation of the vnd.amazon.eventstream content-type.