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 15a449c9a..81adcd678 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -212,6 +212,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.5-1
+- New build because koji hates me.
+
* Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.4-1
- Add scripts/makeupdates to generate updates.img files. (dcantrell)
- Add python-decorator to the stage2 image for pyparted (#513175). (clumens)
diff --git a/configure.ac b/configure.ac
index afb50756c..5cb603ad0 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.4], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [12.5], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])