From 6fcbd97ea05901f8aaf3fba751fe2cf5e74f1846 Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Thu, 1 Aug 2019 09:47:26 +0200 Subject: [PATCH] Prevent bogus Provides of libOpenIPMI.so.0 Resolves: #1734407 --- OpenIPMI.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index 0a816b9..30c55c2 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -4,7 +4,7 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools Name: OpenIPMI Version: 2.0.27 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ and GPLv2+ or BSD URL: http://sourceforge.net/projects/openipmi/ Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz @@ -26,6 +26,8 @@ BuildRequires: systemd Requires: %{name}-libs%{?_isa} = %{version}-%{release} +# Prevent bogus provides of private libs from perl +%global __provides_exclude_from %{?__provides_exclude_from:%{__provides_exclude_from}|}^%{perl_vendorarch}/auto/.*\\.so$ %description The Open IPMI project aims to develop an open code base to allow access to @@ -196,6 +198,9 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1 %{_mandir}/man5/ipmi_sim_cmd.5* %changelog +* Thu Aug 01 2019 Vaclav Dolezal - 2.0.27-3 +- Prevent bogus Provides of libOpenIPMI.so.0 by OpenIPMI-perl (#1734407) + * Wed Jul 24 2019 Fedora Release Engineering - 2.0.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild