update attr.spec.

This commit is contained in:
shijieluo 2020-03-16 09:44:55 +08:00 committed by Gitee
parent 0b9ae2595d
commit 9478f03ce4

View File

@ -1,7 +1,7 @@
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
Name: attr Name: attr
Version: 2.4.48 Version: 2.4.48
Release: 5 Release: 6
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)
Patch0000: 0000-attr-2.4.48-test-suite-perl.patch Patch0000: 0000-attr-2.4.48-test-suite-perl.patch
Patch0001: 0001-bypass-wrong-output-when-enabled-selinux.patch
Patch6000: 6000-Switch-back-to-syscall.patch Patch6000: 6000-Switch-back-to-syscall.patch
@ -92,6 +93,12 @@ make %{?_smp_mflags} check
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Mar 16 2020 Shijie Luo<luoshijie1@huawei.com> - 2.4.48-6
- Type:bugfix
- ID:NA
- SUG:restart
- DESC:add patch to bypass selinux messages.
* Fri Aug 30 2019 zoujing<zoujing13@huawei.com> - 2.4.48-5 * Fri Aug 30 2019 zoujing<zoujing13@huawei.com> - 2.4.48-5
- Type:enhancemnet - Type:enhancemnet
- ID:NA - ID:NA