2010-10-12 16:23:29 +00:00
|
|
|
## lorax template file
|
|
|
|
|
|
|
|
## anaconda package
|
|
|
|
install "anaconda"
|
|
|
|
|
2010-11-12 11:59:39 +00:00
|
|
|
## kernel
|
|
|
|
install "kernel"
|
|
|
|
% if basearch == "i386":
|
|
|
|
install "kernel-PAE"
|
2011-01-26 10:29:15 +00:00
|
|
|
install "gpart"
|
2010-11-12 11:59:39 +00:00
|
|
|
% endif
|
|
|
|
|
2011-03-08 15:08:39 +00:00
|
|
|
## x86 specific packages
|
|
|
|
% if basearch == "i386" or basearch == "x86_64":
|
2011-03-31 08:37:53 +00:00
|
|
|
install "biosdevname"
|
2011-03-08 15:08:39 +00:00
|
|
|
install "efibootmgr"
|
|
|
|
install "firstaidkit-plugin-grub"
|
|
|
|
install "grub"
|
|
|
|
install "memtest86+"
|
|
|
|
% endif
|
|
|
|
|
2011-03-08 11:28:04 +00:00
|
|
|
## ppc specific packages
|
|
|
|
% if basearch == "ppc":
|
2011-03-31 08:37:53 +00:00
|
|
|
install "fbset"
|
2011-03-08 11:28:04 +00:00
|
|
|
install "hfsutils"
|
|
|
|
install "kernel-bootwrapper"
|
2011-03-31 08:37:53 +00:00
|
|
|
install "pcmciautils"
|
|
|
|
install "pdisk"
|
2011-03-08 11:28:04 +00:00
|
|
|
install "ppc64-utils"
|
2011-03-31 08:37:53 +00:00
|
|
|
install "yaboot"
|
2011-03-08 11:28:04 +00:00
|
|
|
% endif
|
|
|
|
|
2011-03-15 13:23:01 +00:00
|
|
|
## s390 specific packages
|
2011-03-31 08:37:53 +00:00
|
|
|
% if basearch == "s390x":
|
2011-03-15 13:23:01 +00:00
|
|
|
install "lsscsi"
|
|
|
|
install "modutils"
|
|
|
|
install "mount"
|
2011-03-31 08:37:53 +00:00
|
|
|
install "s390utils-base"
|
|
|
|
install "s390utils-cmsfs"
|
2011-03-15 13:23:01 +00:00
|
|
|
% endif
|
|
|
|
|
2011-03-15 13:33:57 +00:00
|
|
|
## sparc specific packages
|
|
|
|
% if basearch == "sparc":
|
|
|
|
install "silo"
|
|
|
|
install "tilo"
|
|
|
|
% endif
|
|
|
|
|
2010-10-12 16:23:29 +00:00
|
|
|
## other required packages
|
|
|
|
install "NetworkManager-gnome"
|
|
|
|
install "at-spi"
|
|
|
|
install "at-spi-python"
|
2010-11-10 13:14:29 +00:00
|
|
|
install "at-spi2-atk"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "audit"
|
2010-10-22 14:02:53 +00:00
|
|
|
install "bind-libs"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "bind-utils"
|
|
|
|
install "bitmap-fangsongti-fonts"
|
|
|
|
install "btrfs-progs"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "bzip2-libs"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "cjkuni-uming-fonts"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "dbus-libs"
|
2010-11-08 12:52:11 +00:00
|
|
|
install "dbus-x11"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "dejavu-sans-fonts"
|
|
|
|
install "dejavu-sans-mono-fonts"
|
|
|
|
install "dogtail"
|
|
|
|
install "dump"
|
|
|
|
install "ethtool"
|
|
|
|
install "fedora-gnome-theme"
|
|
|
|
install "fedora-icon-theme"
|
|
|
|
install "firstaidkit-engine"
|
2010-10-29 12:42:28 +00:00
|
|
|
install "firstboot"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "ftp"
|
2010-11-24 13:28:06 +00:00
|
|
|
install "gdb-gdbserver"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "gdk-pixbuf"
|
|
|
|
install "gfs2-utils"
|
|
|
|
install "glib"
|
|
|
|
install "gnome-bluetooth-libs"
|
2010-12-02 15:17:41 +00:00
|
|
|
install "gnome-icon-theme-legacy"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "gnome-keyring"
|
2010-11-10 17:19:50 +00:00
|
|
|
install "gnome-python2-bonobo"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "gnome-python2-gconf"
|
2011-01-14 14:50:00 +00:00
|
|
|
install "gnome-themes-standard"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "gobject-introspection"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "groff"
|
|
|
|
install "gtk+"
|
|
|
|
install "hdparm"
|
|
|
|
install "jfsutils"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "kacst-farsi-fonts"
|
|
|
|
install "kacst-qurn-fonts"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "lcms-libs"
|
|
|
|
install "libbonobo"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "libgcc"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "libgnome-keyring"
|
|
|
|
install "libgssglue"
|
|
|
|
install "libmlx4"
|
|
|
|
install "libsemanage-python"
|
|
|
|
install "libsysfs"
|
|
|
|
install "libtirpc"
|
|
|
|
install "lklug-fonts"
|
|
|
|
install "lohit-assamese-fonts"
|
|
|
|
install "lohit-bengali-fonts"
|
|
|
|
install "lohit-devanagari-fonts"
|
|
|
|
install "lohit-gujarati-fonts"
|
|
|
|
install "lohit-kannada-fonts"
|
|
|
|
install "lohit-oriya-fonts"
|
|
|
|
install "lohit-punjabi-fonts"
|
|
|
|
install "lohit-tamil-fonts"
|
|
|
|
install "lohit-telugu-fonts"
|
|
|
|
install "lsof"
|
|
|
|
install "lvm2-cluster"
|
|
|
|
install "madan-fonts"
|
|
|
|
install "man-db"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "metacity"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "mt-st"
|
|
|
|
install "mtr"
|
|
|
|
install "nfs-utils"
|
|
|
|
install "notification-daemon"
|
|
|
|
install "ntfs-3g"
|
|
|
|
install "openssh-server"
|
|
|
|
install "pciutils"
|
|
|
|
install "pciutils-libs"
|
|
|
|
install "pcmciautils"
|
|
|
|
install "polkit-desktop-policy"
|
2010-11-10 17:19:50 +00:00
|
|
|
install "pyatspi"
|
|
|
|
install "pyorbit"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "python-epdb"
|
2010-10-29 12:42:28 +00:00
|
|
|
install "python-ethtool"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "python-imaging"
|
|
|
|
install "python-volume_key"
|
2010-12-10 11:36:32 +00:00
|
|
|
install "rdate"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "reiserfs-utils"
|
|
|
|
install "rsh"
|
|
|
|
install "rsync"
|
|
|
|
install "rsyslog"
|
|
|
|
install "samba-common"
|
|
|
|
install "samba-winbind-clients"
|
|
|
|
install "selinux-policy-targeted"
|
|
|
|
install "smartmontools"
|
|
|
|
install "smc-meera-fonts"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "specspo"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "strace"
|
2011-02-10 19:26:46 +00:00
|
|
|
install "systemd"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "systemd-sysvinit"
|
|
|
|
install "tigervnc-server-minimal"
|
|
|
|
install "tigervnc-server-module"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "udev"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "un-core-dotum-fonts"
|
|
|
|
install "usbutils"
|
2010-12-10 11:36:32 +00:00
|
|
|
install "vconfig"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "vim-minimal"
|
|
|
|
install "vlgothic-fonts"
|
|
|
|
install "volume_key"
|
|
|
|
install "volume_key-libs"
|
|
|
|
install "wget"
|
|
|
|
install "xfsprogs"
|
2010-12-03 09:33:49 +00:00
|
|
|
install "xorg-x11-drivers"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "xorg-x11-fonts-ethiopic"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "xorg-x11-fonts-misc"
|
2010-10-12 16:23:29 +00:00
|
|
|
install "xorg-x11-server-Xorg"
|
|
|
|
install "xorg-x11-server-utils"
|
2011-05-09 23:30:11 +00:00
|
|
|
install "xz"
|
2011-03-15 15:39:45 +00:00
|
|
|
install "yum-langpacks"
|
2010-10-19 15:35:50 +00:00
|
|
|
install "${product}-logos"
|
|
|
|
install "${product}-release"
|
2010-10-12 16:23:29 +00:00
|
|
|
|
|
|
|
## required firmware
|
2011-03-31 08:37:53 +00:00
|
|
|
% if basearch != "s390x":
|
|
|
|
install "aic94xx-firmware"
|
|
|
|
install "ar9170-firmware"
|
|
|
|
install "atmel-firmware"
|
|
|
|
install "ipw2100-firmware"
|
|
|
|
install "ipw2200-firmware"
|
|
|
|
install "iwl1000-firmware"
|
|
|
|
install "iwl3945-firmware"
|
|
|
|
install "iwl4965-firmware"
|
|
|
|
install "iwl5000-firmware"
|
|
|
|
install "iwl5150-firmware"
|
|
|
|
install "iwl6000-firmware"
|
|
|
|
install "iwl6050-firmware"
|
|
|
|
install "ql2100-firmware"
|
|
|
|
install "ql2200-firmware"
|
|
|
|
install "ql23xx-firmware"
|
|
|
|
install "ql2400-firmware"
|
|
|
|
install "ql2500-firmware"
|
|
|
|
install "zd1211-firmware"
|
|
|
|
% endif
|
2010-10-12 16:23:29 +00:00
|
|
|
|
2011-01-31 19:58:04 +00:00
|
|
|
## required directories
|
2011-02-10 19:26:46 +00:00
|
|
|
mkdir "/etc/sysconfig"
|
2011-01-31 19:58:04 +00:00
|
|
|
mkdir "/var/run/dbus"
|
|
|
|
|
2010-10-12 16:23:29 +00:00
|
|
|
## not required packages installed as dependencies
|
|
|
|
remove "ConsoleKit-x11"
|
|
|
|
remove "alsa-lib"
|
|
|
|
remove "augeas-libs"
|
|
|
|
remove "authconfig-gtk"
|
|
|
|
remove "avahi-autoipd"
|
|
|
|
remove "avahi-libs"
|
|
|
|
remove "basesystem"
|
|
|
|
remove "checkpolicy"
|
|
|
|
remove "clusterlib"
|
|
|
|
remove "clutter"
|
|
|
|
remove "clutter-gesture"
|
|
|
|
remove "clutter-imcontext"
|
|
|
|
remove "cman"
|
|
|
|
remove "control-center-filesystem"
|
|
|
|
remove "coreutils-libs"
|
|
|
|
remove "corosync"
|
|
|
|
remove "corosynclib"
|
|
|
|
remove "cronie"
|
|
|
|
remove "cronie-anacron"
|
|
|
|
remove "crontabs"
|
|
|
|
remove "cups-libs"
|
|
|
|
remove "curl"
|
|
|
|
remove "cyrus-sasl"
|
|
|
|
remove "cyrus-sasl-md5"
|
|
|
|
remove "dash"
|
|
|
|
remove "db4-utils"
|
|
|
|
remove "dejavu-fonts-common"
|
|
|
|
remove "deltarpm"
|
|
|
|
remove "desktop-file-utils"
|
|
|
|
remove "device-mapper-event"
|
|
|
|
remove "diffutils"
|
|
|
|
remove "dmraid-events"
|
|
|
|
remove "dracut"
|
|
|
|
remove "fedora-release"
|
|
|
|
remove "fedora-release-rawhide"
|
|
|
|
remove "fence-agents"
|
|
|
|
remove "fence-virt"
|
|
|
|
remove "file"
|
|
|
|
remove "fipscheck"
|
|
|
|
remove "flac"
|
|
|
|
remove "fontpackages-filesystem"
|
|
|
|
remove "genisoimage"
|
|
|
|
remove "gnome-python2"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "gnome-vfs2"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gnupg2"
|
|
|
|
remove "grubby"
|
|
|
|
remove "gstreamer-tools"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "hal-libs"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "info"
|
|
|
|
remove "ipmitool"
|
|
|
|
remove "iptables"
|
|
|
|
remove "iptables-ipv6"
|
|
|
|
remove "isomd5sum"
|
|
|
|
remove "jasper-libs"
|
|
|
|
remove "json-glib"
|
|
|
|
remove "kbd-misc"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "libIDL"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libXScrnSaver"
|
|
|
|
remove "libXmu"
|
|
|
|
remove "libXres"
|
|
|
|
remove "libXt"
|
|
|
|
remove "libXv"
|
|
|
|
remove "libXvMC"
|
|
|
|
remove "libXxf86misc"
|
|
|
|
remove "libXxf86vm"
|
|
|
|
remove "libasyncns"
|
|
|
|
remove "libccss"
|
|
|
|
remove "libcgroup"
|
|
|
|
remove "libcroco"
|
|
|
|
remove "libdaemon"
|
|
|
|
remove "libevent"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "libgnome"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libhbaapi"
|
|
|
|
remove "libhbalinux"
|
|
|
|
remove "libibverbs"
|
|
|
|
remove "libmcpp"
|
|
|
|
remove "libmodman"
|
|
|
|
remove "libmx"
|
|
|
|
remove "libnih"
|
|
|
|
remove "libpcap"
|
|
|
|
remove "libproxy"
|
|
|
|
remove "librdmacm"
|
|
|
|
remove "librsvg2"
|
|
|
|
remove "libselinux-utils"
|
|
|
|
remove "libsndfile"
|
|
|
|
remove "libsoup"
|
|
|
|
remove "libtiff"
|
|
|
|
remove "libutempter"
|
|
|
|
remove "libvirt-client"
|
|
|
|
remove "libwnck"
|
|
|
|
remove "libxslt"
|
|
|
|
remove "linux-atm-libs"
|
|
|
|
remove "llvm"
|
|
|
|
remove "lm_sensors-libs"
|
|
|
|
remove "logrotate"
|
|
|
|
remove "lvm2-libs"
|
|
|
|
remove "m4"
|
|
|
|
remove "mailx"
|
|
|
|
remove "makebootfat"
|
|
|
|
remove "mcpp"
|
|
|
|
remove "mesa-dri-drivers"
|
|
|
|
remove "mesa-libGL"
|
|
|
|
remove "mingetty"
|
|
|
|
remove "mobile-broadband-provider-info"
|
|
|
|
remove "modcluster"
|
|
|
|
remove "mutter-mbl"
|
|
|
|
remove "mutter-moblin"
|
|
|
|
remove "nbtk"
|
|
|
|
remove "nc"
|
|
|
|
remove "net-snmp-libs"
|
2010-11-08 12:52:11 +00:00
|
|
|
remove "net-snmp-perl"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "net-snmp-utils"
|
|
|
|
remove "netcf-libs"
|
|
|
|
remove "nfs-utils-lib"
|
|
|
|
remove "nss-sysinit"
|
|
|
|
remove "nss-tools"
|
|
|
|
remove "ntp"
|
|
|
|
remove "numactl"
|
|
|
|
remove "oddjob"
|
|
|
|
remove "openais"
|
|
|
|
remove "openaislib"
|
|
|
|
remove "passwd"
|
|
|
|
remove "perl"
|
|
|
|
remove "perl-Module-Pluggable"
|
|
|
|
remove "perl-Net-Telnet"
|
|
|
|
remove "perl-Pod-Escapes"
|
|
|
|
remove "perl-Pod-Simple"
|
|
|
|
remove "perl-libs"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "perl-threads"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "perl-threads-shared"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "pexpect"
|
|
|
|
remove "pinentry"
|
|
|
|
remove "pkgconfig"
|
|
|
|
remove "plymouth"
|
|
|
|
remove "plymouth-core-libs"
|
|
|
|
remove "plymouth-scripts"
|
|
|
|
remove "ppp"
|
|
|
|
remove "pth"
|
|
|
|
remove "pulseaudio-libs"
|
|
|
|
remove "redhat-menus"
|
|
|
|
remove "ricci"
|
|
|
|
remove "rmt"
|
|
|
|
remove "rpcbind"
|
2010-10-13 09:51:28 +00:00
|
|
|
remove "selinux-policy"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "setuptool"
|
|
|
|
remove "sg3_utils"
|
|
|
|
remove "sg3_utils-libs"
|
|
|
|
remove "sgml-common"
|
|
|
|
remove "sgpio"
|
|
|
|
remove "shadow-utils"
|
|
|
|
remove "shared-mime-info"
|
|
|
|
remove "smc-fonts-common"
|
|
|
|
remove "sound-theme-freedesktop"
|
|
|
|
remove "squashfs-tools"
|
|
|
|
remove "system-config-firewall-base"
|
|
|
|
remove "system-config-users"
|
|
|
|
remove "telnet"
|
|
|
|
remove "tigervnc-license"
|
|
|
|
remove "ttmkfdir"
|
|
|
|
remove "un-core-fonts-common"
|
|
|
|
remove "usermode"
|
|
|
|
remove "usermode-gtk"
|
|
|
|
remove "vlgothic-fonts-common"
|
|
|
|
remove "xdg-utils"
|
|
|
|
remove "xen-libs"
|
|
|
|
remove "xen-licenses"
|
|
|
|
remove "xml-common"
|
|
|
|
remove "xorg-x11-font-utils"
|
|
|
|
remove "xorg-x11-server-common"
|
|
|
|
remove "xorg-x11-xauth"
|
|
|
|
remove "xorg-x11-xinit"
|
|
|
|
remove "yajl"
|
|
|
|
remove "yum-utils"
|
|
|
|
|
|
|
|
## required modules
|
|
|
|
module "8021q"
|
|
|
|
module "=drm"
|
|
|
|
module "=net"
|
|
|
|
module "=scsi"
|
|
|
|
module "aes_generic"
|
|
|
|
module "appletouch"
|
|
|
|
module "arc4"
|
|
|
|
module "bcm5974"
|
|
|
|
module "btrfs"
|
|
|
|
module "cbc"
|
|
|
|
module "cifs"
|
|
|
|
module "cramfs"
|
|
|
|
module "crc32c"
|
|
|
|
module "crypto_blkcipher"
|
|
|
|
module "dm-crypt"
|
|
|
|
module "dm-mirror"
|
|
|
|
module "dm-mod"
|
|
|
|
module "dm-multipath"
|
|
|
|
module "dm-round-robin"
|
|
|
|
module "dm-snapshot"
|
|
|
|
module "dm-zero"
|
|
|
|
module "ecb"
|
|
|
|
module "edd"
|
|
|
|
module "ehci-hcd"
|
|
|
|
module "ext2"
|
|
|
|
module "ext3"
|
|
|
|
module "ext4"
|
|
|
|
module "fat"
|
|
|
|
module "firewire-ohci"
|
|
|
|
module "firewire-sbp2"
|
|
|
|
module "floppy"
|
|
|
|
module "fuse"
|
|
|
|
module "fw-ohci"
|
|
|
|
module "fw-sbp2"
|
|
|
|
module "gfs2"
|
|
|
|
module "hfsplus"
|
|
|
|
module "i82365"
|
|
|
|
module "ide-cd"
|
|
|
|
module "ide-cd_mod"
|
|
|
|
module "ipv6"
|
|
|
|
module "iscsi_ibft"
|
|
|
|
module "iscsi_tcp"
|
|
|
|
module "jfs"
|
|
|
|
module "linear"
|
|
|
|
module "lockd"
|
|
|
|
module "loop"
|
|
|
|
module "lrw"
|
|
|
|
module "mmc-block"
|
|
|
|
module "mousedev"
|
|
|
|
module "msdos"
|
|
|
|
module "netconsole"
|
|
|
|
module "nfs"
|
|
|
|
module "ohci-hcd"
|
|
|
|
module "ohci1394"
|
|
|
|
module "pcmcia"
|
|
|
|
module "pcspkr"
|
|
|
|
module "raid0"
|
|
|
|
module "raid1"
|
|
|
|
module "raid10"
|
|
|
|
module "raid456"
|
|
|
|
module "raid5"
|
|
|
|
module "raid6"
|
|
|
|
module "reiserfs"
|
|
|
|
module "sbp2"
|
|
|
|
module "scsi_mod"
|
|
|
|
module "scsi_wait_scan"
|
|
|
|
module "sd_mod"
|
|
|
|
module "sdhci"
|
|
|
|
module "sdhci-pci"
|
|
|
|
module "sg"
|
|
|
|
module "sha256_generic"
|
|
|
|
module "squashfs"
|
|
|
|
module "sr_mod"
|
|
|
|
module "st"
|
|
|
|
module "sunrpc"
|
|
|
|
module "tcic"
|
|
|
|
module "ub"
|
2011-04-21 14:23:21 +00:00
|
|
|
module "udf"
|
2010-10-12 16:23:29 +00:00
|
|
|
module "uhci-hcd"
|
|
|
|
module "ums-alauda"
|
|
|
|
module "ums-cypress"
|
|
|
|
module "ums-datafab"
|
|
|
|
module "ums-freecom"
|
|
|
|
module "ums-jumpshot"
|
|
|
|
module "ums-karma"
|
|
|
|
module "ums-onetouch"
|
|
|
|
module "ums-sddr09"
|
|
|
|
module "ums-sddr55"
|
|
|
|
module "ums-usbat"
|
|
|
|
module "usb-storage"
|
|
|
|
module "usbhid"
|
|
|
|
module "vfat"
|
|
|
|
module "virtio_pci"
|
|
|
|
module "xfs"
|
|
|
|
module "xts"
|
|
|
|
module "yenta_socket"
|
|
|
|
|
2011-03-31 08:37:53 +00:00
|
|
|
## s390 modules
|
|
|
|
% if basearch == "s390x":
|
|
|
|
module "dasd_eckd_mod"
|
|
|
|
module "dasd_fba_mod"
|
|
|
|
module "dasd_diag_mod"
|
|
|
|
% endif
|
|
|
|
|
2010-10-12 16:23:29 +00:00
|
|
|
## other removals
|
|
|
|
remove --path "/usr/share/doc"
|
|
|
|
remove --path "/usr/share/info"
|
|
|
|
remove --path "/usr/share/man"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove --path "/usr/share/gnome"
|
|
|
|
remove --path "/usr/share/mime/application"
|
|
|
|
remove --path "/usr/share/mime/audio"
|
|
|
|
remove --path "/usr/share/mime/image"
|
|
|
|
remove --path "/usr/share/mime/inode"
|
|
|
|
remove --path "/usr/share/mime/message"
|
|
|
|
remove --path "/usr/share/mime/model"
|
|
|
|
remove --path "/usr/share/mime/multipart"
|
|
|
|
remove --path "/usr/share/mime/packages"
|
|
|
|
remove --path "/usr/share/mime/text"
|
|
|
|
remove --path "/usr/share/mime/video"
|
|
|
|
remove --path "/usr/share/mime/x-content"
|
|
|
|
remove --path "/usr/share/mime/x-epoc"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove --path "/boot"
|
|
|
|
remove --path "/home"
|
|
|
|
remove --path "/media"
|
|
|
|
remove --path "/mnt"
|
|
|
|
remove --path "/opt"
|
|
|
|
remove --path "/srv"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove --path "/usr/etc"
|
|
|
|
remove --path "/usr/games"
|
|
|
|
remove --path "/usr/local"
|
|
|
|
remove --path "/usr/tmp"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove --path "/var/db"
|
|
|
|
remove --path "/var/games"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove --path "/var/lib/rpm/*"
|
2010-10-13 08:30:22 +00:00
|
|
|
remove --path "/var/lib/yum"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove --path "/var/local"
|
|
|
|
remove --path "/var/mail"
|
|
|
|
remove --path "/var/nis"
|
|
|
|
remove --path "/var/opt"
|
|
|
|
remove --path "/var/preserve"
|
|
|
|
remove --path "/var/report"
|
|
|
|
remove --path "/var/spool"
|
|
|
|
remove --path "/var/tmp"
|
|
|
|
remove --path "/var/yp"
|
|
|
|
|
2010-10-13 09:51:28 +00:00
|
|
|
## icons cache
|
|
|
|
remove --path "/usr/share/icons/*/icon-theme.cache"
|
|
|
|
|
2010-10-12 16:23:29 +00:00
|
|
|
## other package specific removals
|
|
|
|
remove "ConsoleKit" "/etc/ConsoleKit*"
|
|
|
|
remove "ConsoleKit" "/etc/init/*"
|
|
|
|
remove "ConsoleKit" "/lib/systemd/*"
|
|
|
|
remove "ConsoleKit" "/usr/bin/*"
|
|
|
|
remove "ConsoleKit" "/usr/lib/*"
|
|
|
|
remove "ConsoleKit" "/usr/sbin/*"
|
|
|
|
remove "GConf2" "/etc/rpm/*"
|
|
|
|
remove "GConf2" "/etc/xdg/*"
|
|
|
|
remove "GConf2" "/usr/bin/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "GConf2" "/usr/lib/GConf/2/libgconfbackend-evoldap*"
|
|
|
|
remove "GConf2" "/usr/lib/GConf/2/libgconfbackend-oldxml*"
|
|
|
|
remove "GConf2" "/usr/lib/gio/*"
|
|
|
|
remove "GConf2" "/usr/libexec/gconf-defaults-mechanism"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "GConf2" "/usr/share/GConf/*"
|
|
|
|
remove "GConf2" "/usr/share/locale/*"
|
|
|
|
remove "GConf2" "/usr/share/sgml/*"
|
|
|
|
remove "ModemManager" "/usr/${libdir}/*"
|
|
|
|
remove "ModemManager" "/usr/sbin/*"
|
|
|
|
remove "ModemManager" "/usr/share/icons/*"
|
|
|
|
remove "NetworkManager" "/etc/rc.d/*"
|
|
|
|
remove "NetworkManager" "/usr/bin/*"
|
|
|
|
remove "NetworkManager" "/usr/share/NetworkManager/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "NetworkManager" "/usr/share/locale/*/NetworkManager.mo"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "NetworkManager-gnome" "/etc/xdg/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "NetworkManager-gnome" "/usr/bin/nm-applet"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "NetworkManager-gnome" "/usr/${libdir}/*"
|
|
|
|
remove "NetworkManager-gnome" "/usr/share/applications/*"
|
|
|
|
remove "anaconda" "/etc/*"
|
|
|
|
remove "anaconda" "/usr/share/applications/*"
|
|
|
|
remove "anaconda" "/usr/share/icons/*"
|
|
|
|
remove "at-spi" "/etc/xdg/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "at-spi" "/usr/${libdir}/libcspi*"
|
|
|
|
remove "at-spi" "/usr/${libdir}/libloginhelper*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "at-spi" "/usr/share/locale/*"
|
|
|
|
remove "atk" "/usr/share/locale/*"
|
|
|
|
remove "audit" "/etc/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "audit" "/sbin/audispd"
|
|
|
|
remove "audit" "/sbin/auditctl"
|
|
|
|
remove "audit" "/sbin/aureport"
|
|
|
|
remove "audit" "/sbin/ausearch"
|
|
|
|
remove "audit" "/sbin/autrace"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "audit" "/usr/bin/*"
|
|
|
|
remove "audit-libs" "/etc/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "audit-libs" "/${libdir}/libauparse*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "authconfig" "/usr/sbin/*"
|
|
|
|
remove "authconfig" "/usr/share/*"
|
2011-02-10 19:26:46 +00:00
|
|
|
remove "avahi" "/lib/systemd/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "avahi" "/usr/share/locale/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "bash" "/etc/*"
|
|
|
|
remove "bash" "/usr/bin/*"
|
|
|
|
remove "bash" "/usr/share/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "bind-libs-lite" "/usr/${libdir}/libirs*"
|
|
|
|
remove "bind-libs-lite" "/usr/${libdir}/libisccfg-export*"
|
|
|
|
remove "bind-utils" "/usr/bin/dig"
|
|
|
|
remove "bind-utils" "/usr/bin/host"
|
|
|
|
remove "bind-utils" "/usr/bin/nsupdate"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "bitmap-fangsongti-fonts" "/usr/share/fonts/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "btrfs-progs" "/sbin/btrfs"
|
|
|
|
remove "btrfs-progs" "/sbin/btrfs-*"
|
|
|
|
remove "btrfs-progs" "/sbin/btrfstune"
|
|
|
|
remove "ca-certificates" "/etc/pki/java/*"
|
|
|
|
remove "ca-certificates" "/etc/pki/tls/certs/ca-bundle.trust.crt"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "ca-certificates" "/etc/ssl/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "cairo" "/usr/${libdir}/libcairo-script*"
|
2011-02-10 19:26:46 +00:00
|
|
|
remove "chkconfig" "/sbin/chkconfig"
|
|
|
|
remove "chkconfig" "/usr/sbin/alternatives"
|
|
|
|
remove "chkconfig" "/usr/sbin/update-alternatives"
|
|
|
|
remove "chkconfig" "/var/lib/alternatives"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "cjkuni-uming-fonts" "/etc/X11/*"
|
|
|
|
remove "coreutils" "/etc/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "coreutils" "/bin/link"
|
|
|
|
remove "coreutils" "/bin/nice"
|
|
|
|
remove "coreutils" "/bin/stty"
|
|
|
|
remove "coreutils" "/bin/su"
|
|
|
|
remove "coreutils" "/bin/unlink"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "coreutils" "/sbin/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "coreutils" "/usr/bin/["
|
|
|
|
remove "coreutils" "/usr/bin/base64"
|
|
|
|
remove "coreutils" "/usr/bin/chcon"
|
|
|
|
remove "coreutils" "/usr/bin/cksum"
|
|
|
|
remove "coreutils" "/usr/bin/comm"
|
|
|
|
remove "coreutils" "/usr/bin/csplit"
|
|
|
|
remove "coreutils" "/usr/bin/cut"
|
|
|
|
remove "coreutils" "/usr/bin/dir"
|
|
|
|
remove "coreutils" "/usr/bin/dircolors"
|
|
|
|
remove "coreutils" "/usr/bin/dirname"
|
|
|
|
remove "coreutils" "/usr/bin/env"
|
|
|
|
remove "coreutils" "/usr/bin/expand"
|
|
|
|
remove "coreutils" "/usr/bin/factor"
|
|
|
|
remove "coreutils" "/usr/bin/fmt"
|
|
|
|
remove "coreutils" "/usr/bin/fold"
|
|
|
|
remove "coreutils" "/usr/bin/groups"
|
|
|
|
remove "coreutils" "/usr/bin/hostid"
|
|
|
|
remove "coreutils" "/usr/bin/id"
|
|
|
|
remove "coreutils" "/usr/bin/install"
|
|
|
|
remove "coreutils" "/usr/bin/join"
|
|
|
|
remove "coreutils" "/usr/bin/logname"
|
|
|
|
remove "coreutils" "/usr/bin/mkfifo"
|
|
|
|
remove "coreutils" "/usr/bin/nl"
|
|
|
|
remove "coreutils" "/usr/bin/nohup"
|
|
|
|
remove "coreutils" "/usr/bin/nproc"
|
|
|
|
remove "coreutils" "/usr/bin/od"
|
|
|
|
remove "coreutils" "/usr/bin/paste"
|
|
|
|
remove "coreutils" "/usr/bin/pathchk"
|
|
|
|
remove "coreutils" "/usr/bin/pinky"
|
|
|
|
remove "coreutils" "/usr/bin/pr"
|
|
|
|
remove "coreutils" "/usr/bin/printenv"
|
|
|
|
remove "coreutils" "/usr/bin/printf"
|
|
|
|
remove "coreutils" "/usr/bin/ptx"
|
|
|
|
remove "coreutils" "/usr/bin/runcon"
|
|
|
|
remove "coreutils" "/usr/bin/seq"
|
|
|
|
remove "coreutils" "/usr/bin/sha224sum"
|
|
|
|
remove "coreutils" "/usr/bin/sha256sum"
|
|
|
|
remove "coreutils" "/usr/bin/sha384sum"
|
|
|
|
remove "coreutils" "/usr/bin/sha512sum"
|
|
|
|
remove "coreutils" "/usr/bin/shuf"
|
|
|
|
remove "coreutils" "/usr/bin/stat"
|
|
|
|
remove "coreutils" "/usr/bin/stdbuf"
|
|
|
|
remove "coreutils" "/usr/bin/sum"
|
|
|
|
remove "coreutils" "/usr/bin/test"
|
|
|
|
remove "coreutils" "/usr/bin/timeout"
|
|
|
|
remove "coreutils" "/usr/bin/truncate"
|
|
|
|
remove "coreutils" "/usr/bin/tsort"
|
|
|
|
remove "coreutils" "/usr/bin/unexpand"
|
|
|
|
remove "coreutils" "/usr/bin/users"
|
|
|
|
remove "coreutils" "/usr/bin/vdir"
|
|
|
|
remove "coreutils" "/usr/bin/who"
|
|
|
|
remove "coreutils" "/usr/bin/whoami"
|
|
|
|
remove "coreutils" "/usr/bin/yes"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "coreutils" "/usr/share/*"
|
|
|
|
remove "cpio" "/usr/share/*"
|
|
|
|
remove "cracklib" "/usr/sbin/*"
|
|
|
|
remove "cracklib-dicts" "/usr/${libdir}/*"
|
|
|
|
remove "cracklib-dicts" "/usr/sbin/*"
|
|
|
|
remove "createrepo" "/usr/bin/*"
|
|
|
|
remove "createrepo" "/usr/share/*"
|
|
|
|
remove "cryptsetup-luks" "/usr/share/*"
|
|
|
|
remove "cyrus-sasl-lib" "/usr/sbin/*"
|
|
|
|
remove "db4" "/usr/*"
|
|
|
|
remove "dbus-glib" "/usr/bin/*"
|
|
|
|
remove "dbus-x11" "/etc/X11/*"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove "dejavu-sans-fonts" "/usr/share/fonts/dejavu/DejaVuSans-BoldOblique*"
|
|
|
|
remove "dejavu-sans-fonts" "/usr/share/fonts/dejavu/DejaVuSans-ExtraLight*"
|
|
|
|
remove "dejavu-sans-fonts" "/usr/share/fonts/dejavu/DejaVuSans-Oblique*"
|
|
|
|
remove "dejavu-sans-fonts" "/usr/share/fonts/dejavu/DejaVuSansCondensed*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "dejavu-sans-mono-fonts" "/usr/share/fonts/dejavu/DejaVuSansMono-Bold*"
|
|
|
|
remove "dejavu-sans-mono-fonts" "/usr/share/fonts/dejavu/DejaVuSansMono-Oblique*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "device-mapper-multipath" "/etc/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "device-mapper-multipath" "/sbin/mpathconf"
|
|
|
|
remove "device-mapper-multipath" "/sbin/multipathd"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "dhclient" "/usr/*"
|
|
|
|
remove "dmz-cursor-themes" "/usr/share/icons/dmz/*"
|
|
|
|
remove "dnsmasq" "/etc/rc.d/*"
|
|
|
|
remove "dnsmasq" "/usr/sbin/*"
|
|
|
|
remove "dogtail" "/usr/bin/*"
|
|
|
|
remove "dogtail" "/usr/share/applications/*"
|
|
|
|
remove "dogtail" "/usr/share/dogtail/*"
|
|
|
|
remove "dogtail" "/usr/share/icons/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "dosfstools" "/sbin/dosfsck"
|
|
|
|
remove "dosfstools" "/sbin/fsck.*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "dump" "/etc/*"
|
|
|
|
remove "e2fsprogs" "/usr/sbin/*"
|
|
|
|
remove "e2fsprogs" "/usr/share/locale/*"
|
|
|
|
remove "elfutils-libelf" "/usr/share/locale/*"
|
|
|
|
remove "ethtool" "/usr/sbin/*"
|
|
|
|
remove "expat" "/usr/bin/*"
|
|
|
|
remove "fcoe-utils" "/etc/rc.d/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "fcoe-utils" "/usr/libexec/fcoe/dcbcheck.sh"
|
|
|
|
remove "fcoe-utils" "/usr/libexec/fcoe/fcc.sh"
|
|
|
|
remove "fcoe-utils" "/usr/libexec/fcoe/fcoe-setup.sh"
|
|
|
|
remove "fcoe-utils" "/usr/libexec/fcoe/fcoedump.sh"
|
|
|
|
remove "fcoe-utils" "/usr/sbin/fcnsq"
|
|
|
|
remove "fcoe-utils" "/usr/sbin/fcoeadm"
|
|
|
|
remove "fcoe-utils" "/usr/sbin/fcping"
|
|
|
|
remove "fcoe-utils" "/usr/sbin/fcrls"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "fedora-gnome-theme" "/etc/gtk-3.0/*"
|
|
|
|
remove "fedora-gnome-theme" "/usr/share/themes/*"
|
|
|
|
remove "file-libs" "/usr/share/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "findutils" "/usr/bin/oldfind"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "findutils" "/usr/share/*"
|
2011-02-10 19:26:46 +00:00
|
|
|
remove "firstboot" "/lib/systemd/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "firstboot" "/usr/sbin/*"
|
|
|
|
remove "firstboot" "/usr/share/firstboot/*"
|
|
|
|
remove "firstboot" "/usr/share/locale/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "fontconfig" "/usr/bin/*"
|
|
|
|
remove "gawk" "/usr/bin/*"
|
|
|
|
remove "gawk" "/usr/libexec/*"
|
|
|
|
remove "gawk" "/usr/share/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-bmp*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-gif*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-ico*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-pnm*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-ras*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf/loaders/libpixbufloader-xbm*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/gdk-pixbuf-*"
|
|
|
|
remove "gdk-pixbuf" "/usr/${libdir}/libgdk_pixbuf_xlib*"
|
|
|
|
remove "gdk-pixbuf" "/usr/share/locale/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "gdk-pixbuf2" "/usr/${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*"
|
|
|
|
remove "gdk-pixbuf2" "/usr/share/locale*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gfs2-utils" "/usr/sbin/*"
|
|
|
|
remove "glib2" "/etc/*"
|
|
|
|
remove "glib2" "/usr/bin/*"
|
|
|
|
remove "glib2" "/usr/share/locale/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "glibc" "/etc/gai.conf"
|
|
|
|
remove "glibc" "/etc/ld.so.conf"
|
|
|
|
remove "glibc" "/etc/localtime"
|
|
|
|
remove "glibc" "/etc/rpc"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "glibc" "/lib/${buildarch}/nosegneg/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "glibc" "/${libdir}/libBrokenLocale*"
|
|
|
|
remove "glibc" "/${libdir}/libSegFault*"
|
|
|
|
remove "glibc" "/${libdir}/libanl*"
|
|
|
|
remove "glibc" "/${libdir}/libcidn*"
|
|
|
|
remove "glibc" "/${libdir}/libnss_compat*"
|
|
|
|
remove "glibc" "/${libdir}/libnss_hesiod*"
|
|
|
|
remove "glibc" "/${libdir}/libnss_nis*"
|
|
|
|
remove "glibc" "/${libdir}/libthread*"
|
|
|
|
remove "glibc" "/${libdir}/rtkaio*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "glibc" "/sbin/*"
|
|
|
|
remove "glibc" "/usr/libexec/*"
|
|
|
|
remove "glibc" "/usr/sbin/*"
|
|
|
|
remove "glibc-common" "/etc/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "glibc-common" "/usr/bin/catchsegv"
|
|
|
|
remove "glibc-common" "/usr/bin/gencat"
|
|
|
|
remove "glibc-common" "/usr/bin/getconf"
|
|
|
|
remove "glibc-common" "/usr/bin/getent"
|
|
|
|
remove "glibc-common" "/usr/bin/ldd"
|
|
|
|
remove "glibc-common" "/usr/bin/locale"
|
|
|
|
remove "glibc-common" "/usr/bin/rpcgen"
|
|
|
|
remove "glibc-common" "/usr/bin/sprof"
|
|
|
|
remove "glibc-common" "/usr/bin/tzselect"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "glibc-common" "/usr/libexec/*"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove "glibc-common" "/usr/sbin/*"
|
2011-02-14 09:11:08 +00:00
|
|
|
|
|
|
|
# remove generated locales anaconda knows how to restore them at runtime
|
|
|
|
remove "glibc-common" "/usr/lib/locale/*"
|
2011-02-21 09:53:55 +00:00
|
|
|
# locale-archive is not in the glibc-common filelist
|
|
|
|
remove --path "/usr/lib/locale/locale-archive"
|
2011-02-14 09:11:08 +00:00
|
|
|
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "gmp" "/usr/${libdir}/libgmpxx.*"
|
|
|
|
remove "gmp" "/usr/${libdir}/libmp.*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "gnome-bluetooth-libs" "/usr/${libdir}/libgnome-bluetooth*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gnome-bluetooth-libs" "/usr/share/*"
|
|
|
|
remove "gnome-keyring" "/etc/xdg/*"
|
|
|
|
remove "gnome-keyring" "/usr/bin/*"
|
|
|
|
remove "gnome-keyring" "/usr/${libdir}/*"
|
|
|
|
remove "gnome-keyring" "/usr/libexec/*"
|
|
|
|
remove "gnome-keyring" "/usr/share/GConf/*"
|
|
|
|
remove "gnome-keyring" "/usr/share/gcr-3/*"
|
|
|
|
remove "gnome-keyring" "/usr/share/glib-2.0/*"
|
|
|
|
remove "gnome-keyring" "/usr/share/gnome-keyring*"
|
|
|
|
remove "gnome-keyring" "/usr/share/locale/*"
|
|
|
|
remove "gnome-python2-gconf" "/usr/share/pygtk/*"
|
|
|
|
remove "gnome-themes" "/usr/share/icons/Crux/*"
|
|
|
|
remove "gnome-themes" "/usr/share/icons/HighContrast*"
|
|
|
|
remove "gnome-themes" "/usr/share/icons/LargePrint/*"
|
|
|
|
remove "gnome-themes" "/usr/share/locale/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "gnome-themes" "/usr/share/themes/ClearlooksClassic/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gnome-themes" "/usr/share/themes/Crux/*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/Glider/*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/Glossy/*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/HighContrast*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/Inverted/*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/LargePrint/*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/LowContrast*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/Mist/*"
|
|
|
|
remove "gnome-themes" "/usr/share/themes/Simple/*"
|
|
|
|
remove "gnutls" "/usr/share/locale/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "gpgme" "/usr/${libdir}/libgpgme-*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "grep" "/etc/*"
|
|
|
|
remove "grep" "/usr/share/locale/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "groff" "/usr/bin/addftinfo"
|
|
|
|
remove "groff" "/usr/bin/eqn"
|
|
|
|
remove "groff" "/usr/bin/eqn2graph"
|
|
|
|
remove "groff" "/usr/bin/gdiffmk"
|
|
|
|
remove "groff" "/usr/bin/gindxbib"
|
|
|
|
remove "groff" "/usr/bin/glookbib"
|
|
|
|
remove "groff" "/usr/bin/gneqn"
|
|
|
|
remove "groff" "/usr/bin/gnroff"
|
|
|
|
remove "groff" "/usr/bin/grap2graph"
|
|
|
|
remove "groff" "/usr/bin/grn"
|
|
|
|
remove "groff" "/usr/bin/grodvi"
|
|
|
|
remove "groff" "/usr/bin/grolbp"
|
|
|
|
remove "groff" "/usr/bin/grolj4"
|
|
|
|
remove "groff" "/usr/bin/grops"
|
|
|
|
remove "groff" "/usr/bin/grotty"
|
|
|
|
remove "groff" "/usr/bin/gsoelim"
|
|
|
|
remove "groff" "/usr/bin/gtroff"
|
|
|
|
remove "groff" "/usr/bin/hpftodit"
|
|
|
|
remove "groff" "/usr/bin/indxbib"
|
|
|
|
remove "groff" "/usr/bin/lkbib"
|
|
|
|
remove "groff" "/usr/bin/lookbib"
|
|
|
|
remove "groff" "/usr/bin/neqn"
|
|
|
|
remove "groff" "/usr/bin/pdfroff"
|
|
|
|
remove "groff" "/usr/bin/pfbtops"
|
|
|
|
remove "groff" "/usr/bin/pic"
|
|
|
|
remove "groff" "/usr/bin/pic2graph"
|
|
|
|
remove "groff" "/usr/bin/post-grohtml"
|
|
|
|
remove "groff" "/usr/bin/pre-grohtml"
|
|
|
|
remove "groff" "/usr/bin/preconv"
|
|
|
|
remove "groff" "/usr/bin/refer"
|
|
|
|
remove "groff" "/usr/bin/soelim"
|
|
|
|
remove "groff" "/usr/bin/tbl"
|
|
|
|
remove "groff" "/usr/bin/tfmtodit"
|
|
|
|
remove "groff" "/usr/bin/troff"
|
|
|
|
remove "groff" "/usr/bin/zsoelim"
|
|
|
|
remove "groff" "/usr/share/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "grub" "/sbin/grub-*"
|
|
|
|
remove "grub" "/usr/bin/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gstreamer" "/usr/bin/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "gstreamer" "/usr/${libdir}/gstreamer-0.10/*"
|
|
|
|
remove "gstreamer" "/usr/${libdir}/libgst*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gstreamer" "/usr/libexec/*"
|
|
|
|
remove "gstreamer" "/usr/share/locale/*"
|
|
|
|
remove "gtk+" "/etc/*"
|
|
|
|
remove "gtk+" "/usr/share/locale/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "gtk2" "/usr/bin/update-gtk-immodules"
|
|
|
|
remove "gtk2" "/usr/lib/gtk-2.0/2.10.0/engines/*"
|
|
|
|
remove "gtk2" "/usr/lib/gtk-2.0/2.10.0/printbackends/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gtk2" "/usr/share/themes/*"
|
|
|
|
remove "gtk2-engines" "/usr/share/gtk-engines/*"
|
|
|
|
remove "gtk2-engines" "/usr/share/locale/*"
|
|
|
|
remove "gtk2-engines" "/usr/share/themes/Crux/*"
|
|
|
|
remove "gtk2-engines" "/usr/share/themes/Industrial/*"
|
|
|
|
remove "gtk2-engines" "/usr/share/themes/Mist/*"
|
|
|
|
remove "gtk2-engines" "/usr/share/themes/ThinIce/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libcrux-engine*"
|
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libglide*"
|
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libhcengine*"
|
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libindustrial*"
|
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libmist*"
|
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libredmond*"
|
|
|
|
remove "gtk2-engines" "/usr/${libdir}/*/libthinice*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gtk3" "/usr/share/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "gtk3" "/usr/${libdir}/gtk-3.0/*"
|
|
|
|
remove "gtk3" "/usr/${libdir}/libgailutil*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "gtk3-engines" "/usr/${libdir}/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/gtk-engines/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/locale/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/themes/Crux/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/themes/GNOME3/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/themes/Industrial/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/themes/Mist/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/themes/Redmond/*"
|
|
|
|
remove "gtk3-engines" "/usr/share/themes/ThinIce/*"
|
|
|
|
remove "gzip" "/usr/bin/*"
|
2010-10-13 09:51:28 +00:00
|
|
|
remove "hwdata" "/etc/*"
|
|
|
|
remove "hwdata" "/usr/share/hwdata/oui.txt"
|
|
|
|
remove "hwdata" "/usr/share/hwdata/pnp.ids"
|
|
|
|
remove "hwdata" "/usr/share/hwdata/upgradelist"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "initscripts" "/etc/ppp/*"
|
2011-02-10 19:26:46 +00:00
|
|
|
remove "initscripts" "/lib/systemd/system/fedora-readonly.service"
|
|
|
|
remove "initscripts" "/lib/systemd/system/fedora-storage-init.service"
|
|
|
|
remove "initscripts" "/lib/systemd/system/fedora-wait-storage.service"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "initscripts" "/usr/sbin/*"
|
|
|
|
remove "initscripts" "/usr/share/locale/*"
|
|
|
|
remove "iproute" "/etc/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "iproute" "/sbin/cbq"
|
|
|
|
remove "iproute" "/sbin/ifcfg"
|
|
|
|
remove "iproute" "/sbin/rtmon"
|
|
|
|
remove "iproute" "/sbin/tc"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "iproute" "/usr/*"
|
|
|
|
remove "iputils" "/etc/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "iputils" "/bin/ping6"
|
|
|
|
remove "iputils" "/bin/tracepath*"
|
|
|
|
remove "iputils" "/sbin/ifenslave"
|
|
|
|
remove "iputils" "/sbin/rdisc"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "iputils" "/usr/sbin/*"
|
|
|
|
remove "iscsi-initiator-utils" "/etc/rc.d/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "jfsutils" "/sbin/jfs_fsck"
|
|
|
|
remove "jfsutils" "/sbin/jfs_fscklog"
|
|
|
|
remove "jfsutils" "/sbin/jfs_logdump"
|
|
|
|
remove "jfsutils" "/sbin/jfs_mkfs"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "kbd" "/bin/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "kbd" "/usr/share/locale/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "krb5-libs" "/etc/*"
|
|
|
|
remove "krb5-libs" "/${libdir}/libgssrpc*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "krb5-libs" "/usr/${libdir}/*"
|
|
|
|
remove "less" "/etc/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "libX11-common" "/usr/share/X11/XErrorDB"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libbonobo" "/etc/*"
|
|
|
|
remove "libbonobo" "/usr/bin/*"
|
|
|
|
remove "libbonobo" "/usr/sbin/*"
|
|
|
|
remove "libbonobo" "/usr/share/locale/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "libbonobo" "/usr/${libdir}/bonobo/monikers/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "libbonobo" "/usr/${libdir}/orbit-2.0/Bonobo_module.so"
|
|
|
|
remove "libbonoboui" "/usr/share/locale/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libcanberra" "/usr/${libdir}/libcanberra-*"
|
|
|
|
remove "libcanberra-gtk2" "/usr/${libdir}/gtk-2.0/*"
|
|
|
|
remove "libcanberra-gtk3" "/usr/bin/*"
|
|
|
|
remove "libcanberra-gtk3" "/usr/${libdir}/*"
|
|
|
|
remove "libcap" "/usr/sbin/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "libconfig" "/usr/${libdir}/libconfig++*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libgnome-keyring" "/usr/share/locale/*"
|
|
|
|
remove "libgnomecanvas" "/usr/share/locale/*"
|
|
|
|
remove "libgpg-error" "/usr/bin/*"
|
|
|
|
remove "libgpg-error" "/usr/share/locale/*"
|
|
|
|
remove "libgssglue" "/etc/*"
|
|
|
|
remove "libidn" "/usr/bin/*"
|
|
|
|
remove "libidn" "/usr/share/locale/*"
|
|
|
|
remove "libmlx4" "/etc/rdma/*"
|
|
|
|
remove "libmlx4" "/usr/${libdir}/*"
|
|
|
|
remove "libnotify" "/usr/bin/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "libpng" "/usr/${libdir}/libpng.*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libselinux" "/sbin/*"
|
|
|
|
remove "libsemanage" "/etc/selinux/*"
|
|
|
|
remove "libstdc++" "/usr/share/*"
|
|
|
|
remove "libthai" "/usr/share/libthai/*"
|
|
|
|
remove "libuser" "/usr/bin/*"
|
|
|
|
remove "libuser" "/usr/sbin/*"
|
|
|
|
remove "libuser" "/usr/share/locale/*"
|
2010-10-13 09:51:28 +00:00
|
|
|
remove "libvorbis" "/usr/${libdir}/libvorbisenc.*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "libxcb" "/usr/${libdir}/libxcb-*"
|
|
|
|
remove "libxml2" "/usr/bin/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "libxml2-python" "/usr/${libdir}/python?.?/site-packages/libxml2mod.a"
|
|
|
|
remove "libxml2-python" "/usr/${libdir}/python?.?/site-packages/libxml2mod.la"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "lldpad" "/etc/*"
|
2010-12-08 14:54:07 +00:00
|
|
|
remove "lldpad" "/usr/sbin/lldptool"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "lua" "/usr/bin/*"
|
|
|
|
remove "lvm2" "/etc/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "lvm2-cluster" "/etc/rc.d/init.d/*"
|
|
|
|
remove "lvm2-cluster" "/usr/sbin/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "lzo" "/usr/${libdir}/liblzo2.*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "madan-fonts" "/usr/share/fonts/madan/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "man-db" "/etc/sysconfig/*"
|
|
|
|
remove "man-db" "/usr/bin/*"
|
|
|
|
remove "man-db" "/usr/libexec/*"
|
|
|
|
remove "man-db" "/usr/sbin/*"
|
|
|
|
remove "man-db" "/usr/share/locale/*"
|
|
|
|
remove "mdadm" "/etc/*"
|
|
|
|
remove "metacity" "/usr/share/applications/*"
|
|
|
|
remove "metacity" "/usr/share/gnome-control-center/*"
|
|
|
|
remove "metacity" "/usr/share/gnome/*"
|
|
|
|
remove "metacity" "/usr/share/locale/*"
|
|
|
|
remove "metacity" "/usr/share/metacity/*"
|
|
|
|
remove "metacity" "/usr/share/themes/AgingGorilla/*"
|
|
|
|
remove "metacity" "/usr/share/themes/Bright/*"
|
|
|
|
remove "metacity" "/usr/share/themes/Crux/*"
|
|
|
|
remove "metacity" "/usr/share/themes/Esco/*"
|
|
|
|
remove "metacity" "/usr/share/themes/Metabox/*"
|
|
|
|
remove "metacity" "/usr/share/themes/Simple/*"
|
|
|
|
remove "module-init-tools" "/etc/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "module-init-tools" "/sbin/insmod.static"
|
|
|
|
remove "module-init-tools" "/sbin/weak-modules"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "mt-st" "/etc/*"
|
|
|
|
remove "mt-st" "/sbin/*"
|
|
|
|
remove "mtools" "/etc/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "ncurses" "/usr/bin/captoinfo"
|
|
|
|
remove "ncurses" "/usr/bin/infocmp"
|
|
|
|
remove "ncurses" "/usr/bin/infotocap"
|
|
|
|
remove "ncurses" "/usr/bin/reset"
|
|
|
|
remove "ncurses" "/usr/bin/tabs"
|
|
|
|
remove "ncurses" "/usr/bin/tic"
|
|
|
|
remove "ncurses" "/usr/bin/toe"
|
|
|
|
remove "ncurses" "/usr/bin/tput"
|
|
|
|
remove "ncurses" "/usr/bin/tset"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "ncurses-libs" "/usr/${libdir}/libform*"
|
|
|
|
remove "ncurses-libs" "/usr/${libdir}/libmenu*"
|
|
|
|
remove "ncurses-libs" "/usr/${libdir}/libpanel.*"
|
|
|
|
remove "ncurses-libs" "/usr/${libdir}/libtic*"
|
|
|
|
remove "net-tools" "/bin/netstat"
|
|
|
|
remove "net-tools" "/etc/ethers"
|
|
|
|
remove "net-tools" "/sbin/ether-wake"
|
|
|
|
remove "net-tools" "/sbin/ipmaddr"
|
|
|
|
remove "net-tools" "/sbin/iptunnel"
|
|
|
|
remove "net-tools" "/sbin/mii-diag"
|
|
|
|
remove "net-tools" "/sbin/mii-tool"
|
|
|
|
remove "net-tools" "/sbin/nameif"
|
|
|
|
remove "net-tools" "/sbin/plipconfig"
|
|
|
|
remove "net-tools" "/sbin/slattach"
|
|
|
|
remove "net-tools" "/usr/share/locale/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "network-manager-netbook" "/etc/*"
|
|
|
|
remove "network-manager-netbook" "/usr/libexec/*"
|
|
|
|
remove "network-manager-netbook" "/usr/share/dbus-1/*"
|
|
|
|
remove "network-manager-netbook" "/usr/share/locale/*"
|
|
|
|
remove "network-manager-netbook" "/usr/share/network-manager-netbook/*"
|
|
|
|
remove "newt" "/usr/share/locale/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "nfs-utils" "/etc/nfsmount.conf"
|
|
|
|
remove "nfs-utils" "/etc/rc.d/init.d/nfs"
|
|
|
|
remove "nfs-utils" "/etc/rc.d/init.d/nfslock"
|
|
|
|
remove "nfs-utils" "/etc/rc.d/init.d/rpcgssd"
|
|
|
|
remove "nfs-utils" "/etc/rc.d/init.d/rpcidmapd"
|
|
|
|
remove "nfs-utils" "/etc/rc.d/init.d/rpcsvcgssd"
|
|
|
|
remove "nfs-utils" "/etc/sysconfig/nfs"
|
|
|
|
remove "nfs-utils" "/sbin/rpc.statd"
|
|
|
|
remove "nfs-utils" "/usr/sbin/exportfs"
|
|
|
|
remove "nfs-utils" "/usr/sbin/gss_clnt_send_err"
|
|
|
|
remove "nfs-utils" "/usr/sbin/gss_destroy_creds"
|
|
|
|
remove "nfs-utils" "/usr/sbin/mountstats"
|
|
|
|
remove "nfs-utils" "/usr/sbin/nfsiostat"
|
|
|
|
remove "nfs-utils" "/usr/sbin/nfsstat"
|
|
|
|
remove "nfs-utils" "/usr/sbin/rpc.gssd"
|
|
|
|
remove "nfs-utils" "/usr/sbin/rpc.idmapd"
|
|
|
|
remove "nfs-utils" "/usr/sbin/rpc.mountd"
|
|
|
|
remove "nfs-utils" "/usr/sbin/rpc.nfsd"
|
|
|
|
remove "nfs-utils" "/usr/sbin/rpc.svcgssd"
|
|
|
|
remove "nfs-utils" "/usr/sbin/rpcdebug"
|
|
|
|
remove "nfs-utils" "/usr/sbin/showmount"
|
|
|
|
remove "nfs-utils" "/usr/sbin/sm-notify"
|
|
|
|
remove "nfs-utils" "/usr/sbin/start-statd"
|
|
|
|
remove "nfs-utils" "/var/lib/nfs/etab"
|
|
|
|
remove "nfs-utils" "/var/lib/nfs/rmtab"
|
|
|
|
remove "nfs-utils" "/var/lib/nfs/state"
|
|
|
|
remove "nfs-utils" "/var/lib/nfs/xtab"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "notification-daemon" "/usr/${libdir}/*"
|
|
|
|
remove "notification-daemon" "/usr/libexec/*"
|
|
|
|
remove "notification-daemon" "/usr/share/locale/*"
|
|
|
|
remove "nss" "/etc/pki/*"
|
|
|
|
remove "nss-softokn" "/usr/${libdir}/nss/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "ntfs-3g" "/bin/lowntfs-3g"
|
|
|
|
remove "ntfs-3g" "/bin/ntfs-3g.*"
|
|
|
|
remove "ntfs-3g" "/bin/ntfsmount"
|
|
|
|
remove "ntfs-3g" "/sbin/mount.lowntfs-3g"
|
|
|
|
remove "ntfs-3g" "/usr/share/hal/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "ntfs-3g" "/usr/bin/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "ntfsprogs" "/sbin/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "openldap" "/etc/openldap/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "openldap" "/usr/${libdir}/libldap_r-*"
|
|
|
|
remove "openldap" "/usr/${libdir}/libldap_r-*"
|
|
|
|
remove "openldap" "/usr/${libdir}/libldif-*"
|
|
|
|
remove "openldap" "/usr/${libdir}/libldif-*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "openssh" "/etc/ssh/*"
|
|
|
|
remove "openssh" "/usr/libexec/*"
|
|
|
|
remove "openssh-clients" "/etc/ssh/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "openssh-clients" "/usr/bin/slogin"
|
|
|
|
remove "openssh-clients" "/usr/bin/ssh-*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "openssh-clients" "/usr/${libdir}/*"
|
|
|
|
remove "openssh-clients" "/usr/libexec/*"
|
|
|
|
remove "openssh-server" "/etc/ssh/*"
|
|
|
|
remove "openssh-server" "/usr/${libdir}/*"
|
|
|
|
remove "openssh-server" "/usr/libexec/*"
|
|
|
|
remove "openssl" "/etc/pki/*"
|
|
|
|
remove "openssl" "/usr/bin/*"
|
|
|
|
remove "openssl" "/usr/${libdir}/openssl/*"
|
|
|
|
remove "pam" "/sbin/*"
|
|
|
|
remove "pam" "/usr/share/locale/*"
|
|
|
|
remove "pciutils" "/usr/sbin/*"
|
|
|
|
remove "pcmciautils" "/sbin/*"
|
|
|
|
remove "pcre" "/usr/bin/*"
|
|
|
|
remove "pcre" "/usr/${libdir}/*"
|
|
|
|
remove "policycoreutils" "/etc/*"
|
|
|
|
remove "policycoreutils" "/usr/bin/*"
|
|
|
|
remove "policycoreutils" "/usr/share/locale/*"
|
|
|
|
remove "polkit" "/usr/bin/*"
|
|
|
|
remove "polkit-desktop-policy" "/var/lib/*"
|
|
|
|
remove "popt" "/usr/share/locale/*"
|
|
|
|
remove "procps" "/sbin/*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "procps" "/usr/bin/free"
|
|
|
|
remove "procps" "/usr/bin/pgrep"
|
|
|
|
remove "procps" "/usr/bin/pkill"
|
|
|
|
remove "procps" "/usr/bin/pmap"
|
|
|
|
remove "procps" "/usr/bin/pwdx"
|
|
|
|
remove "procps" "/usr/bin/skill"
|
|
|
|
remove "procps" "/usr/bin/slabtop"
|
|
|
|
remove "procps" "/usr/bin/snice"
|
|
|
|
remove "procps" "/usr/bin/tload"
|
|
|
|
remove "procps" "/usr/bin/uptime"
|
|
|
|
remove "procps" "/usr/bin/vmstat"
|
|
|
|
remove "procps" "/usr/bin/w"
|
|
|
|
remove "procps" "/usr/bin/watch"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "psmisc" "/sbin/*"
|
|
|
|
remove "psmisc" "/usr/share/locale/*"
|
|
|
|
remove "pygtk2" "/usr/bin/*"
|
|
|
|
remove "pygtk2" "/usr/${libdir}/pygtk/*"
|
|
|
|
remove "pykickstart" "/usr/bin/*"
|
|
|
|
remove "pykickstart" "/usr/share/locale/*"
|
|
|
|
remove "python-bugzilla" "/usr/bin/*"
|
|
|
|
remove "python-ethtool" "/usr/sbin/*"
|
|
|
|
remove "python-meh" "/usr/share/locale/*"
|
|
|
|
remove "readline" "/usr/${libdir}/*"
|
|
|
|
remove "report" "/usr/bin/*"
|
|
|
|
remove "report" "/usr/include/*"
|
|
|
|
remove "report" "/usr/${libdir}/libstrata_*"
|
|
|
|
remove "report" "/usr/share/locale/*"
|
|
|
|
remove "rpm" "/usr/bin/*"
|
|
|
|
remove "rpm" "/usr/lib/rpm/platform/*"
|
|
|
|
remove "rpm" "/usr/share/locale/*"
|
|
|
|
remove "rsync" "/etc/*"
|
|
|
|
remove "samba-common" "/etc/*"
|
|
|
|
remove "samba-common" "/usr/bin/*"
|
|
|
|
remove "samba-common" "/usr/include/*"
|
|
|
|
remove "samba-common" "/usr/${libdir}/*"
|
|
|
|
remove "samba-common" "/usr/share/locale/*"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove "samba-winbind-clients" "/${libdir}/libnss_*"
|
|
|
|
remove "samba-winbind-clients" "/usr/${libdir}/libnss_*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "sed" "/usr/share/locale/*"
|
|
|
|
remove "selinux-policy-targeted" "/usr/share/selinux/*"
|
|
|
|
remove "smartmontools" "/etc/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "smartmontools" "/usr/sbin/smartd"
|
|
|
|
remove "smartmontools" "/usr/sbin/update-smart-drivedb"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "smartmontools" "/usr/share/smartmontools/*"
|
|
|
|
remove "sqlite" "/usr/bin/*"
|
|
|
|
remove "system-config-date" "/etc/*"
|
|
|
|
remove "system-config-date" "/usr/bin/*"
|
|
|
|
remove "system-config-date" "/usr/share/icons/*"
|
|
|
|
remove "system-config-keyboard" "/etc/*"
|
|
|
|
remove "system-config-keyboard" "/usr/bin/*"
|
|
|
|
remove "system-config-keyboard" "/usr/share/icons/*"
|
2011-02-10 19:26:46 +00:00
|
|
|
remove "systemd-units" "/lib/systemd/system/bluetooth.target"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/http-daemon.target"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/kexec*"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/local-fs.target.wants/media.mount"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/mail-transfer-agent.target"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/media.mount"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/printer*"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/*plymouth*"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/quota*"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/smartcard*"
|
|
|
|
remove "systemd-units" "/lib/systemd/system/systemd-remount-api-vfs.service"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "sysvinit-tools" "/bin/*"
|
|
|
|
remove "sysvinit-tools" "/usr/bin/*"
|
|
|
|
remove "tar" "/usr/share/locale/*"
|
2010-10-13 09:51:28 +00:00
|
|
|
remove "un-core-dotum-fonts" "/usr/share/fonts/un-core/UnDotumBold.ttf"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "usbutils" "/usr/bin/*"
|
2011-01-26 10:15:27 +00:00
|
|
|
remove "util-linux" "/bin/findmnt"
|
|
|
|
remove "util-linux" "/bin/taskset"
|
|
|
|
remove "util-linux" "/etc/pam.d/chfn"
|
|
|
|
remove "util-linux" "/etc/pam.d/chsh"
|
|
|
|
remove "util-linux" "/sbin/addpart"
|
|
|
|
remove "util-linux" "/sbin/cfdisk"
|
|
|
|
remove "util-linux" "/sbin/ctrlaltdel"
|
|
|
|
remove "util-linux" "/sbin/delpart"
|
|
|
|
remove "util-linux" "/sbin/findfs"
|
|
|
|
remove "util-linux" "/sbin/fsck.cramfs"
|
|
|
|
remove "util-linux" "/sbin/fsfreeze"
|
|
|
|
remove "util-linux" "/sbin/mkfs"
|
|
|
|
remove "util-linux" "/sbin/mkfs.cramfs"
|
|
|
|
remove "util-linux" "/sbin/partx"
|
|
|
|
remove "util-linux" "/sbin/pivot_root"
|
|
|
|
remove "util-linux" "/sbin/swaplabel"
|
|
|
|
remove "util-linux" "/sbin/switch_root"
|
|
|
|
remove "util-linux" "/usr/bin/cal"
|
|
|
|
remove "util-linux" "/usr/bin/chfn"
|
|
|
|
remove "util-linux" "/usr/bin/chrt"
|
|
|
|
remove "util-linux" "/usr/bin/chsh"
|
|
|
|
remove "util-linux" "/usr/bin/col"
|
|
|
|
remove "util-linux" "/usr/bin/colcrt"
|
|
|
|
remove "util-linux" "/usr/bin/colrm"
|
|
|
|
remove "util-linux" "/usr/bin/column"
|
|
|
|
remove "util-linux" "/usr/bin/ddate"
|
|
|
|
remove "util-linux" "/usr/bin/fallocate"
|
|
|
|
remove "util-linux" "/usr/bin/flock"
|
|
|
|
remove "util-linux" "/usr/bin/floppy"
|
|
|
|
remove "util-linux" "/usr/bin/getopt"
|
|
|
|
remove "util-linux" "/usr/bin/hexdump"
|
|
|
|
remove "util-linux" "/usr/bin/i386"
|
|
|
|
remove "util-linux" "/usr/bin/ionice"
|
|
|
|
remove "util-linux" "/usr/bin/ipcmk"
|
|
|
|
remove "util-linux" "/usr/bin/ipcrm"
|
|
|
|
remove "util-linux" "/usr/bin/ipcs"
|
|
|
|
remove "util-linux" "/usr/bin/isosize"
|
|
|
|
remove "util-linux" "/usr/bin/kill"
|
|
|
|
remove "util-linux" "/usr/bin/linux32"
|
|
|
|
remove "util-linux" "/usr/bin/linux64"
|
|
|
|
remove "util-linux" "/usr/bin/look"
|
|
|
|
remove "util-linux" "/usr/bin/lscpu"
|
|
|
|
remove "util-linux" "/usr/bin/mcookie"
|
|
|
|
remove "util-linux" "/usr/bin/namei"
|
|
|
|
remove "util-linux" "/usr/bin/rename"
|
|
|
|
remove "util-linux" "/usr/bin/renice"
|
|
|
|
remove "util-linux" "/usr/bin/rev"
|
|
|
|
remove "util-linux" "/usr/bin/script"
|
|
|
|
remove "util-linux" "/usr/bin/scriptreplay"
|
|
|
|
remove "util-linux" "/usr/bin/setarch"
|
|
|
|
remove "util-linux" "/usr/bin/setsid"
|
|
|
|
remove "util-linux" "/usr/bin/setterm"
|
|
|
|
remove "util-linux" "/usr/bin/tailf"
|
|
|
|
remove "util-linux" "/usr/bin/ul"
|
|
|
|
remove "util-linux" "/usr/bin/unshare"
|
|
|
|
remove "util-linux" "/usr/bin/uuidgen"
|
|
|
|
remove "util-linux" "/usr/bin/whereis"
|
|
|
|
remove "util-linux" "/usr/bin/write"
|
|
|
|
remove "util-linux" "/usr/bin/x86_64"
|
|
|
|
remove "util-linux" "/usr/sbin/fdformat"
|
|
|
|
remove "util-linux" "/usr/sbin/hwclock"
|
|
|
|
remove "util-linux" "/usr/sbin/ldattach"
|
|
|
|
remove "util-linux" "/usr/sbin/readprofile"
|
|
|
|
remove "util-linux" "/usr/sbin/rtcwake"
|
|
|
|
remove "util-linux" "/usr/sbin/tunelp"
|
|
|
|
remove "util-linux" "/usr/share/locale/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "volume_key-libs" "/usr/share/locale/*"
|
|
|
|
remove "wget" "/etc/*"
|
|
|
|
remove "wget" "/usr/share/locale/*"
|
|
|
|
remove "xfsprogs" "/${libdir}/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_bmapd"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_estimate"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_freeze"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_fsr"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_growfs"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_info"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_io"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_logprint"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_mdrestore"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_metadump"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_mkfile"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_ncheck"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_quota"
|
|
|
|
remove "xfsprogs" "/usr/sbin/xfs_rtcp"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "xfsprogs" "/usr/share/locale/*"
|
|
|
|
remove "xkeyboard-config" "/usr/share/locale/*"
|
|
|
|
remove "xorg-x11-drv-intel" "/usr/${libdir}/libI*"
|
|
|
|
remove "xorg-x11-drv-openchrome" "/usr/${libdir}/libchrome*"
|
|
|
|
remove "xorg-x11-drv-synaptics" "/usr/bin/*"
|
|
|
|
remove "xorg-x11-drv-vmmouse" "/usr/bin/*"
|
|
|
|
remove "xorg-x11-drv-wacom" "/usr/bin/*"
|
|
|
|
remove "xorg-x11-fonts-ethiopic" "/etc/X11/*"
|
2010-10-29 12:42:28 +00:00
|
|
|
remove "xorg-x11-fonts-ethiopic" "/usr/share/X11/fonts/OTF/*"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "xorg-x11-fonts-misc" "/etc/X11/*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/encodings/*"
|
2010-10-22 14:02:53 +00:00
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/10x20*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/12x*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/18x18*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/4x6*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/5x7*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/5x8*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/6x10*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/6x12*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/6x9*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/7x*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/8x*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/9x*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/arabic*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/cl*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/cu-*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/cu12*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/cuarabic*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/cudevnag*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/dec*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/gb*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/hang*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/jiskan*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/k14*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/micro*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/nil2*"
|
|
|
|
remove "xorg-x11-fonts-misc" "/usr/share/X11/fonts/misc/olg*"
|
2010-12-06 09:53:15 +00:00
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/iceauth"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/sessreg"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/showrgb"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xgamma"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xhost"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xmodmap"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xrdb"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xrefresh"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xset"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xsetmode"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xsetpointer"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xsetroot"
|
|
|
|
remove "xorg-x11-server-utils" "/usr/bin/xstdcmap"
|
2010-10-12 16:23:29 +00:00
|
|
|
remove "yum" "etc/*"
|
|
|
|
remove "yum" "/usr/share/locale/*"
|
|
|
|
remove "yum" "/usr/share/yum-cli/*"
|
|
|
|
remove "zenity" "/usr/share/gnome/help/*"
|
|
|
|
remove "zenity" "/usr/share/omf/*"
|
2010-10-19 15:35:50 +00:00
|
|
|
remove "${product}-logos" "/etc/*"
|
|
|
|
remove "${product}-logos" "/usr/share/firstboot/*"
|
|
|
|
remove "${product}-logos" "/usr/share/gnome-screensaver/*"
|
|
|
|
remove "${product}-logos" "/usr/share/icons/Bluecurve/*"
|
|
|
|
remove "${product}-logos" "/usr/share/icons/oxygen/*"
|
|
|
|
remove "${product}-logos" "/usr/share/pixmaps/*"
|
|
|
|
remove "${product}-logos" "/usr/share/plymouth/*"
|