[packages/attr] The xattr syscalls are provided by glibc since ages, so there is no need to use the indirect system

baggins baggins at pld-linux.org
Sat Nov 18 17:23:29 CET 2017


commit 892632a16cd7bdae9b36f5da835de1d0bcd91a78
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Nov 18 17:21:57 2017 +0100

    The xattr syscalls are provided by glibc since ages, so there is no
    need to use the indirect system call "syscall" anymore. This removes the
    need for the <attr/xattr.h> header; use <sys/xattr.h> instead.
    
    - rel 2

 attr.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/attr.spec b/attr.spec
index da94943..644dc1b 100644
--- a/attr.spec
+++ b/attr.spec
@@ -2,7 +2,7 @@ Summary:	Utility for managing filesystem extended attributes
 Summary(pl.UTF-8):	Narzędzia do zarządzania rozszerzonymi atrybutami systemu plików
 Name:		attr
 Version:	2.4.48
-Release:	1.1
+Release:	2
 License:	LGPL v2+ (library), GPL v2+ (utilities)
 Group:		Applications/System
 Source0:	http://git.savannah.gnu.org/cgit/attr.git/snapshot/%{name}-%{version}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/attr.git/commitdiff/892632a16cd7bdae9b36f5da835de1d0bcd91a78



More information about the pld-cvs-commit mailing list