* Mon Jan 3 2005 Dan Walsh <dwalsh@redhat.com> 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
This commit is contained in:
Daniel J Walsh 2005-01-03 20:52:19 +00:00
parent 7ac30031a8
commit 29309fe6a6
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 <dwalsh@redhat.com> 1.19.2-3
* Mon Jan 3 2005 Dan Walsh <dwalsh@redhat.com> 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