2011-03-24 12:30:51 +00:00
|
|
|
%global sblim_testsuite_version 1.2.4
|
|
|
|
%global provider_dir %{_libdir}/cmpi
|
2024-08-26 07:13:22 +00:00
|
|
|
%global with_test_subpackage 0
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
Name: sblim-gather
|
2014-10-13 09:54:47 +00:00
|
|
|
Version: 2.2.9
|
2024-08-26 07:13:22 +00:00
|
|
|
Release: 35%{?dist}
|
2009-10-22 10:40:38 +00:00
|
|
|
Summary: SBLIM Gatherer
|
|
|
|
|
2021-09-15 08:50:01 +00:00
|
|
|
License: EPL-1.0
|
2009-10-22 10:40:38 +00:00
|
|
|
URL: http://sourceforge.net/projects/sblim/
|
|
|
|
Source0: http://downloads.sourceforge.net/project/sblim/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: gather-config.h.prepend
|
|
|
|
Source2: gather-config.h
|
2011-03-24 12:30:51 +00:00
|
|
|
Source3: sblim-gather.tmpfiles
|
2013-03-04 12:03:42 +00:00
|
|
|
Source4: missing-providers.tgz
|
2013-05-06 12:51:58 +00:00
|
|
|
Source5: gatherer.service
|
|
|
|
Source6: reposd.service
|
2013-03-04 12:03:42 +00:00
|
|
|
|
2021-01-08 21:08:36 +00:00
|
|
|
BuildRequires: make
|
2011-03-24 12:30:51 +00:00
|
|
|
BuildRequires: sblim-cmpi-devel
|
|
|
|
BuildRequires: sblim-cmpi-base-devel
|
|
|
|
BuildRequires: libsysfs-devel
|
|
|
|
BuildRequires: libvirt-devel
|
2012-12-04 13:36:34 +00:00
|
|
|
BuildRequires: xmlto
|
2018-02-26 09:54:16 +00:00
|
|
|
BuildRequires: gcc
|
2023-02-27 10:50:31 +00:00
|
|
|
BuildRequires: systemd-units
|
2013-03-04 12:03:42 +00:00
|
|
|
# for missing providers
|
|
|
|
BuildRequires: cmake
|
|
|
|
Patch1: sblim-gather-2.2.7-missing_providers.patch
|
|
|
|
Patch2: sblim-gather-2.2.7-typos.patch
|
2018-02-26 09:54:16 +00:00
|
|
|
Patch8: sblim-gather-2.2.9-remove-cxx-check.patch
|
2013-03-04 12:03:42 +00:00
|
|
|
|
2013-08-28 11:14:11 +00:00
|
|
|
# Patch3: removes version from docdir
|
|
|
|
Patch3: sblim-gather-2.2.8-docdir.patch
|
2014-10-13 09:54:47 +00:00
|
|
|
# Patch4: fixes multilib conflicts
|
|
|
|
Patch4: sblim-gather-2.2.8-multilib.patch
|
|
|
|
# Patch5: use Pegasus root/interop instead of root/PG_Interop
|
|
|
|
Patch5: sblim-gather-2.2.9-pegasus-interop.patch
|
2015-03-05 12:28:24 +00:00
|
|
|
# Patch6: call systemctl in provider registration
|
|
|
|
Patch6: sblim-gather-2.2.9-prov-reg-sfcb-systemd.patch
|
|
|
|
# Patch7: remove conflicting assoc class Linux_MetricElementConformsToProfile
|
|
|
|
# from Linux_MetricProfile.mof (already included in Linux_Metric.mof)
|
|
|
|
Patch7: sblim-gather-2.2.9-remove-assoc-conflict.patch
|
2019-11-05 15:57:35 +00:00
|
|
|
# Patch9: fix link fail with gcc-10 (patch by Jeff Law)
|
|
|
|
Patch9: sblim-gather-2.2.9-inline.patch
|
2020-02-13 06:54:20 +00:00
|
|
|
# Patch10: fixes multiple definiton of variables (FTBFS with GCC 10)
|
|
|
|
Patch10: sblim-gather-2.2.9-fix-multiple-definition.patch
|
2021-09-15 08:50:01 +00:00
|
|
|
# Patch11: fix issues found by coverity scan
|
|
|
|
Patch11: sblim-gather-2.2.9-covscan-fixes.patch
|
|
|
|
# Patch12: fix incorrect use of temporary paths
|
|
|
|
Patch12: sblim-gather-2.2.9-fix-use-of-temp-paths.patch
|
2013-08-28 11:14:11 +00:00
|
|
|
|
2015-03-05 12:28:24 +00:00
|
|
|
Requires: cim-server
|
2013-05-06 12:51:58 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Standards Based Linux Instrumentation for Manageability
|
|
|
|
Performance Data Gatherer Base.
|
|
|
|
This package contains the agents and control programs for gathering
|
|
|
|
and providing performance data.
|
|
|
|
|
|
|
|
%package provider
|
|
|
|
Summary: SBLIM Gatherer Provider
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: sblim-cmpi-base
|
2015-03-05 12:28:24 +00:00
|
|
|
Requires: cim-server
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%description provider
|
|
|
|
The CIM (Common Information Model) Providers for the
|
|
|
|
SBLIM (Standards Based Linux Instrumentation for Manageability)
|
|
|
|
Gatherer.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: SBLIM Gatherer Development Support
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-03-05 12:28:24 +00:00
|
|
|
Requires: cim-server
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package is needed to develop new plugins for the
|
|
|
|
SBLIM (Standards Based Linux Instrumentation for Manageability)
|
|
|
|
Gatherer.
|
|
|
|
|
2024-08-26 07:13:22 +00:00
|
|
|
%if 0%{?with_test_subpackage}
|
2009-10-22 10:40:38 +00:00
|
|
|
%package test
|
|
|
|
Summary: SBLIM Gatherer Testcase Files
|
|
|
|
Requires: %{name}-provider = %{version}-%{release}
|
|
|
|
Requires: sblim-testsuite
|
2015-03-05 12:28:24 +00:00
|
|
|
Requires: cim-server
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%description test
|
|
|
|
Gatherer Testcase Files for the
|
|
|
|
SBLIM (Standards Based Linux Instrumentation for Manageability)
|
|
|
|
Testsuite
|
2024-08-26 07:13:22 +00:00
|
|
|
%endif
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2013-03-04 12:03:42 +00:00
|
|
|
# for missing providers
|
|
|
|
tar xfvz %{SOURCE4}
|
2023-07-24 10:43:29 +00:00
|
|
|
%autopatch -p1
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%ifarch s390 s390x ppc ppc64
|
2013-05-06 12:51:58 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fsigned-char -fno-strict-aliasing"
|
2009-10-22 10:40:38 +00:00
|
|
|
%else
|
2013-05-06 12:51:58 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
2009-10-22 10:40:38 +00:00
|
|
|
%endif
|
2024-08-26 07:13:22 +00:00
|
|
|
%configure \
|
|
|
|
%if 0%{?with_test_subpackage}
|
|
|
|
TESTSUITEDIR=%{_datadir}/sblim-testsuite \
|
|
|
|
%endif
|
2018-03-08 13:17:03 +00:00
|
|
|
%ifarch s390 s390x
|
|
|
|
--enable-z \
|
|
|
|
%endif
|
2009-10-22 10:40:38 +00:00
|
|
|
PROVIDERDIR=%{provider_dir}
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2013-03-04 12:03:42 +00:00
|
|
|
# for missing providers
|
|
|
|
pushd missing-providers
|
2020-08-06 08:33:45 +00:00
|
|
|
%{cmake}
|
2021-08-04 06:58:31 +00:00
|
|
|
pushd redhat-linux-build
|
2013-03-04 12:03:42 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
2009-10-22 10:40:38 +00:00
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# remove unused libtool files
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*a
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{provider_dir}/*a
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/gather/*plug/*a
|
|
|
|
# Install a redirection so that the arch-specific autoconf stuff continues to
|
|
|
|
# work but doesn't create multilib conflicts.
|
|
|
|
cat %{SOURCE1} \
|
|
|
|
$RPM_BUILD_ROOT/%{_includedir}/gather/gather-config.h > \
|
|
|
|
$RPM_BUILD_ROOT/%{_includedir}/gather/gather-config-%{_arch}.h
|
|
|
|
chmod 644 $RPM_BUILD_ROOT/%{_includedir}/gather/gather-config.h
|
|
|
|
install -m644 %{SOURCE2} $RPM_BUILD_ROOT/%{_includedir}/gather/
|
|
|
|
|
2015-01-15 13:21:51 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_tmpfilesdir}
|
|
|
|
install -p -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_tmpfilesdir}/sblim-gather.conf
|
2011-03-24 12:30:51 +00:00
|
|
|
|
2009-10-22 10:40:38 +00:00
|
|
|
# shared libraries
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d
|
|
|
|
echo "%{_libdir}/cmpi" > $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
|
|
|
|
2013-03-04 12:03:42 +00:00
|
|
|
# for missing providers
|
2021-08-04 06:58:31 +00:00
|
|
|
make install/fast DESTDIR=$RPM_BUILD_ROOT -C missing-providers/redhat-linux-build
|
2013-03-04 12:03:42 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/gather
|
|
|
|
|
2013-05-06 12:51:58 +00:00
|
|
|
# remove init script, install service files
|
|
|
|
rm $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/gatherer
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_unitdir}
|
|
|
|
install -p -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}/gatherer.service
|
|
|
|
install -p -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/reposd.service
|
|
|
|
|
2009-10-22 10:40:38 +00:00
|
|
|
%files
|
|
|
|
%config(noreplace) %{_sysconfdir}/*.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
2013-05-06 12:51:58 +00:00
|
|
|
%{_unitdir}/gatherer.service
|
|
|
|
%{_unitdir}/reposd.service
|
2013-08-28 11:14:11 +00:00
|
|
|
%docdir %{_datadir}/doc/%{name}
|
2009-10-22 10:40:38 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
2013-08-28 11:14:11 +00:00
|
|
|
%{_datadir}/doc/%{name}
|
2015-01-15 13:21:51 +00:00
|
|
|
%{_tmpfilesdir}/sblim-gather.conf
|
2011-03-24 12:30:51 +00:00
|
|
|
%ghost /var/run/gather
|
2009-10-22 10:40:38 +00:00
|
|
|
%{_libdir}/lib[^O]*.so.*
|
|
|
|
%dir %{_libdir}/gather
|
|
|
|
%{_libdir}/gather/mplug
|
|
|
|
%{_libdir}/gather/rplug
|
2013-03-05 14:54:09 +00:00
|
|
|
%{_mandir}/*/*
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%files provider
|
|
|
|
%{_libdir}/gather/cplug
|
2010-06-07 13:45:57 +00:00
|
|
|
%{_libdir}/libOSBase_MetricUtil.so
|
2012-08-15 09:18:36 +00:00
|
|
|
%{_libdir}/libOSBase*.so.*
|
2009-10-22 10:40:38 +00:00
|
|
|
%{_libdir}/cmpi
|
|
|
|
%{_datadir}/%{name}
|
2013-03-04 12:03:42 +00:00
|
|
|
%dir /var/lib/gather
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/lib[^O]*.so
|
|
|
|
%{_includedir}/gather
|
|
|
|
|
2024-08-26 07:13:22 +00:00
|
|
|
%if 0%{?with_test_subpackage}
|
2009-10-22 10:40:38 +00:00
|
|
|
%files test
|
|
|
|
%{_datadir}/sblim-testsuite/cim/Linux*
|
|
|
|
%{_datadir}/sblim-testsuite/system/linux/Linux*
|
|
|
|
%{_datadir}/sblim-testsuite/system/linux/gather-systemname.sh
|
|
|
|
%{_datadir}/sblim-testsuite/test-gather.sh
|
2024-08-26 07:13:22 +00:00
|
|
|
%endif
|
2009-10-22 10:40:38 +00:00
|
|
|
|
2015-03-05 12:28:24 +00:00
|
|
|
%global GATHER_1ST_SCHEMA %{_datadir}/%{name}/Linux_Metric.mof %{_datadir}/%{name}/Linux_MetricProfile.mof
|
|
|
|
%global GATHER_1ST_REGISTRATION %{_datadir}/%{name}/Linux_Metric.registration %{_datadir}/%{name}/Linux_MetricProfile.registration
|
2013-03-04 12:03:42 +00:00
|
|
|
|
|
|
|
%global G_GLOB_IGNORE */Linux_Metric.*
|
|
|
|
|
2015-03-05 12:28:24 +00:00
|
|
|
%global SCHEMA %{_datadir}/%{name}/*.mof
|
|
|
|
%global REGISTRATION %{_datadir}/%{name}/*.registration
|
2009-10-22 10:40:38 +00:00
|
|
|
|
2011-03-24 12:30:51 +00:00
|
|
|
%post
|
|
|
|
install -d -m 0755 -o root -g root /var/run/gather
|
2019-01-22 17:40:54 +00:00
|
|
|
%{?ldconfig}
|
2013-05-06 12:51:58 +00:00
|
|
|
%systemd_post gatherer.service
|
|
|
|
%systemd_post reposd.service
|
2011-03-24 12:30:51 +00:00
|
|
|
|
|
|
|
%preun
|
2013-05-06 12:51:58 +00:00
|
|
|
%systemd_preun gatherer.service
|
|
|
|
%systemd_preun reposd.service
|
2011-03-24 12:30:51 +00:00
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
rm -rf /var/run/gather
|
2013-03-04 12:03:42 +00:00
|
|
|
rm -rf /var/lib/gather
|
2011-03-24 12:30:51 +00:00
|
|
|
fi
|
2013-05-06 12:51:58 +00:00
|
|
|
|
|
|
|
%postun
|
2019-01-22 17:40:54 +00:00
|
|
|
%{?ldconfig}
|
2013-05-06 12:51:58 +00:00
|
|
|
%systemd_postun_with_restart gatherer.service
|
|
|
|
%systemd_postun_with_restart reposd.service
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%pre provider
|
2015-03-05 12:28:24 +00:00
|
|
|
function unregister()
|
|
|
|
{
|
2009-10-22 10:40:38 +00:00
|
|
|
# don't let registration failure when server not running fail upgrade!
|
2015-03-05 12:28:24 +00:00
|
|
|
GLOBIGNORE=%{G_GLOB_IGNORE}
|
|
|
|
%{_datadir}/%{name}/provider-register.sh -v -d $1 -m %{SCHEMA} -r %{REGISTRATION} #> /dev/null 2>&1 || :;
|
|
|
|
%{_datadir}/%{name}/provider-register.sh -v -d $1 -m %{GATHER_1ST_SCHEMA} -r %{GATHER_1ST_REGISTRATION} #> /dev/null 2>&1 || :;
|
|
|
|
}
|
|
|
|
|
|
|
|
# if upgrading, deregister old version
|
|
|
|
if [ $1 -gt 1 ]; then
|
|
|
|
unregistered=no
|
|
|
|
if [ -e /usr/sbin/cimserver ]; then
|
|
|
|
unregister "-t pegasus";
|
|
|
|
unregistered=yes
|
|
|
|
fi
|
|
|
|
if [ -e /usr/sbin/sfcbd ]; then
|
|
|
|
unregister "-t sfcb";
|
|
|
|
unregistered=yes
|
|
|
|
fi
|
|
|
|
if [ "$unregistered" != yes ]; then
|
|
|
|
unregister
|
|
|
|
fi
|
2009-10-22 10:40:38 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%post provider
|
2015-03-05 12:28:24 +00:00
|
|
|
function register()
|
|
|
|
{
|
2009-10-22 10:40:38 +00:00
|
|
|
# don't let registration failure when server not running fail install!
|
2018-03-27 11:28:23 +00:00
|
|
|
%{_datadir}/%{name}/provider-register.sh -v $1 -m %{GATHER_1ST_SCHEMA} -r %{GATHER_1ST_REGISTRATION} > /dev/null 2>&1 || :;
|
2015-03-05 12:28:24 +00:00
|
|
|
GLOBIGNORE=%{G_GLOB_IGNORE}
|
2018-03-27 11:28:23 +00:00
|
|
|
%{_datadir}/%{name}/provider-register.sh -v $1 -m %{SCHEMA} -r %{REGISTRATION} > /dev/null 2>&1 || :;
|
2015-03-05 12:28:24 +00:00
|
|
|
}
|
|
|
|
|
2019-01-22 17:40:54 +00:00
|
|
|
%{?ldconfig}
|
2015-03-05 12:28:24 +00:00
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
registered=no
|
|
|
|
if [ -e /usr/sbin/cimserver ]; then
|
|
|
|
register "-t pegasus";
|
|
|
|
registered=yes
|
|
|
|
fi
|
|
|
|
if [ -e /usr/sbin/sfcbd ]; then
|
|
|
|
register "-t sfcb";
|
|
|
|
registered=yes
|
|
|
|
fi
|
|
|
|
if [ "$registered" != yes ]; then
|
|
|
|
register
|
|
|
|
fi
|
2009-10-22 10:40:38 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%preun provider
|
2015-03-05 12:28:24 +00:00
|
|
|
function unregister()
|
|
|
|
{
|
|
|
|
# don't let registration failure when server not running fail upgrade!
|
|
|
|
GLOBIGNORE=%{G_GLOB_IGNORE}
|
2018-03-27 11:28:23 +00:00
|
|
|
%{_datadir}/%{name}/provider-register.sh -v -d $1 -m %{SCHEMA} -r %{REGISTRATION} > /dev/null 2>&1 || :;
|
|
|
|
%{_datadir}/%{name}/provider-register.sh -v -d $1 -m %{GATHER_1ST_SCHEMA} -r %{GATHER_1ST_REGISTRATION} > /dev/null 2>&1 || :;
|
2015-03-05 12:28:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
unregistered=no
|
|
|
|
if [ -e /usr/sbin/cimserver ]; then
|
|
|
|
unregister "-t pegasus";
|
|
|
|
unregistered=yes
|
|
|
|
fi
|
|
|
|
if [ -e /usr/sbin/sfcbd ]; then
|
|
|
|
unregister "-t sfcb";
|
|
|
|
unregistered=yes
|
|
|
|
fi
|
|
|
|
if [ "$unregistered" != yes ]; then
|
|
|
|
unregister
|
|
|
|
fi
|
2009-10-22 10:40:38 +00:00
|
|
|
fi
|
|
|
|
|
2019-01-22 17:40:54 +00:00
|
|
|
%ldconfig_postun provider
|
2009-10-22 10:40:38 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-08-26 07:13:22 +00:00
|
|
|
* Mon Aug 26 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-35
|
|
|
|
- Don't build test subpackage
|
|
|
|
|
2024-08-06 10:13:48 +00:00
|
|
|
* Tue Aug 06 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-34
|
|
|
|
- Fix undefined symbol in libmetricKvm
|
|
|
|
|
2024-06-24 16:23:39 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.2.9-33
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-27 02:09:47 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-32
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-24 10:35:57 +00:00
|
|
|
* Mon Jul 24 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-31
|
|
|
|
- Fix tmpfiles path
|
|
|
|
|
2023-07-22 01:05:03 +00:00
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-04-25 10:46:19 +00:00
|
|
|
* Tue Apr 25 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-29
|
|
|
|
- SPDX migration
|
|
|
|
|
2023-02-27 10:50:31 +00:00
|
|
|
* Mon Feb 27 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-28
|
|
|
|
- Add systemd-units to BR (fixes FTBFS)
|
|
|
|
Resolves: #2171724
|
|
|
|
|
2023-01-21 02:41:57 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-23 08:03:56 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-22 00:23:20 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-15 08:50:01 +00:00
|
|
|
* Wed Sep 15 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-24
|
|
|
|
- Fix license
|
|
|
|
- Fix issues found by static analysis
|
|
|
|
- Fix incorrect use of temporary paths
|
|
|
|
|
2021-08-04 06:58:31 +00:00
|
|
|
* Wed Aug 04 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-23
|
|
|
|
- Fix FTBFS
|
|
|
|
Resolves: #1987989
|
|
|
|
|
2021-07-23 17:05:11 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-03-02 15:12:21 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.2.9-21
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-01-27 19:58:50 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-06 08:33:45 +00:00
|
|
|
* Thu Aug 06 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-19
|
|
|
|
- Fix FTBFS
|
|
|
|
Resolves: #1865457
|
|
|
|
|
2020-08-01 08:55:38 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-18
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 10:17:13 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-02-13 06:54:20 +00:00
|
|
|
* Thu Feb 13 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-16
|
|
|
|
- Fix multiple definiton of variables (FTBFS with GCC 10)
|
|
|
|
Resolves: #1800073
|
|
|
|
|
2020-01-30 22:54:01 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-05 15:57:35 +00:00
|
|
|
* Tue Nov 05 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-14
|
|
|
|
- Fix link fail with gcc-10 (patch by Jeff Law)
|
|
|
|
|
2019-07-26 22:46:32 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 14:50:25 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 05:45:26 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-27 11:28:23 +00:00
|
|
|
* Tue Mar 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-10
|
2018-02-26 09:54:16 +00:00
|
|
|
- Add BuildRequires gcc, remove cxx check from cmake
|
2018-02-26 09:55:35 +00:00
|
|
|
- Remove Group tag
|
2018-03-08 13:17:03 +00:00
|
|
|
- Enable System Z specific providers for s390 and s390x architecture
|
2018-03-27 11:28:23 +00:00
|
|
|
- Silence providers (un)registration
|
2018-02-26 09:54:16 +00:00
|
|
|
|
2018-02-09 16:10:48 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 08:09:33 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:11:59 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 13:07:34 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 23:38:49 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 00:21:11 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-05 12:28:24 +00:00
|
|
|
* Thu Mar 05 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-3
|
|
|
|
- Update provider registration script to use systemctl to stop/start sfcb
|
|
|
|
- Fix registration/deregistration
|
|
|
|
- Require cim-server instead of tog-pegasus, don't BuildRequire tog-pegasus-devel
|
|
|
|
|
2015-01-15 13:21:51 +00:00
|
|
|
* Thu Jan 15 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-2
|
|
|
|
- Fix packaging of tmpfiles
|
|
|
|
|
2014-10-13 09:54:47 +00:00
|
|
|
* Mon Oct 13 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-1
|
|
|
|
- Update to sblim-gather-2.2.9
|
|
|
|
- Use Pegasus root/interop instead of root/PG_Interop
|
|
|
|
|
2014-08-18 01:26:37 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.8-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 05:49:56 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.8-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-24 13:05:05 +00:00
|
|
|
* Mon Mar 24 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-7
|
|
|
|
- Fix failing scriptlets when CIMOM is not running
|
|
|
|
|
2014-03-17 13:09:11 +00:00
|
|
|
* Mon Mar 17 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-6
|
|
|
|
- Fix multilib conflicts
|
|
|
|
|
2014-02-04 12:03:44 +00:00
|
|
|
* Tue Feb 04 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-5
|
|
|
|
- Fix sblim-gather FTBFS if "-Werror=format-security" flag is used
|
|
|
|
Resolves: #1037318
|
|
|
|
|
2013-08-28 11:14:11 +00:00
|
|
|
* Wed Aug 28 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-4
|
|
|
|
- Fix for unversioned docdir change
|
|
|
|
Resolves: #994086
|
|
|
|
|
2013-08-04 13:35:46 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-06 12:51:58 +00:00
|
|
|
* Mon May 06 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-2
|
|
|
|
- Add -fno-strict-aliasing
|
|
|
|
- Do not ship old init script, add systemd support
|
|
|
|
|
2013-03-18 15:13:24 +00:00
|
|
|
* Mon Mar 18 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-1
|
|
|
|
- Update to sblim-gather-2.2.8
|
|
|
|
|
2013-03-04 12:03:42 +00:00
|
|
|
* Wed Feb 27 2013 Roman Rakus <rrakus@redhat.com> - 2.2.7-3
|
|
|
|
- Fixed a typo
|
|
|
|
- Added missing providers
|
|
|
|
- improved providers registration
|
2013-03-05 14:54:09 +00:00
|
|
|
- Fixed owning of filesystem's directories (man)
|
2013-03-04 12:03:42 +00:00
|
|
|
|
2013-02-14 23:32:38 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-04 13:36:34 +00:00
|
|
|
* Tue Dec 04 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.7-1
|
|
|
|
- Update to sblim-gather-2.2.7
|
|
|
|
- Add man page BuildRequires, ship man pages
|
|
|
|
|
2012-09-06 09:47:49 +00:00
|
|
|
* Thu Sep 06 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-2
|
|
|
|
- Fix issues found by fedora-review utility in the spec file
|
|
|
|
|
2012-08-15 09:18:36 +00:00
|
|
|
* Wed Aug 15 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-1
|
|
|
|
- Update to sblim-gather-2.2.6
|
|
|
|
|
2012-07-21 18:59:45 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-30 14:23:09 +00:00
|
|
|
* Mon Apr 30 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.5-1
|
|
|
|
- Update to sblim-gather-2.2.5
|
|
|
|
|
2012-01-04 09:15:41 +00:00
|
|
|
* Wed Jan 04 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.4-1
|
|
|
|
- Update to sblim-gather-2.2.4
|
|
|
|
|
2011-05-18 13:01:36 +00:00
|
|
|
* Wed May 18 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.3-1
|
|
|
|
- Update to sblim-gather-2.2.3
|
|
|
|
|
2011-03-24 12:30:51 +00:00
|
|
|
* Thu Mar 24 2011 Vitezlsav Crhonek <vcrhonek@redhat.com> - 2.2.2-3
|
|
|
|
- Use %%ghost for /var/run/gather
|
|
|
|
Resolves: #656686
|
|
|
|
|
2011-02-09 11:46:51 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-07 15:19:19 +00:00
|
|
|
* Mon Feb 7 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.2-1
|
|
|
|
- Update to sblim-gather-2.2.2
|
|
|
|
|
2010-06-07 13:45:57 +00:00
|
|
|
* Mon Jun 7 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.1-2
|
|
|
|
- Fix broken dependency because of missing libOSBase_MetricUtil.so
|
|
|
|
|
2010-06-02 15:06:09 +00:00
|
|
|
* Wed Jun 2 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.1-1
|
|
|
|
- Update to sblim-gather-2.2.1
|
|
|
|
|
2009-10-22 10:40:38 +00:00
|
|
|
* Tue Oct 13 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.1.9-1
|
|
|
|
- Initial support
|