You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm a little bit confused with the naming of the RPM package.
If I build the RPM with mock using the Makefile, the output is librdkafka1...rpm, but the source package omits the 1 (librdkafka..src.rpm).
In the EPEL repo (in a Centos 7) (also in fedora repo), the package is called "librdkafka" without the 1 (so it's not using the soname variable).
The README states that the RPM package is librdkafka but librdkafka1 in Debian:
But in the .spec file, it's clear that it will build using the soname "librdkafka1".
So, how should it be? Is this an error? or it is just that librdkakfa is different than librdkafka1
Beta Was this translation helpful? Give feedback.
All reactions