Skip to content

Commit

Permalink
next iteration of the fix for bnc#789169
Browse files Browse the repository at this point in the history
have ncurses-devel-32bit require ncurses-devel and not ncurses-32bit
  • Loading branch information
coolo committed Apr 2, 2013
1 parent 8859f8b commit 12dc4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baselibs_global.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ config -/kde-config$
targettype x86 requires "ia32el"
targettype x86 prereq "glibc-x86"

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

package /.(?<!-devel)$/
post "/sbin/ldconfig"
Expand Down

0 comments on commit 12dc4e2

Please sign in to comment.