Module: kamailio Branch: 5.5 Commit: 9a1883f32a4cf39c1808d9979ecc13463b5ae932 URL: https://github.com/kamailio/kamailio/commit/9a1883f32a4cf39c1808d9979ecc1346...
Author: Sergey Safarov s.safarov@gmail.com Committer: Sergey Safarov s.safarov@gmail.com Date: 2022-08-16T20:51:48+03:00
pkg/kamailio/obs: fixed packaging for RHEL 7 and RHEL 6 based dists [skip ci]
(cherry picked from commit 4a6aa75dd1de4e33ba6ac3f1d770a1beed61e157)
---
Modified: pkg/kamailio/obs/kamailio.spec
---
Diff: https://github.com/kamailio/kamailio/commit/9a1883f32a4cf39c1808d9979ecc1346... Patch: https://github.com/kamailio/kamailio/commit/9a1883f32a4cf39c1808d9979ecc1346...
---
diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec index cab1a68543..c76b3c95cf 100644 --- a/pkg/kamailio/obs/kamailio.spec +++ b/pkg/kamailio/obs/kamailio.spec @@ -1786,8 +1786,14 @@ fi
%dir %{_libdir}/kamailio/kamctl/dbtextdb %{_libdir}/kamailio/kamctl/dbtextdb/dbtextdb.py +%if 0%{?rhel} > 8 %dir %{_libdir}/kamailio/kamctl/dbtextdb/__pycache__ %{_libdir}/kamailio/kamctl/dbtextdb/__pycache__/*.pyc +%endif +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%{_libdir}/kamailio/kamctl/dbtextdb/dbtextdb.pyc +%{_libdir}/kamailio/kamctl/dbtextdb/dbtextdb.pyo +%endif
%{_mandir}/man5/* %{_mandir}/man8/*