summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-07-22 16:54:26 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-07-22 16:54:26 -1000
commit2906625b993a95d442747b2c9d99bc85af3cddbd (patch)
tree8918e7c9587e83702989ee9589e4afa9068ec071
parent5eceb18e4dd0b32d71859a4fc1b9228e9effdbc5 (diff)
downloadanaconda-2906625b993a95d442747b2c9d99bc85af3cddbd.tar.gz
anaconda-2906625b993a95d442747b2c9d99bc85af3cddbd.tar.xz
anaconda-2906625b993a95d442747b2c9d99bc85af3cddbd.zip
New version (again).anaconda-12.5-1
-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])