Fix FTBFS
This commit is contained in:
parent
a6732acb20
commit
90831869b2
@ -3,7 +3,7 @@
|
||||
|
||||
Name: sblim-gather
|
||||
Version: 2.2.9
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Summary: SBLIM Gatherer
|
||||
|
||||
License: EPL
|
||||
@ -121,7 +121,7 @@ make %{?_smp_mflags}
|
||||
# for missing providers
|
||||
pushd missing-providers
|
||||
%{cmake}
|
||||
pushd %{_target_platform}
|
||||
pushd redhat-linux-build
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
popd
|
||||
@ -148,7 +148,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d
|
||||
echo "%{_libdir}/cmpi" > $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
# for missing providers
|
||||
make install/fast DESTDIR=$RPM_BUILD_ROOT -C missing-providers/%{_target_platform}
|
||||
make install/fast DESTDIR=$RPM_BUILD_ROOT -C missing-providers/redhat-linux-build
|
||||
mkdir -p $RPM_BUILD_ROOT/var/lib/gather
|
||||
|
||||
# remove init script, install service files
|
||||
@ -296,6 +296,10 @@ fi
|
||||
%ldconfig_postun provider
|
||||
|
||||
%changelog
|
||||
* Wed Aug 04 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.9-23
|
||||
- Fix FTBFS
|
||||
Resolves: #1987989
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user