Fixup for commit 7e6722d. Entries in upd-instroot KEEPFILES are globs that must match entire filenames to work correctly; naming a directory will not include its contents. So if we want /usr/share/rhsm and its contents we need to ask for /usr/share/rhsm/*. Same for /etc/rhsm/*. --- scripts/upd-instroot | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 6541ec0..a24c749 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -522,10 +522,10 @@ usr/share/hwdata/MonitorsDB usr/share/xorg/extramodes usr/share/xorg/vesamodes usr/share/zoneinfo/* -usr/share/rhsm +usr/share/rhsm/* usr/lib/yum-plugins/product-id.py* var/log/rhsm -etc/rhsm +etc/rhsm/* etc/yum/pluginconf.d/product-id.conf EOF -- 1.7.5.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list