diff --git a/imgutil/imgutil b/imgutil/imgutil index d0389cd2..5b503603 100644 --- a/imgutil/imgutil +++ b/imgutil/imgutil @@ -525,6 +525,10 @@ class ElHandler(OsHandler): cmd.extend(glob.glob(os.path.join(targdir, '*'))) subprocess.check_call(cmd) subprocess.check_call(['yum'] + self.yumargs) + # note that in some cases, may need to fix labels for function even without selinux + # for now a TODO, but note the command to repair a scratch directery if needed + # can be done by unpack, setfiles, then pack again too + #setfiles -r buildscratch /etc/selinux/targeted/contexts/files/file_contexts buildscratch def versionize_string(key):