* 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:
parent
7ac30031a8
commit
29309fe6a6
@ -17,7 +17,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecon/restorecon.c
|
|||||||
if (verbose)
|
if (verbose)
|
||||||
- fprintf(stderr,"%s reset context %s->%s\n",
|
- fprintf(stderr,"%s reset context %s->%s\n",
|
||||||
- progname, filename, scontext);
|
- 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);
|
+ progname, filename, prev_context, scontext);
|
||||||
}
|
}
|
||||||
if (retcontext >= 0)
|
if (retcontext >= 0)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.19.2
|
Version: 1.19.2
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -76,7 +76,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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 fixfiles handling of rpm
|
||||||
- Fix restorecon to not warn on symlinks unless -v -v
|
- Fix restorecon to not warn on symlinks unless -v -v
|
||||||
- Fix output of verbose to show old context as well as new context
|
- Fix output of verbose to show old context as well as new context
|
||||||
|
Loading…
Reference in New Issue
Block a user