[lorax 2/2] Add xfsdump and remove extra files from xfsprogs (#1118654)

Brian C. Lane bcl at redhat.com
Fri Jul 11 17:07:45 UTC 2014


Resolves: rhbz#1118654
---
 share/runtime-cleanup.tmpl | 3 ++-
 share/runtime-install.tmpl | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index 5150172..588ce35 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -112,7 +112,8 @@ removefrom metacity --allbut /usr/bin/* /usr/${libdir}/* /etc/*
 
 ## filesystem tools
 removefrom e2fsprogs /usr/share/locale/*
-removefrom xfsprogs /usr/share/locale/*
+removefrom xfsprogs /usr/share/locale/* /usr/share/doc/* /usr/share/man/*
+removefrom xfsdump --allbut /usr/sbin/*
 
 ## other package specific removals
 removefrom GConf2 /etc/rpm/* /etc/xdg/* /usr/bin/*
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index 8a25764..b6e161a 100644
--- a/share/runtime-install.tmpl
+++ b/share/runtime-install.tmpl
@@ -89,6 +89,7 @@ installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g ntfsp
 installpkg python-volume_key volume_key
 installpkg system-storage-manager
 installpkg device-mapper-persistent-data
+installpkg xfsdump
 
 ## SELinux support
 installpkg selinux-policy-targeted audit libsemanage-python
-- 
1.9.3



More information about the anaconda-patches mailing list