[sr-dev] git:master:4a6aa75d: pkg/kamailio/obs: fixed packaging for RHEL 7 and RHEL 6 based dists [skip ci]

Sergey Safarov s.safarov at gmail.com
Tue Aug 16 15:23:27 CEST 2022


Module: kamailio
Branch: master
Commit: 4a6aa75dd1de4e33ba6ac3f1d770a1beed61e157
URL: https://github.com/kamailio/kamailio/commit/4a6aa75dd1de4e33ba6ac3f1d770a1beed61e157

Author: Sergey Safarov <s.safarov at gmail.com>
Committer: Sergey Safarov <s.safarov at gmail.com>
Date: 2022-08-16T16:22:45+03:00

pkg/kamailio/obs: fixed packaging for RHEL 7 and RHEL 6 based dists [skip ci]

---

Modified: pkg/kamailio/obs/kamailio.spec

---

Diff:  https://github.com/kamailio/kamailio/commit/4a6aa75dd1de4e33ba6ac3f1d770a1beed61e157.diff
Patch: https://github.com/kamailio/kamailio/commit/4a6aa75dd1de4e33ba6ac3f1d770a1beed61e157.patch

---

diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index 6d87dad29f7..d759f162ef6 100644
--- a/pkg/kamailio/obs/kamailio.spec
+++ b/pkg/kamailio/obs/kamailio.spec
@@ -1833,8 +1833,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/*




More information about the sr-dev mailing list