summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-23 17:24:09 -0400
committerChris Lumens <clumens@redhat.com>2008-07-23 17:24:09 -0400
commit4ecd2b468bcb30addc153492069cdd9da24f7625 (patch)
tree5a5b9661b882df4dddf069fcce05e75327e8f811
parent594864adce6e5ac58b914adcfa1b90aa33e739cb (diff)
downloadanaconda-4ecd2b468bcb30addc153492069cdd9da24f7625.tar.gz
anaconda-4ecd2b468bcb30addc153492069cdd9da24f7625.tar.xz
anaconda-4ecd2b468bcb30addc153492069cdd9da24f7625.zip
New version, yet again.anaconda-11.4.1.18-1
-rw-r--r--anaconda.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index db2c74be4..fcf1fff32 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.17
+Version: 11.4.1.18
Release: 1
License: GPLv2+
Group: Applications/System
@@ -195,6 +195,9 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.18-1
+- MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. (clumens)
+
* Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.17-1
- Add support for filing bugs straight into bugzilla. (clumens)
- Running git-tag -f from a makefile rule is a bad idea (katzj)