$(MOCK_OPTIONS) override (Similar to what I've been doing with the other C-packages)
Theres a bug in install-deps where it would list the same avro-c-devel package twice on the install which causes an issue with mock. So we sort -u to remove duplicates if it happens.
BUILD_DEPENDS should really include both avro-c and avro-cpp
Build also requires librdkafka, hence why I'm adding it to BUILD_DEPENDS (also in the Spec file)
EL8's basic environment no longer includes perl now, so we have to declare it as a BuildDependency in the spec file.
These changes are required for building on EL8:
$(MOCK_OPTIONS)
override (Similar to what I've been doing with the other C-packages)avro-c-devel
package twice on the install which causes an issue with mock. So wesort -u
to remove duplicates if it happens.BUILD_DEPENDS
should really include bothavro-c
andavro-cpp
BUILD_DEPENDS
(also in the Spec file)This PR is dependent on https://github.com/confluentinc/avro-c-packaging/pull/6
Testing
EL8
EL7
EL6