cleanup: don't remove libgstgl
It looks like gnome-helper grew a dependency on it so let's not remove it. From today's pungi run we can see this error in the verify: ``` libgstgl-1.0.so.0, needed by /usr/bin/gnome-help, not found ```
This commit is contained in:
parent
039c992e69
commit
7a4be526cd
@ -351,7 +351,7 @@ runcmd chroot ${root} find -L /etc /usr -xdev -type l -and \! -name "mtab" \
|
|||||||
removefrom gstreamer1 --allbut /usr/${libdir}/libgstbase-1.0.* \
|
removefrom gstreamer1 --allbut /usr/${libdir}/libgstbase-1.0.* \
|
||||||
/usr/${libdir}/libgstreamer-1.0.*
|
/usr/${libdir}/libgstreamer-1.0.*
|
||||||
removefrom gstreamer1-plugins-base --allbut \
|
removefrom gstreamer1-plugins-base --allbut \
|
||||||
/usr/${libdir}/libgst{allocators,app,audio,badallocators,fft,pbutils,tag,video}-1.0.*
|
/usr/${libdir}/libgst{allocators,app,audio,badallocators,fft,gl,pbutils,tag,video}-1.0.*
|
||||||
|
|
||||||
## We have enough geoip libraries, thanks
|
## We have enough geoip libraries, thanks
|
||||||
removepkg geoclue2
|
removepkg geoclue2
|
||||||
|
Loading…
Reference in New Issue
Block a user