Projects
openEuler:Mainline
attr
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
_service:tar_scm:attr.spec
Changed
@@ -1,7 +1,7 @@ %{!?_licensedir:%global license %%doc} Name: attr Version: 2.5.1 -Release: 2 +Release: 4 Summary: Commands for Manipulating Filesystem Extended Attributes License: GPLv2+ AND LGPLv2+ URL: https://savannah.nongnu.org/projects/attr @@ -10,6 +10,7 @@ # 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 +Patch3: 0003-attr-eliminate-a-dead-store-in-attr_copy_action.patch BuildRequires: gettext, libtool, chrpath, gcc, Provides: libattr @@ -26,7 +27,6 @@ %package -n libattr-devel License: LGPLv2+ Summary: Header files for libattr -Obsoletes: libattr Requires: glibc-headers %description -n libattr-devel @@ -96,6 +96,12 @@ %{_mandir}/man3/* %changelog +* Mon Dec 26 2022 tangyuchen <tangyuchen5@huawei.com> - 2.5.1-4 +- fix redundant spec code + +* Sat Oct 29 2022 wangzhiqiang <wangzhiqiang95@huawei.com> - 2.5.1-3 +- fix compile warning + * Mon Jan 24 2022 volcanodragon <linfeilong@huawei.com> - 2.5.1-2 - dont skip security.evm copy for ima
View file
_service:tar_scm:0003-attr-eliminate-a-dead-store-in-attr_copy_action.patch
Added
@@ -0,0 +1,30 @@ +From 8d7fa4cc89713e3e98afeec7cc6f1002855d4ac3 Mon Sep 17 00:00:00 2001 +From: Kamil Dudka <kdudka@redhat.com> +Date: Mon, 19 Apr 2021 15:10:48 +0200 +Subject: PATCH attr: eliminate a dead store in attr_copy_action() + +... reported by clang: + +libattr/attr_copy_action.c:158:22: warningdeadcode.DeadStores: Value stored to 'action' during its initialization is never read +--- + libattr/attr_copy_action.c | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/libattr/attr_copy_action.c b/libattr/attr_copy_action.c +index 279f2df..d41dd2e 100644 +--- a/libattr/attr_copy_action.c ++++ b/libattr/attr_copy_action.c +@@ -155,9 +155,8 @@ fail: + int + attr_copy_action(const char *name, struct error_context *ctx) + { +- struct attr_action *action = attr_actions; +- + if (!attr_parse_attr_conf(ctx)) { ++ struct attr_action *action; + for (action = attr_actions; action; action = action->next) { + if (!fnmatch(action->pattern, name, 0)) + return action->action; +-- +2.33.0 +
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/attr.git</param> - <param name="revision">318e96a6e5a51d50c3a36e654d24bb3fac2407a1</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2