From dc5d691049efa56fdbf9ac85259012cc4be3f1f6 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jan 06 2011 21:39:35 +0000 Subject: - Adjust main window size based on install type (#667566) (bcl) - Remove mknod-stub. We have the full one around now. (clumens) - Use a different method to get the sysfs_path for device-mapper devices (#665643). (clumens) - Allow existing /var/log (bcl) --- diff --git a/.gitignore b/.gitignore index eb9abcb..44a379a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.11.tar.bz2 /anaconda-15.12.tar.bz2 /anaconda-15.13.tar.bz2 +/anaconda-15.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d0ee8b1..50d03e9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.13 +Version: 15.14 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,13 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Jan 06 2011 Chris Lumens - 15.14-1 +- Adjust main window size based on install type (#667566) (bcl) +- Remove mknod-stub. We have the full one around now. (clumens) +- Use a different method to get the sysfs_path for device-mapper devices + (#665643). (clumens) +- Allow existing /var/log (bcl) + * Wed Dec 22 2010 Chris Lumens - 15.13-1 - Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens) - Pass --noeject to anaconda (#477887) (bcl) diff --git a/sources b/sources index a541e9d..63da3ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82360c2970729e9d791dfdb7d6c4337e anaconda-15.13.tar.bz2 +91bd9c62fe79e171df07213ca619e02c anaconda-15.14.tar.bz2