update attr.spec.
This commit is contained in:
parent
54324ff3ae
commit
e7ae0c483e
@ -1,7 +1,7 @@
|
|||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
Name: attr
|
Name: attr
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Commands for Manipulating Filesystem Extended Attributes
|
Summary: Commands for Manipulating Filesystem Extended Attributes
|
||||||
License: GPLv2+ AND LGPLv2+
|
License: GPLv2+ AND LGPLv2+
|
||||||
URL: https://savannah.nongnu.org/projects/attr
|
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)
|
# fix test-suite failure with perl-5.26.0 (#1473853)
|
||||||
Patch1: 0001-bypass-wrong-output-when-enabled-selinux.patch
|
Patch1: 0001-bypass-wrong-output-when-enabled-selinux.patch
|
||||||
|
Patch2: 0002-dont-skip-security.evm-when-copy-xattr.patch
|
||||||
|
|
||||||
BuildRequires: gettext, libtool, chrpath, gcc,
|
BuildRequires: gettext, libtool, chrpath, gcc,
|
||||||
Provides: libattr
|
Provides: libattr
|
||||||
@ -95,6 +96,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 16 2021 Wenchao Hao <haowenchao@huawei.com> - 2.5.1-1
|
||||||
- Update to attr-2.5.1
|
- Update to attr-2.5.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user