From bc5142962b40340ab5d6406a18c7433955aa91f9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 09 2005 13:54:03 +0000 Subject: - Reverse change to use raw functions --- diff --git a/coreutils-selinux.patch b/coreutils-selinux.patch index 1a2dd23..b156391 100644 --- a/coreutils-selinux.patch +++ b/coreutils-selinux.patch @@ -1444,9 +1444,9 @@ unchanged: + int status = 0; + + if (change_symlinks) -+ status = lgetfilecon_raw(file, &file_context); ++ status = lgetfilecon(file, &file_context); + else -+ status = getfilecon_raw(file, &file_context); ++ status = getfilecon(file, &file_context); + + if ((status < 0) && (errno != ENODATA)) + { diff --git a/coreutils.spec b/coreutils.spec index bd7ece6..130ca19 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 5.2.1 -Release: 54 +Release: 55 License: GPL Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -284,6 +284,9 @@ fi /sbin/runuser %changelog +* Fri Sep 9 2005 Dan Walsh 5.2.1-55 +- Reverse change to use raw functions + * Thu Sep 8 2005 Tim Waugh 5.2.1-54 - Explicit setuid bit for /bin/su in file manifest (bug #167745).