%global debug_package %{nil} %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]}) %global gem_name fluent-plugin-vmware-loginsight Name: rubygem-fluent-plugin-vmware-loginsight Version: 1.4.2 Release: 1%{?dist} Summary: Fluent output plugin to forward logs to VMware Log Insight. Group: Development/Libraries Vendor: VMware, Inc. Distribution: Photon License: MIT URL: https://rubygems.org/gems/%{gem_name}/versions/%{version} Source0: https://rubygems.org/downloads/%{gem_name}-%{version}.gem %define sha512 fluent-plugin-vmware-loginsight=7b8799439f319bc6049f0c81a12ec0c57c6e535db26310915aeec15b6ca14c967cb66752a203e7eff85a8b1891a716f603b34a12f57518753abffad230a5a8c8 BuildRequires: ruby >= 2.1 Requires: rubygem-fluentd >= 0.14.10, rubygem-fluentd < 2.0.0 BuildArch: noarch %description Fluent output plugin to forward logs to VMware Log Insight. %prep %autosetup -c -T %build %install gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0} %files %defattr(-,root,root,-) %{gemdir} %changelog * Mon Feb 26 2024 Shivani Agarwal 1.4.2-1 - Update to version 1.4.2 * Wed Aug 17 2022 Gerrit Photon 1.3.0-1 - Automatic Version Bump * Thu Jul 16 2020 Gerrit Photon 0.1.10-1 - Automatic Version Bump * Fri Aug 23 2019 Stanislav Hadjiiski 0.1.5-1 - Initial build