summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-01-06 16:23:58 -0500
committerChris Lumens <clumens@redhat.com>2010-01-06 17:32:25 -0500
commit66e73996618ebf8f04bbc25052d797a9a9359eb6 (patch)
treefa25a050ae4d12c7fa1a99b37ab4c5c83c58f26b /anaconda.spec.in
parentd504a4ce4ac014f7c5a1aad0e726e1786be8b8aa (diff)
downloadanaconda-66e73996618ebf8f04bbc25052d797a9a9359eb6.tar.gz
anaconda-66e73996618ebf8f04bbc25052d797a9a9359eb6.tar.xz
anaconda-66e73996618ebf8f04bbc25052d797a9a9359eb6.zip
Add libblkid as a BuildRequires.
isys has required this for a while, but no one ever added a BuildRequires for it. The only reason we've been able to build up until now is due to the accident that the mkinitrd-devel chain ended up requiring it.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 512470d02..120d1753b 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -56,6 +56,7 @@ BuildRequires: isomd5sum-devel
BuildRequires: libX11-devel
BuildRequires: libXt-devel
BuildRequires: libXxf86misc-devel
+BuildRequires: libblkid-devel
BuildRequires: libcurl-devel
BuildRequires: libnl-devel >= %{libnlver}
BuildRequires: libselinux-devel >= %{libselinuxver}