Skip to content

Commit

Permalink
no longer have automatic requires for -devel-32bit
Browse files Browse the repository at this point in the history
they don't work as we use shared library versioning
  • Loading branch information
coolo committed Sep 25, 2012
1 parent 1ffcf49 commit ceeae7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions baselibs_global.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ targettype x86 prereq "glibc-x86"
package /.(?<!-devel)$/
post "/sbin/ldconfig"

package /(.*)-devel$/
targettype x86 block!
requires "<name> = <version>"
requires "<match1>-<targettype> = <version>"

package /(.*)-debuginfo$/
+/usr/lib(64)?/debug/.*/lib(64)?/.*\.(so.*|o|a|la)\.debug$
+/usr/lib(64)?/debug/.build-id/.*

0 comments on commit ceeae7f

Please sign in to comment.