diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-03 14:56:25 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-03 14:56:25 +0100 |
commit | a33eb565f1ad364f2077be91173cdb6cc548ac79 (patch) | |
tree | f3cc9e43487c2bca17fa8f3ffa9de9749c9f18c7 | |
parent | ca807e5e3297f5cbc9ad7f66749b13c03b7e28d5 (diff) | |
download | qboot-a33eb565f1ad364f2077be91173cdb6cc548ac79.tar.gz |
fix build dep
-rw-r--r-- | qboot.git.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qboot.git.spec b/qboot.git.spec index b1cffb0..dcbde0b 100644 --- a/qboot.git.spec +++ b/qboot.git.spec @@ -11,8 +11,8 @@ License: GPL Source0: qboot.git-g23d4749.tar.xz BuildRequires: make gcc binutils -BuildRequires: glibc-devel.i686 -BuildRequires: glibc-devel.x86_64 +BuildRequires: glibc-devel(x86-32) +BuildRequires: glibc-devel(x86-64) BuildArch: noarch |