import CS bzip2-1.0.8-11.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 11:17:15 -04:00
parent 941684dcf1
commit b0dba8c682

View File

@ -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 <jamartis@redhat.com> - 1.0.8-11
- Add the explicit Rquires to the base package
Resolves: RHEL-138675
* Thu Dec 19 2024 Jakub Martisko <jamartis@redhat.com> - 1.0.8-10
- Revert the previous commit (introduced a regression)
Resolves: CVE-2019-12900
* Mon Oct 04 2024 Jakub Martisko <jamartis@redhat.com> - 1.0.8-9
- Fix out of bounds access in BZ2_decompress
Resolves: RHEL-65198
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.8-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688