delete old so files

This commit is contained in:
zhouwenpei 2023-02-20 07:16:46 +00:00
parent 757ff77bc6
commit 134d3a5476

View File

@ -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 <zhouwenpei1@h-partners.com> - 4.5.0-3
- delete old so files
* Thu Feb 16 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 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