Missing package libsmi-devel-0.4.8-22 from RHEL 8.2

Latest response

I am trying to locate the libsmi development package for RHEL 8.2. I do not see it in any RHEL 8 repo. The spec file defines this package. Anyone know where it is?

Redhat Package Search For libsmi-devel

More specifically I am after the package that provides /usr/include/smi.h.

$ sudo dnf whatprovides /usr/include/smi.h
Updating Subscription Management repositories.
Last metadata expiration check: 0:01:30 ago on Tue 29 Sep 2020 02:52:27 PM CDT.
Error: No Matches found

sudo dnf whatprovides *pkgconfig/libsmi.pc
Updating Subscription Management repositories.
Last metadata expiration check: 0:05:14 ago on Tue 29 Sep 2020 02:52:27 PM CDT.
Error: No Matches found

libsmi.spec

%files devel
%defattr(-,root,root,-)
%{_datadir}/aclocal/libsmi.m4
%{_libdir}/pkgconfig/libsmi.pc
%{_libdir}/*.so
%{_includedir}/*
%{_mandir}/man3/*.3*

Responses