There's nothing in here we can use and we already remove everything that's in it, and having it pulls in gtk2 dependencies that we no longer need. --- share/runtime-cleanup.tmpl | 3 +-- share/runtime-install.tmpl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 530ae2c..821d1b9 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -49,7 +49,7 @@ removefrom isomd5sum --allbut /usr/bin/checkisomd5
## various other things we remove to save space removepkg avahi-autoipd coreutils-libs dash db4-utils diffutils file -removepkg genisoimage gnome-python2 info iptables +removepkg genisoimage info iptables removepkg jasper-libs libXxf86misc removepkg libasyncns libhbaapi libhbalinux removepkg libmcpp libpcap libtiff libutempter linux-atm-libs @@ -209,7 +209,6 @@ removefrom gnome-keyring /etc/xdg/* /usr/bin/* /usr/${libdir}/* /usr/libexec/* removefrom gnome-keyring /usr/share/GConf/* /usr/share/gcr-3/* removefrom gnome-keyring /usr/share/glib-2.0/* /usr/share/gnome-keyring* removefrom gnome-keyring /usr/share/locale/* -removefrom gnome-python2-gconf /usr/share/pygtk/* removefrom gnutls /usr/share/locale/* removefrom gpgme /usr/${libdir}/libgpgme-* removefrom grep /etc/* /usr/share/locale/* diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index d480384..c5f51f7 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -82,7 +82,6 @@ installpkg xorg-x11-drivers xorg-x11-server-Xorg installpkg xorg-x11-server-utils xorg-x11-xauth installpkg dbus-x11 metacity gsettings-desktop-schemas installpkg nm-connection-editor -installpkg gnome-python2-gconf installpkg gobject-introspection installpkg librsvg2 installpkg polkit-desktop-policy
On Tue, Jan 13, 2015 at 04:57:10PM -0500, David Shea wrote:
There's nothing in here we can use and we already remove everything that's in it, and having it pulls in gtk2 dependencies that we no longer need.
share/runtime-cleanup.tmpl | 3 +-- share/runtime-install.tmpl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 530ae2c..821d1b9 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -49,7 +49,7 @@ removefrom isomd5sum --allbut /usr/bin/checkisomd5
## various other things we remove to save space removepkg avahi-autoipd coreutils-libs dash db4-utils diffutils file -removepkg genisoimage gnome-python2 info iptables +removepkg genisoimage info iptables removepkg jasper-libs libXxf86misc removepkg libasyncns libhbaapi libhbalinux removepkg libmcpp libpcap libtiff libutempter linux-atm-libs @@ -209,7 +209,6 @@ removefrom gnome-keyring /etc/xdg/* /usr/bin/* /usr/${libdir}/* /usr/libexec/* removefrom gnome-keyring /usr/share/GConf/* /usr/share/gcr-3/* removefrom gnome-keyring /usr/share/glib-2.0/* /usr/share/gnome-keyring* removefrom gnome-keyring /usr/share/locale/* -removefrom gnome-python2-gconf /usr/share/pygtk/* removefrom gnutls /usr/share/locale/* removefrom gpgme /usr/${libdir}/libgpgme-* removefrom grep /etc/* /usr/share/locale/* diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index d480384..c5f51f7 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -82,7 +82,6 @@ installpkg xorg-x11-drivers xorg-x11-server-Xorg installpkg xorg-x11-server-utils xorg-x11-xauth installpkg dbus-x11 metacity gsettings-desktop-schemas installpkg nm-connection-editor -installpkg gnome-python2-gconf installpkg gobject-introspection installpkg librsvg2 installpkg polkit-desktop-policy -- 2.1.0
Ack
anaconda-patches@lists.fedorahosted.org