summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-12 19:46:10 +0000
committerChris Lumens <clumens@redhat.com>2007-06-12 19:46:10 +0000
commit1632384ea22c90ef17d5ee6ee3fed3e0a452c161 (patch)
tree06fb8eb2428921240be3adb49dc971e5aae71271
parent72246c3c8564e6c88a6005e6f64bf2357f18c661 (diff)
downloadanaconda-1632384ea22c90ef17d5ee6ee3fed3e0a452c161.tar.gz
anaconda-1632384ea22c90ef17d5ee6ee3fed3e0a452c161.tar.xz
anaconda-1632384ea22c90ef17d5ee6ee3fed3e0a452c161.zip
The static library got split out, so we have to require another package now.
-rw-r--r--anaconda.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 85a6f85db..99e013f95 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -20,7 +20,7 @@ BuildRequires: libsepol-devel
BuildRequires: pango-devel, pirut, libXt-devel
BuildRequires: slang-devel >= 2.0.6-2, slang-static
BuildRequires: newt-devel, newt-static
-BuildRequires: glib2-devel >= 2.11.1-5, glib2-static
+BuildRequires: glib2-devel >= 2.11.1-5, glib2-static, libdhcp6client-static
BuildRequires: libdhcp-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1
BuildRequires: audit-libs-devel
%ifarch %livearches
@@ -143,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 12 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.0-1
+- Require libdhcp6client-static.
- Remove loopback mounted split ISO install method.
- Allow locking root and user accounts from kickstart (#240059).
- Don't delete NFS mounts from /etc/fstab on upgrade (#242073).