OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
85 stars 48 forks source link

Fix CentOS 8 dependencies #69

Closed vasilevalex closed 4 years ago

vasilevalex commented 4 years ago

And fix Source in spec file, previous was broken

liviuchircu commented 4 years ago

Thank you, @vasilevalex -- it seems I fixed the CentOS 7 packages in #68, but broke the CentOS 8 ones...

liviuchircu commented 4 years ago

Actually, I think this is not optimal. Something is really fishy in issue #68, because Nick already pushed a fix for that problem in 9aaacc96, so I'm not sure how it resurfaced. My commit just broke CentOS 8 (with no real improvement), while your commit looks to over-complicate the if condition, but at least the specfile is correct now. Let's move the discussion to #68, since that is the source of this mess...