summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--anaconda.spec.in3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 78b22849a..52d41b9c4 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -214,6 +214,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Wed Sep 09 2009 David Cantrell <dcantrell@redhat.com> - 12.23-1
+- initrd-generic.img -> initramfs.img (hdegoede)
+
* Wed Sep 09 2009 David Cantrell <dcantrell@redhat.com> - 12.22-1
- No longer require xfsdump, since anaconda doesn't use it anywhere
(#522180). (clumens)
diff --git a/configure.ac b/configure.ac
index 2108526b5..a4d74af65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
m4_define(python_required_version, 2.5)
AC_PREREQ([2.63])
-AC_INIT([anaconda], [12.22], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.23], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])