From 134d3a5476f412364a472bbceec6dc5e84a2a71e Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Mon, 20 Feb 2023 07:16:46 +0000 Subject: [PATCH] delete old so files --- libtiff.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libtiff.spec b/libtiff.spec index ef05804..ab9959d 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,6 +1,6 @@ Name: libtiff Version: 4.5.0 -Release: 2 +Release: 3 Summary: TIFF Library and Utilities License: libtiff URL: https://www.simplesystems.org/libtiff/ @@ -12,7 +12,7 @@ Patch6002: backport-0002-CVE-2023-0795-0796-0797-0798-0799.patch Patch6003: backport-CVE-2023-0800-0801-0802-0803-0804.patch BuildRequires: gcc gcc-c++ zlib-devel libjpeg-devel jbigkit-devel -BuildRequires: libtool automake autoconf pkgconfig libtiff +BuildRequires: libtool automake autoconf pkgconfig %description This %{name} provides support for the Tag Image File Format (TIFF), a widely @@ -98,9 +98,6 @@ fi %ldconfig_scriptlets -cp -a %{_libdir}/libtiff.so.5* %{buildroot}%{_libdir} -cp -a %{_libdir}/libtiffxx.so.5* %{buildroot}%{_libdir} - %check make check find doc -name 'Makefile*' | xargs rm @@ -132,6 +129,9 @@ find doc -name 'Makefile*' | xargs rm %exclude %{_mandir}/man1/* %changelog +* Thu Feb 20 2023 zhouwenpei - 4.5.0-3 +- delete old so files + * Thu Feb 16 2023 zhouwenpei - 4.5.0-2 - fix CVE-2023-0795,CVE-2023-0796,CVE-2023-0797,CVE-2023-0798,CVE-2023-0799, - fix CVE-2023-0800,CVE-2023-0801,CVE-2023-0802,CVE-2023-0803,CVE-2023-0804