Skip to content

Commit bcb734b

Browse files
authored
mkbaselibs/hwcaps: fix pattern name once again (x86_64_v3) (openSUSE#925)
1 parent 456304b commit bcb734b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

baselibs_configs/baselibs_global.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ targettype x86-64-v3 baselib +^/usr/lib64/(.*\.so.*)$ -> /usr/lib64/glibc-hwcaps
4848
targettype x86-64-v4 baselib +^/usr/lib64/(.*\.so.*)$ -> /usr/lib64/glibc-hwcaps/x86-64-v4/$1
4949
targettype x86-64-v2 requires "<match1> = <version>-<release>"
5050
targettype x86-64-v2 autoreqprov off
51-
targettype x86-64-v2 supplements "(<match1> = <version> and patterns-glibc-hwcaps-x86-64-v2)"
51+
targettype x86-64-v2 supplements "(<match1> = <version> and patterns-glibc-hwcaps-x86_64_v2)"
5252
targettype x86-64-v3 requires "<match1> = <version>-<release>"
5353
targettype x86-64-v3 autoreqprov off
54-
targettype x86-64-v3 supplements "(<match1> = <version> and patterns-glibc-hwcaps-x86-64-v3)"
54+
targettype x86-64-v3 supplements "(<match1> = <version> and patterns-glibc-hwcaps-x86_64_v3)"
5555
targettype x86-64-v4 requires "<match1> = <version>-<release>"
5656
targettype x86-64-v4 autoreqprov off
57-
targettype x86-64-v4 supplements "(<match1> = <version> and patterns-glibc-hwcaps-x86-64-v4)"
57+
targettype x86-64-v4 supplements "(<match1> = <version> and patterns-glibc-hwcaps-x86_64_v4)"
5858
post "/sbin/ldconfig"
5959

6060
package /(.*)-debuginfo$/

0 commit comments

Comments
 (0)