diff --git a/libcap.spec b/libcap.spec index e93631e..f566e42 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.48 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for getting and setting POSIX.1e capabilities URL: https://sites.google.com/site/fullycapable/ License: BSD or GPLv2 @@ -93,6 +93,10 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_libdir}/pkgconfig/libpsx.pc %changelog +* Wed Dec 13 2023 Anderson Toshiyuki Sasaki - 2.48-6 +- Bump release version to restore upgrade path + Resolves: RHEL-19359 + * Mon Jun 26 2023 Anderson Toshiyuki Sasaki - 2.48-5 - Fix integer overflow in _libcap_strdup() (CVE-2023-2603) Resolves: rhbz#2210637