From a3b554fedf4f981ec8a6648c197a9323268c3d43 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 31 Mar 2025 16:28:45 +0200 Subject: [PATCH] drop unused compat libtiff.so.5 (RHEL-85372) Resolves: RHEL-85588 --- libtiff.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/libtiff.spec b/libtiff.spec index 8f86b18..52ae64b 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,7 +1,7 @@ Summary: Library of functions for manipulating TIFF format image files Name: libtiff Version: 4.6.0 -Release: 5%{?dist} +Release: 6%{?dist} License: libtiff URL: http://www.simplesystems.org/libtiff/ @@ -17,8 +17,6 @@ BuildRequires: gcc, gcc-c++ BuildRequires: zlib-devel libjpeg-devel jbigkit-devel libzstd-devel libwebp-devel liblerc-devel BuildRequires: libtool automake autoconf pkgconfig -# Add old libtiff to work with packages not built with new libtiff.so.6 -BuildRequires: libtiff BuildRequires: make %description @@ -137,11 +135,6 @@ EOF fi -# Copy old soname %{_libdir}/libtiff.so.5 -# Copy old soname %{_libdir}/libtiffxx.so.5 -cp %{_libdir}/libtiff.so.5* $RPM_BUILD_ROOT%{_libdir} -cp %{_libdir}/libtiffxx.so.5* $RPM_BUILD_ROOT%{_libdir} - %ldconfig_scriptlets %check @@ -150,8 +143,8 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check %files %license LICENSE.md %doc README.md RELEASE-DATE VERSION -%{_libdir}/libtiff.so.* -%{_libdir}/libtiffxx.so.* +%{_libdir}/libtiff.so.6* +%{_libdir}/libtiffxx.so.6* %files devel %doc TODO ChangeLog @@ -169,6 +162,9 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check %{_mandir}/man1/* %changelog +* Mon Mar 31 2025 Michal Hlavinka - 4.6.0-6 +- drop unused compat libtiff.so.5 (RHEL-85372) + * Tue Oct 29 2024 Troy Dawson - 4.6.0-5 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018