Add xfsdump and remove extra files from xfsprogs (#1118654)

Resolves: rhbz#1118654
This commit is contained in:
Brian C. Lane 2014-07-11 09:47:01 -07:00
parent f3f2aa4851
commit cf2407b618
2 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,8 @@ removefrom metacity --allbut /usr/bin/* /usr/${libdir}/* /etc/*
## filesystem tools ## filesystem tools
removefrom e2fsprogs /usr/share/locale/* 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 ## other package specific removals
removefrom GConf2 /etc/rpm/* /etc/xdg/* /usr/bin/* removefrom GConf2 /etc/rpm/* /etc/xdg/* /usr/bin/*

View File

@ -89,6 +89,7 @@ installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g ntfsp
installpkg python-volume_key volume_key installpkg python-volume_key volume_key
installpkg system-storage-manager installpkg system-storage-manager
installpkg device-mapper-persistent-data installpkg device-mapper-persistent-data
installpkg xfsdump
## SELinux support ## SELinux support
installpkg selinux-policy-targeted audit libsemanage-python installpkg selinux-policy-targeted audit libsemanage-python