update attr.spec.

This commit is contained in:
linfeilong835 2022-01-24 04:00:43 +00:00 committed by Gitee
parent 54324ff3ae
commit e7ae0c483e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <linfeilong@huawei.com> - 2.5.1-2
- dont skip security.evm copy for ima
* Tue Nov 16 2021 Wenchao Hao <haowenchao@huawei.com> - 2.5.1-1
- Update to attr-2.5.1