[anaconda] - Add missing log import to platform.py (bcl) - liveinst: Check for live-baseloop LIVE_BLOCK (bcl) -

Brian C. Lane bcl at fedoraproject.org
Tue Jan 24 01:47:16 UTC 2012


commit 08179222646f8ccba52aae61ac640b8e1436429a
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Jan 23 17:39:30 2012 -0800

    - Add missing log import to platform.py (bcl)
    - liveinst: Check for live-baseloop LIVE_BLOCK (bcl)
    - Add Storage.autoPartType to indicate lvm/btrfs/neither. (dlehman)
    - Add full support for btrfs via kickstart's btrfs command. (dlehman)
    - Show btrfs vols/subvols but don't allow editing them. (dlehman)
    - Add support for btrfs to the devicetree. (dlehman)
    - Remove an old hack with action registration. (dlehman)
    - Add support for btrfs automatic partitioning. (dlehman)
    - Add new field to PartSpec to indicate btrfs reqs. (dlehman)
    - Add btrfs convenience methods to Storage. (dlehman)
    - Handle device name generation and checking in a more generic way. (dlehman)
    - Add btrfs base class along with classes for volume, subvolume. (dlehman)
    - btrfs volumes/subvolumes are created by devicelibs.btrfs. (dlehman)
    - Scan for btrfs while looking a new devices. (dlehman)
    - Add backend module for operating on btrfs volumes. (dlehman)
    - Fix default hostname function to never return '(none)'. (dlehman)
    - Revert "Put bios boot partitions on all gpt disk on bios systems. (#738964)"
      (dlehman)
    - Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)
      (dlehman)
    - Clean up BootLoader.writeKS to account for no bootloader. (dlehman)
    - Fix sense of disklabel size check and add some logging. (dlehman)
    - Handle v0.90 md metadata in preexisting arrays. (dlehman)
    - style cleanups for ppc SMS bios patch (wwoods)
    - Update ppc SMS bios after installation (hamzy)
    - report more detail about yum failure (bcl)
    - Add a script mode that exits instead of looping (bcl)
    - Add 'sound-and-video' to Fedora install class for 'Software Development'
      task. (#643786) (notting)
    - Unmount the image file (bcl)
    - Disable yum log file handling (bcl)
    - Setup storage config when kickstart is parsed (bcl)

 .gitignore    |    1 +
 anaconda.spec |   38 ++++++++++++++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 38 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17d3e88..947b235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.0.tar.bz2
 /anaconda-17.1.tar.bz2
 /anaconda-17.2.tar.bz2
+/anaconda-17.3.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index fd75a87..0271568 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,8 +2,8 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.2
-Release: 2%{?dist}
+Version: 17.3
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -232,6 +232,40 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Mon Jan 23 2012 Brian C. Lane <bcl at redhat.com> - 17.3-1
+- Add missing log import to platform.py (bcl)
+- liveinst: Check for live-baseloop LIVE_BLOCK (bcl)
+- Add Storage.autoPartType to indicate lvm/btrfs/neither. (dlehman)
+- Add full support for btrfs via kickstart's btrfs command. (dlehman)
+- Show btrfs vols/subvols but don't allow editing them. (dlehman)
+- Add support for btrfs to the devicetree. (dlehman)
+- Remove an old hack with action registration. (dlehman)
+- Add support for btrfs automatic partitioning. (dlehman)
+- Add new field to PartSpec to indicate btrfs reqs. (dlehman)
+- Add btrfs convenience methods to Storage. (dlehman)
+- Handle device name generation and checking in a more generic way. (dlehman)
+- Add btrfs base class along with classes for volume, subvolume. (dlehman)
+- btrfs volumes/subvolumes are created by devicelibs.btrfs. (dlehman)
+- Scan for btrfs while looking a new devices. (dlehman)
+- Add backend module for operating on btrfs volumes. (dlehman)
+- Fix default hostname function to never return '(none)'. (dlehman)
+- Revert "Put bios boot partitions on all gpt disk on bios systems. (#738964)"
+  (dlehman)
+- Put NoSuchGroup and DispatchError back, but not in errors.py. (#760786)
+  (dlehman)
+- Clean up BootLoader.writeKS to account for no bootloader. (dlehman)
+- Fix sense of disklabel size check and add some logging. (dlehman)
+- Handle v0.90 md metadata in preexisting arrays. (dlehman)
+- style cleanups for ppc SMS bios patch (wwoods)
+- Update ppc SMS bios after installation (hamzy)
+- report more detail about yum failure (bcl)
+- Add a script mode that exits instead of looping (bcl)
+- Add 'sound-and-video' to Fedora install class for 'Software Development'
+  task. (#643786) (notting)
+- Unmount the image file (bcl)
+- Disable yum log file handling (bcl)
+- Setup storage config when kickstart is parsed (bcl)
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 17.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 3e08172..3157cf7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9dda0e30e4c4fcb830520a10c1bef3e2  anaconda-17.2.tar.bz2
+1632e51a32332a488b43a26a7dadaeb0  anaconda-17.3.tar.bz2


More information about the scm-commits mailing list