diff --git a/SPECS/bzip2.spec b/SPECS/bzip2.spec index bb7b12f..eeea79f 100644 --- a/SPECS/bzip2.spec +++ b/SPECS/bzip2.spec @@ -3,7 +3,7 @@ Summary: A file compression utility Name: bzip2 Version: 1.0.8 -Release: 8%{?dist} +Release: 11%{?dist} License: BSD URL: http://www.bzip.org/ #Source0: http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Patch3: man_gzipdiff.patch BuildRequires: gcc BuildRequires: make +Requires: bzip2-libs = %{version}-%{release} %description Bzip2 is a freely available, patent-free, high quality data compressor. @@ -136,6 +137,18 @@ ln -s bzgrep.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzfgrep.1 %{_libdir}/pkgconfig/bzip2.pc %changelog +* Fri Jan 09 2026 Jakub Martisko - 1.0.8-11 +- Add the explicit Rquires to the base package +Resolves: RHEL-138675 + +* Thu Dec 19 2024 Jakub Martisko - 1.0.8-10 +- Revert the previous commit (introduced a regression) +Resolves: CVE-2019-12900 + +* Mon Oct 04 2024 Jakub Martisko - 1.0.8-9 +- Fix out of bounds access in BZ2_decompress +Resolves: RHEL-65198 + * Mon Aug 09 2021 Mohan Boddu - 1.0.8-8 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688