From 29309fe6a65663dff2fcdc45ea96de0e7fe1ad73 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 3 Jan 2005 20:52:19 +0000 Subject: [PATCH] * Mon Jan 3 2005 Dan Walsh 1.19.2-4 - Fix fixfiles handling of rpm - Fix restorecon to not warn on symlinks unless -v -v - Fix output of verbose to show old context as well as new context --- policycoreutils-rhat.patch | 2 +- policycoreutils.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index cb20c47..ed49047 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -17,7 +17,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecon/restorecon.c if (verbose) - fprintf(stderr,"%s reset context %s->%s\n", - progname, filename, scontext); -+ fprintf(stderr,"%s reset context %s:%s->%s\n", ++ fprintf(stderr,"%s reset context %s %s->%s\n", + progname, filename, prev_context, scontext); } if (retcontext >= 0) diff --git a/policycoreutils.spec b/policycoreutils.spec index e2eb2d5..22789c1 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,7 +1,7 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 1.19.2 -Release: 3 +Release: 4 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -76,7 +76,7 @@ rm -rf ${RPM_BUILD_ROOT} %changelog -* Mon Jan 3 2005 Dan Walsh 1.19.2-3 +* Mon Jan 3 2005 Dan Walsh 1.19.2-4 - Fix fixfiles handling of rpm - Fix restorecon to not warn on symlinks unless -v -v - Fix output of verbose to show old context as well as new context