Several packages not exist in CentOS 8 repos.
Will wait until docker centos:8 image available and i will try fix
**Not existed deps**
```
nothing provides hiredis-devel
nothing provides GeoIP-devel
nothing provides mysql-devel
nothing provides python
nothing provides python-devel
nothing provides radiusclient-ng-devel
nothing provides squirrel-devel
nothing provides python2-rpm-macros
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or …
[View More]view it on GitHub:
https://github.com/kamailio/kamailio/issues/2078
[View Less]
Module: kamailio
Branch: master
Commit: 5d1cecd13ee1644a42000d5900e24d7d8c10b851
URL: https://github.com/kamailio/kamailio/commit/5d1cecd13ee1644a42000d5900e24d7…
Author: Sergey Safarov <s.safarov(a)gmail.com>
Committer: Sergey Safarov <s.safarov(a)gmail.com>
Date: 2019-10-24T22:47:29+03:00
pkg/kamailio/obs: small spec formating [skip ci]
---
Modified: pkg/kamailio/obs/kamailio.spec
---
Diff: https://github.com/kamailio/kamailio/commit/5d1cecd13ee1644a42000d5900e24d7…
Patch: …
[View More]https://github.com/kamailio/kamailio/commit/5d1cecd13ee1644a42000d5900e24d7…
---
diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index a645e2fbff..2dc6d8b5aa 100644
--- a/pkg/kamailio/obs/kamailio.spec
+++ b/pkg/kamailio/obs/kamailio.spec
@@ -345,7 +345,7 @@ BuildRequires: systemd-mini, shadow
%description
-Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able
+Kamailio is an Open Source SIP Server released under GPL, able
to handle thousands of call setups per second. Among features: asynchronous TCP,
UDP and SCTP, secure communication via TLS for VoIP (voice, video); IPv4 and
IPv6; SIMPLE instant messaging and presence with embedded XCAP server and MSRP
@@ -2207,11 +2207,11 @@ fi
%files tls
%defattr(-,root,root)
+%dir %{_libdir}/kamailio/openssl_mutex_shared
%doc %{_docdir}/kamailio/modules/README.auth_identity
%doc %{_docdir}/kamailio/modules/README.tls
%{_libdir}/kamailio/modules/auth_identity.so
%{_libdir}/kamailio/modules/tls.so
-%dir %{_libdir}/kamailio/openssl_mutex_shared
%{_libdir}/kamailio/openssl_mutex_shared/openssl_mutex_shared.so
[View Less]