https://bugzilla.novell.com/show_bug.cgi?id=354164 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=354164#c12 --- Comment #12 from Stanislav Brabec <sbrabec@novell.com> 2008-11-26 07:11:09 MST --- Something similar to following lines in /usr/lib/build/baselibs_global.conf would prevent modification of ~100 packages (some of them are already waiting for submit): package /.(?<!-devel)$/ +/lib(64)?/security/.*\.so.*$ supplements "packageand(<match1>:glibc--<targettype>)" package /.(?<!-devel)$/ +/lib(64)?/libnss_.*\.so.*$ supplements "packageand(<match1>:glibc--<targettype>)" package /.(?<!-devel)$/ +/usr/lib(64)?/gtk-2.0/.*/.*\.so.*$ supplements "packageand(<match1>:gtk2-<targettype>)" package /.(?<!-devel)$/ +/usr/lib(64)?/gtk-2.0/.*/.*/.*\.so.*$ supplements "packageand(<match1>:gtk2-<targettype>)" package /.(?<!-devel)$/ +usr/lib(64)?/qt3/plugins/.*/.*\.so.*$ supplements "packageand(<match1>:qt3-<targettype>)" package /.(?<!-devel)$/ +usr/lib(64)?/qt4/plugins/.*/.*\.so.*$ supplements "packageand(<match1>:libqt4-<targettype>)" Plus QA brp script making baselibs in these paths mandatory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.