diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-02-09 21:29:14 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-02-09 21:29:14 +0000 |
commit | e75ae623de87a8f00cbd7fa63d7d29cdab3c20a7 (patch) | |
tree | e973ec8641c9a8a785893d8a7c81eedbd8879c3b | |
parent | 3d88c29abafd434913f782421f5d00b6138ee494 (diff) | |
download | anaconda-e75ae623de87a8f00cbd7fa63d7d29cdab3c20a7.tar.gz anaconda-e75ae623de87a8f00cbd7fa63d7d29cdab3c20a7.tar.xz anaconda-e75ae623de87a8f00cbd7fa63d7d29cdab3c20a7.zip |
2007-02-09 David Cantrell <dcantrell@redhat.com>anaconda-11.2.0.21-1
* anaconda.spec: Bump version.
* anaconda.spec: BuildRequires device-mapper-devel
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | anaconda.spec | 8 |
2 files changed, 12 insertions, 2 deletions
@@ -2,6 +2,12 @@ * anaconda.spec: Bump version. + * anaconda.spec: BuildRequires device-mapper-devel + +2007-02-09 David Cantrell <dcantrell@redhat.com> + + * anaconda.spec: Bump version. + 2007-02-08 Chris Lumens <clumens@redhat.com> * findpackageset.py, genheader.py: Removed. diff --git a/anaconda.spec b/anaconda.spec index 3d49c0ad1..2d69cb742 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.2.0.20 +Version: 11.2.0.21 Release: 1 License: GPL Summary: Graphical system installer @@ -11,7 +11,8 @@ BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber -BuildPreReq: pykickstart >= 0.90, yum >= 2.9.2, device-mapper >= 1.01.05-3, +BuildPreReq: pykickstart >= 0.90, yum >= 2.9.2, +BuildPreReq: device-mapper-devel >= 1.02.17-5 BuildPreReq: libsepol-devel BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 BuildPreReq: glib2-devel >= 2.11.1-5, glib2-static @@ -109,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.21-1 +- BR device-mapper-devel + * Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.20-1 - Require newest libdhcp - Remove obsolete findpackageset.py and genheader.py (clumens) |