scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 52 forks source link

dist/redhat: override systemd macros to CentOS7 version #95

Closed syuu1228 closed 4 years ago

syuu1228 commented 4 years ago

Fedora 31 version of systemd macros does not work correctly on CentOS7, since CentOS7 does not support "file trigger" feature. Even after 05d4378, scriptlets on old scylla .rpm and new scylla .rpm is not completely same.

To fix the issue we need to override macros with CentOS7 version.

Fixes #94

syuu1228 commented 4 years ago

Pushed re-implemented version based on @avikivity 's suggestion on scylladb/scylla#5605

syuu1228 commented 4 years ago

@avikivity ping, it's jmx part of https://github.com/scylladb/scylla/pull/5605

avikivity commented 4 years ago

I dequeued it since scylladb/scylla#5605 was also dequeued.