[anaconda/f16] Run grub2-config before grub2-mkconfig (#736993) (pjones) Fix typo in call to opt.isdigit (#743787)

Christopher Edward Lumens clumens at fedoraproject.org
Tue Oct 25 20:44:00 UTC 2011


commit 6582d3810d66aef67a513039e34216dbd81d2059
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Oct 25 16:43:42 2011 -0400

    Run grub2-config before grub2-mkconfig (#736993) (pjones)
    Fix typo in call to opt.isdigit (#743787) (pjones)
    Don't allow disks containing the live media as boot disk. (#748587) (dlehman)
    Honor fsprofile argument even for existing devices. (#747417) (dlehman)
    Regenerate tasklist when a repo is removed. (#746573) (akozumpl)

 .gitignore    |    1 +
 anaconda.spec |    9 ++++++++-
 sources       |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 374cd80..c366412 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.20.tar.bz2
 /anaconda-16.21.tar.bz2
 /anaconda-16.22.tar.bz2
+/anaconda-16.23.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 3364e48..d197c32 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.22
+Version: 16.23
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -232,6 +232,13 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Oct 25 2011 Chris Lumens <clumens at redhat.com> - 16.23-1
+- Run grub2-config before grub2-mkconfig (#736993) (pjones)
+- Fix typo in call to opt.isdigit (#743787) (pjones)
+- Don't allow disks containing the live media as boot disk. (#748587) (dlehman)
+- Honor fsprofile argument even for existing devices. (#747417) (dlehman)
+- Regenerate tasklist when a repo is removed. (#746573) (akozumpl)
+
 * Wed Oct 19 2011 Chris Lumens <clumens at redhat.com> - 16.22-1
 - Be more convincing in eradicating errant temp vg paths. (#722952) (dlehman)
 - Copy all of live filesystem to target (#746844) (bcl)
diff --git a/sources b/sources
index 34875fa..1a47dcd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4861dbc00b1450d16c7826da1faf2ab  anaconda-16.22.tar.bz2
+0a5225b76efa7ad9b2ec99aaf158a109  anaconda-16.23.tar.bz2


More information about the scm-commits mailing list