[anaconda/f18] - Revert "Update parsing of 'btrfs subvol list' to match its new output. (#868468)" (dlehman) - Pa

Brian C. Lane bcl at fedoraproject.org
Wed Oct 31 23:50:27 UTC 2012


commit a639967fec39680bb4cc44b958edbd512183f2db
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Oct 31 16:50:15 2012 -0700

    - Revert "Update parsing of 'btrfs subvol list' to match its new output.
      (#868468)" (dlehman)
    - Pass RAID level to btrfs volume constructor. (#866101) (dlehman)
    - Fix a traceback when removing non-existing partitions in custom. (#869839)
      (dlehman)
    - Update parsing of 'btrfs subvol list' to match its new output. (#868468)
      (dlehman)
    - Remove the word "review" from the label on the custom checkbutton. (#871109)
      (dlehman)
    - Require that the root filesystem be created by anaconda. (#871104) (dlehman)
    - On error, reset the RHS to what it used to be (#869422). (clumens)
    - Don't prompt when in cmdline mode (#869685) (jkeating)
    - Force a root password to be set (#869675) (jkeating)
    - Network spoke: fix hostname handling in standalone spoke (#868535) (rvykydal)
    - Network spoke: fix config info update after switching device OFF and ON
      (#871429) (rvykydal)
    - Network spoke: connected requires activated (not active) connection (#871129)
      (rvykydal)
    - Blank out passphrases from /root/anaconda-ks.cfg (#868519). (clumens)
    - Setup package repo in the background (#870552) (jkeating)
    - check disklabels when calculating free space (#863892) (bcl)
    - updateBaseRepo does not need a storage argument. (clumens)
    - Fix up calling superclass setup methods in packaging (#870556). (clumens)
    - Fix a race condition with kickstarts (#868834) (jkeating)
    - run checkisomd5 from anaconda-diskroot (#848764) (bcl)
    - skip luks passphrase in exception dump (#868509) (bcl)
    - Replace ' ' with '_' when looking for ifcfg files (#869106) (rvykydal)
    - Remove storageComplete, which was only called from dispatch.py. (clumens)
    - Remove dispatch.py and its associated test case. (clumens)
    - Use a slightly different method to get supported languages (#858801, tagoh).
      (clumens)
    - Fix problems when changing things in the software spoke (#868742, #869424).
      (clumens)
    - Network spoke: fix callback arguments for device add/remove. (rvykydal)
    - display storage errors in text mode storage spoke (bcl)
    - only clear errors if re-running the check (#868707) (bcl)
    - set boot flag and name for EFI partition (#866106) (bcl)
    - clear pmbr_boot on EFI systems (#844551) (bcl)
    - Lots of UI layout tweaks (mizmo). (clumens)
    - /etc/sysconfig/keyboard doesn't support vconsole.xyz options. (notting)

 .gitignore    |    1 +
 anaconda.spec |   44 +++++++++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ac78a5..4878c68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ anaconda-18.12.tar.bz2
 /anaconda-18.19.tar.bz2
 /anaconda-18.20.tar.bz2
 /anaconda-18.21.tar.bz2
+/anaconda-18.22.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 321adb5..f6088d8 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.21
+Version: 18.22
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,48 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Wed Oct 31 2012 Brian C. Lane <bcl at redhat.com> - 18.22-1
+- Revert "Update parsing of 'btrfs subvol list' to match its new output.
+  (#868468)" (dlehman)
+- Pass RAID level to btrfs volume constructor. (#866101) (dlehman)
+- Fix a traceback when removing non-existing partitions in custom. (#869839)
+  (dlehman)
+- Update parsing of 'btrfs subvol list' to match its new output. (#868468)
+  (dlehman)
+- Remove the word "review" from the label on the custom checkbutton. (#871109)
+  (dlehman)
+- Require that the root filesystem be created by anaconda. (#871104) (dlehman)
+- On error, reset the RHS to what it used to be (#869422). (clumens)
+- Don't prompt when in cmdline mode (#869685) (jkeating)
+- Force a root password to be set (#869675) (jkeating)
+- Network spoke: fix hostname handling in standalone spoke (#868535) (rvykydal)
+- Network spoke: fix config info update after switching device OFF and ON
+  (#871429) (rvykydal)
+- Network spoke: connected requires activated (not active) connection (#871129)
+  (rvykydal)
+- Blank out passphrases from /root/anaconda-ks.cfg (#868519). (clumens)
+- Setup package repo in the background (#870552) (jkeating)
+- check disklabels when calculating free space (#863892) (bcl)
+- updateBaseRepo does not need a storage argument. (clumens)
+- Fix up calling superclass setup methods in packaging (#870556). (clumens)
+- Fix a race condition with kickstarts (#868834) (jkeating)
+- run checkisomd5 from anaconda-diskroot (#848764) (bcl)
+- skip luks passphrase in exception dump (#868509) (bcl)
+- Replace ' ' with '_' when looking for ifcfg files (#869106) (rvykydal)
+- Remove storageComplete, which was only called from dispatch.py. (clumens)
+- Remove dispatch.py and its associated test case. (clumens)
+- Use a slightly different method to get supported languages (#858801, tagoh).
+  (clumens)
+- Fix problems when changing things in the software spoke (#868742, #869424).
+  (clumens)
+- Network spoke: fix callback arguments for device add/remove. (rvykydal)
+- display storage errors in text mode storage spoke (bcl)
+- only clear errors if re-running the check (#868707) (bcl)
+- set boot flag and name for EFI partition (#866106) (bcl)
+- clear pmbr_boot on EFI systems (#844551) (bcl)
+- Lots of UI layout tweaks (mizmo). (clumens)
+- /etc/sysconfig/keyboard doesn't support vconsole.xyz options. (notting)
+
 * Thu Oct 25 2012 Brian C. Lane <bcl at redhat.com> - 18.21-1
 - Add PowerNV as a recognized PPC platform (nacc)
 - anaconda should print unknown platform information (hamzy)
diff --git a/sources b/sources
index dfaae89..55de925 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4b72a4f09e81e91157b1d4d7594c872  anaconda-18.21.tar.bz2
+2f5c1882c3e423a1b23b11a8f75a59d2  anaconda-18.22.tar.bz2


More information about the scm-commits mailing list