You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/966
-- Commit Summary --
* branch 4.4: Added SPEC file for CentOS7
-- File Changes --
A pkg/kamailio/centos/7/kamailio.service (1) A pkg/kamailio/centos/7/kamailio.spec (1386) A pkg/kamailio/centos/7/kamailio.sysconfig (1) A pkg/kamailio/centos/7/kamailio.tmpfiles (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/966.patch https://github.com/kamailio/kamailio/pull/966.diff
linuxmaniac requested changes on this pull request.
Please follow the commit message format described at https://www.kamailio.org/wiki/devel/git-commit-guidelines#commit_message
please add prefix 'pkg/kamailio/centos' to your descriptions
@linuxmaniac thanks for fast review. Prefix added.
please remove the branch 4.4 reference from the commit message
linuxmaniac requested changes on this pull request.
please use kamailio.service added by @grumvalski at 1c9078cfef11c947149b8c46d8e6ba754d956d7d and do not create a link for kamailio.sysconfig, create the file.
Hello @linuxmaniac Why not use kamailio.service and kamailio.sysconfig from debian? This is more easy to maintain packaging.
About difference of environment file location. This is adjusted in kamailio.spec:595
https://github.com/kamailio/kamailio/pull/966/files#diff-7757a46a5c00eaeca33...
lazedo requested changes on this pull request.
+%package json +Summary: json string handling and RPC modules for Kamailio. +Group: System Environment/Daemons +Requires: json-c, libevent, kamailio = %ver +BuildRequires: json-c-devel, libevent-devel + +%description json +json string handling and RPC modules for Kamailio. + + +%if %{with kazoo} +%package kazoo +Summary: Kazoo middle layer connector support for Kamailio +Group: System Environment/Daemons +Requires: libuuid, kamailio = %ver
missing rabbitmq-c, json-c, libevent
+%package json
+Summary: json string handling and RPC modules for Kamailio. +Group: System Environment/Daemons +Requires: json-c, libevent, kamailio = %ver +BuildRequires: json-c-devel, libevent-devel + +%description json +json string handling and RPC modules for Kamailio. + + +%if %{with kazoo} +%package kazoo +Summary: Kazoo middle layer connector support for Kamailio +Group: System Environment/Daemons +Requires: libuuid, kamailio = %ver +BuildRequires: rabbitmq-c-devel, json-c-devel, libuuid-devel
missing libevent-devel
@sergey-safarov pushed 1 commit.
ea2b4df pkg/kamailio/centos: Updated kazoo module dependency
@lazedo I will update master branch after this PR is merged.
lazedo approved this pull request.
Why not use kamailio.service and kamailio.sysconfig from debian? This is more easy to maintain packaging.
because is what we have in master and from my point of view is better to be independient
Hello @linuxmaniac Pull request updated.
linuxmaniac approved this pull request.
Merged #966.