[anaconda/f16] systemd: anaconda.target wants rsyslog.service (akozumpl) Improve checking if new biosboot partition

Christopher Edward Lumens clumens at fedoraproject.org
Thu Sep 8 15:05:34 UTC 2011


commit 29beb167fdffee95944a5d198fcf53ee7e7f3f2a
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Sep 8 11:05:19 2011 -0400

    systemd: anaconda.target wants rsyslog.service (akozumpl)
    Improve checking if new biosboot partition is needed. (akozumpl)
    Make sure we teardown root candidates in all cases. (#693095) (dlehman)
    Update parted partition by sector, not name, after create. (#733449) (cherry
    picked from commit 2c6616615ab02c4cc31d701493c169554aec0151) (dlehman)
    Determine existing md arrays' metadata version. (#731266) (dlehman)
    Don't check mountable before obtaining actual/existing fs size. (#733808)
    (dlehman)
    Fix traceback when installing over a system with broken rpm db. (akozumpl)
    kickstart: use 'bootloader --timeout' even if it is zero. (akozumpl)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++++-
 sources       |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9824b2..858e762 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.14.6.tar.bz2
 /anaconda-16.15.tar.bz2
 /anaconda-16.16.tar.bz2
+/anaconda-16.17.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 8566797..48bacd7 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.16
+Version: 16.17
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -234,6 +234,18 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Thu Sep 08 2011 Chris Lumens <clumens at redhat.com> - 16.17-1
+- systemd: anaconda.target wants rsyslog.service (akozumpl)
+- Improve checking if new biosboot partition is needed. (akozumpl)
+- Make sure we teardown root candidates in all cases. (#693095) (dlehman)
+- Update parted partition by sector, not name, after create. (#733449) (cherry
+  picked from commit 2c6616615ab02c4cc31d701493c169554aec0151) (dlehman)
+- Determine existing md arrays' metadata version. (#731266) (dlehman)
+- Don't check mountable before obtaining actual/existing fs size. (#733808)
+  (dlehman)
+- Fix traceback when installing over a system with broken rpm db. (akozumpl)
+- kickstart: use 'bootloader --timeout' even if it is zero. (akozumpl)
+
 * Mon Aug 29 2011 Brian C. Lane <bcl at redhat.com> - 16.16-1
 - Fix some things using old bootloader/platform stuff. (dlehman)
 - Fix traceback when validating unallocated partition requests. (#733670)
diff --git a/sources b/sources
index 87fafe7..a26071d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b8871687d76fe91c0355042c3babd14  anaconda-16.16.tar.bz2
+45c58e569b76e1166e7dbfe3fe0214ad  anaconda-16.17.tar.bz2


More information about the scm-commits mailing list