laforge submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
libosmocore.spec: Make libosmocore-devel require libsctp

Now that the libosmo*.pc files 'Require' the libsctp pkg-config
file to be installed, we need an explicit package dependency
from libosmocore-devel to lksctp-tools-devel, the package providing
the related libsctp.pc file.

Change-Id: I967369f6726e88946872881d298ab90440ca2c0e
---
M contrib/libosmocore.spec.in
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in
index c2fe738..d699b58 100644
--- a/contrib/libosmocore.spec.in
+++ b/contrib/libosmocore.spec.in
@@ -129,6 +129,7 @@
Group: Development/Libraries/C and C++
Requires: libosmocore18 = %version
Requires: libtalloc-devel
+Requires: lksctp-tools-devel

%description -n libosmocore-devel
libosmocore is a library with various utility functions shared

To view, visit change 27572. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I967369f6726e88946872881d298ab90440ca2c0e
Gerrit-Change-Number: 27572
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged