diff --git a/sblim-gather.spec b/sblim-gather.spec index 2895d4cde46f2906543eb90fb997deb92ee375ae..c885aa52989129060ffad50e0af2c2f4eaa7e406 100755 --- a/sblim-gather.spec +++ b/sblim-gather.spec @@ -1,9 +1,10 @@ +%define anolis_release .0.1 %global sblim_testsuite_version 1.2.4 %global provider_dir %{_libdir}/cmpi Name: sblim-gather Version: 2.2.9 -Release: 24%{?dist} +Release: 24%{anolis_release}%{?dist} Summary: SBLIM Gatherer License: EPL @@ -52,6 +53,9 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Requires: glibc +Provides: /usr/bin/gatherctl + %description Standards Based Linux Instrumentation for Manageability Performance Data Gatherer Base. @@ -300,6 +304,9 @@ fi %ldconfig_postun provider %changelog +* Sun Jul 17 2022 Xiaoping Liu - 2.2.9-24.0.1 +- Modified requires + * Tue Aug 24 2021 Vitezslav Crhonek - 2.2.9-24 - Fix important coverity issues Resolves: #1989603