diff --git a/pyxattr.spec b/pyxattr.spec index 6d3683b..deccc4f 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -1,7 +1,7 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.7.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: https://pyxattr.k1024.org/ Source0: %{URL}/downloads/%{name}-%{version}.tar.gz @@ -52,6 +52,10 @@ python3 -m pytest tests %doc NEWS README.md %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.7.2-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.7.2-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937