From 2f9cf81c812e0a4a997620eb01ebf358512137f7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 21 Aug 2020 18:32:30 +0000 Subject: [PATCH] import snappy-1.1.8-3.el8 --- SPECS/snappy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/snappy.spec b/SPECS/snappy.spec index acc801e..d2cabc2 100644 --- a/SPECS/snappy.spec +++ b/SPECS/snappy.spec @@ -1,6 +1,6 @@ Name: snappy Version: 1.1.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast compression and decompression library Group: System Environment/Libraries @@ -30,6 +30,7 @@ Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake-filesystem Requires: pkgconfig +Obsoletes: %{name}-devel < %{version}-2 %description devel The %{name}-devel package contains libraries and header files for @@ -102,6 +103,9 @@ ctest -V %{?_smp_mflags} %changelog +* Fri Aug 21 2020 Bhupesh Sharma - 1.1.8-3 +- Obsolete snappy-devel versions lower than 1.1.8-2 as lower versions have multilib issues. + * Fri Jul 24 2020 Bhupesh Sharma - 1.1.8-2 - Fix multilib (i686 and x86) issues with snappy-devel package