diff --git a/attr.spec b/attr.spec index 8f9d591..d7599ca 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.5.1 -Release: 1 +Release: 2 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -9,6 +9,7 @@ Source0: https://download-mirror.savannah.gnu.org/releases/attr/attr-%{version}. # fix test-suite failure with perl-5.26.0 (#1473853) Patch1: 0001-bypass-wrong-output-when-enabled-selinux.patch +Patch2: 0002-dont-skip-security.evm-when-copy-xattr.patch BuildRequires: gettext, libtool, chrpath, gcc, Provides: libattr @@ -95,6 +96,9 @@ fi %{_mandir}/man3/* %changelog +* Mon Jan 24 2022 volcanodragon - 2.5.1-2 +- dont skip security.evm copy for ima + * Tue Nov 16 2021 Wenchao Hao - 2.5.1-1 - Update to attr-2.5.1