Fix Provides/Obsoletes of OpenEXR package.
This commit is contained in:
parent
03cc77e5c7
commit
b95aaf74ea
12
openexr.spec
12
openexr.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: openexr
|
Name: openexr
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Provides the specification and reference implementation of the EXR file format
|
Summary: Provides the specification and reference implementation of the EXR file format
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -17,6 +17,9 @@ BuildRequires: boost-devel
|
|||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
|
Obsoletes: OpenEXR < 2.5.3
|
||||||
|
Provides: OpenEXR = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenEXR is an open-source high-dynamic-range floating-point image file format
|
OpenEXR is an open-source high-dynamic-range floating-point image file format
|
||||||
for high-quality image processing and storage. This document presents a brief
|
for high-quality image processing and storage. This document presents a brief
|
||||||
@ -27,8 +30,8 @@ This package containes the binaries for OpenEXR.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: OpenEXR Libraries
|
Summary: OpenEXR Libraries
|
||||||
Provides: OpenEXR-libs%{?isa} = %{version}-%{release}
|
Provides: OpenEXR-libs = %{version}-%{release}
|
||||||
Obsoletes: OpenEXR-libs%{?isa} < 2.5.3
|
Obsoletes: OpenEXR-libs < 2.5.3
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
OpenEXR is an open-source high-dynamic-range floating-point image file format
|
OpenEXR is an open-source high-dynamic-range floating-point image file format
|
||||||
@ -142,6 +145,9 @@ Summary: Development files for %{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 18 2021 Richard Shaw <hobbes1069@gmail.com> - 2.5.4-2
|
||||||
|
- Fix Provides/Obsoletes of OpenEXR package.
|
||||||
|
|
||||||
* Wed Jan 06 2021 Richard Shaw <hobbes1069@gmail.com> - 2.5.4-1
|
* Wed Jan 06 2021 Richard Shaw <hobbes1069@gmail.com> - 2.5.4-1
|
||||||
- Update to 2.5.4.
|
- Update to 2.5.4.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user