[anaconda] - Properly rescan storage with Reset in partition GUI (#635778) (bcl) - Save the partition type sele

Christopher Edward Lumens clumens at fedoraproject.org
Fri Sep 24 18:07:17 UTC 2010


commit 730d0711676f47b83db1e9c67296afbd20f2bef0
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Sep 24 14:16:42 2010 -0400

    - Properly rescan storage with Reset in partition GUI (#635778) (bcl)
    - Save the partition type selection when moving back (#635778) (bcl)
    - Properly rescan disks when moving back (#635778) (bcl)
    - Reset resolver after network device activation (#632489) (rvykydal)
    - Don't include the product name in the translation (#636415). (clumens)
    - Clarify loopback mount log message (#633444). (clumens)
    - pykickstart now raises KickstartError instead of IOError. (clumens)
    - Fix EFI bootloader install problems (#635873, #635887) (bcl)
    - Re-add cleardiskssel step when autopart is chosen. (#635332) (dlehman)
    - Pull boot splash image from correct location (#635330) (bcl)
    - Add files for polkit to initrd.img (#633315) (rvykydal)
    - Remove old kernels with new bootloader (#633234) (bcl)
    - Both the inittab and systemd sections can return. Move this part earlier.
      (notting)
    - iscsi: discovery and node login wizard. (akozumpl)
    - Pass xdriver to anaconda in liveinst (#633827) (bcl)
    - Add test cases for the new Size class. (dcantrell)
    - Add exceptions specific to the new Size class. (dcantrell)
    - Create Size class for specifying device and fs sizes. (dcantrell)
    - Fix importing the netconfig UI in rescue mode (#632510). (clumens)
    - Add noeject support to cdrom eject handling (#477887) (bcl)
    - Cleanup tabs in flags.py (bcl)
    - Add noeject support to loader (#477887) (bcl)
    - Remove BETANAG, instead reading it from .buildstamp (#628688). (clumens)
    - Convert .buildstamp into a .ini-style file. (clumens)
    - Remove productPath. (clumens)
    - Remove any /tmp/yum.log that may be present on the installed system
      (#630327). (clumens)
    - If the filesystem doesn't support resize, there's no resizesb (#627153).
      (clumens)
    - Run anaconda in fullscreen mode. (clumens)
    - minor: gtk.CellRendererText has no property 'active'. (akozumpl)
    - restart-anaconda: kill iscsid too (akozumpl)
    - ui: fix the default choice in the 'advanced storage options' dialog.
      (akozumpl)
    - iscsi: rename variable in addIscsiDrive. (akozumpl)
    - ui: a couple of storage mnemonics. (akozumpl)
    - updates: .glade files are in data/ui now. (akozumpl)
    - Re-fix systemd default link (#627401, mschmidt). (clumens)
    - Remove losetup and unlosetup from isys (bcl)
    - Remove losetup usage (bcl)
    - Various upd-instroot cleanups, most importantly for firstaidkit (#627758).
      (clumens)
    - Shrink locale-archive down to just what we support. (clumens)
    - Remove the icon-theme.cache file from the initrd. (clumens)
    - Remove /etc/selinux/targeted/modules/active from the initrd (clumens)
    - Remove the DRI modules from the initrd. (clumens)
    - i18n: do not build translatable sentences from parts (#622545). (akozumpl)
    - memory: install.img is now >150 MB so count 192 MB extra for it. (akozumpl)
    - memory: check_memory() displays GUI dialog on livecd (#624534). (akozumpl)
    - readvars should split variables into at most 2 pieces (bcl)
    - Adding output to method selection process (bcl)

 .gitignore    |    1 +
 anaconda.spec |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 694fd99..8a7a297 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 anaconda-14.13.tar.bz2
 anaconda-14.14.tar.bz2
 /anaconda-15.0.tar.bz2
+/anaconda-15.1.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d9ce57d..46a2b2a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 15.0
+Version: 15.1
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -223,6 +223,60 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Fri Sep 24 2010 Chris Lumens <clumens at redhat.com> - 15.1-1
+- Properly rescan storage with Reset in partition GUI (#635778) (bcl)
+- Save the partition type selection when moving back (#635778) (bcl)
+- Properly rescan disks when moving back (#635778) (bcl)
+- Reset resolver after network device activation (#632489) (rvykydal)
+- Don't include the product name in the translation (#636415). (clumens)
+- Clarify loopback mount log message (#633444). (clumens)
+- pykickstart now raises KickstartError instead of IOError. (clumens)
+- Fix EFI bootloader install problems (#635873, #635887) (bcl)
+- Re-add cleardiskssel step when autopart is chosen. (#635332) (dlehman)
+- Pull boot splash image from correct location (#635330) (bcl)
+- Add files for polkit to initrd.img (#633315) (rvykydal)
+- Remove old kernels with new bootloader (#633234) (bcl)
+- Both the inittab and systemd sections can return. Move this part earlier.
+  (notting)
+- iscsi: discovery and node login wizard. (akozumpl)
+- Pass xdriver to anaconda in liveinst (#633827) (bcl)
+- Add test cases for the new Size class. (dcantrell)
+- Add exceptions specific to the new Size class. (dcantrell)
+- Create Size class for specifying device and fs sizes. (dcantrell)
+- Fix importing the netconfig UI in rescue mode (#632510). (clumens)
+- Add noeject support to cdrom eject handling (#477887) (bcl)
+- Cleanup tabs in flags.py (bcl)
+- Add noeject support to loader (#477887) (bcl)
+- Remove BETANAG, instead reading it from .buildstamp (#628688). (clumens)
+- Convert .buildstamp into a .ini-style file. (clumens)
+- Remove productPath. (clumens)
+- Remove any /tmp/yum.log that may be present on the installed system
+  (#630327). (clumens)
+- If the filesystem doesn't support resize, there's no resizesb (#627153).
+  (clumens)
+- Run anaconda in fullscreen mode. (clumens)
+- minor: gtk.CellRendererText has no property 'active'. (akozumpl)
+- restart-anaconda: kill iscsid too (akozumpl)
+- ui: fix the default choice in the 'advanced storage options' dialog.
+  (akozumpl)
+- iscsi: rename variable in addIscsiDrive. (akozumpl)
+- ui: a couple of storage mnemonics. (akozumpl)
+- updates: .glade files are in data/ui now. (akozumpl)
+- Re-fix systemd default link (#627401, mschmidt). (clumens)
+- Remove losetup and unlosetup from isys (bcl)
+- Remove losetup usage (bcl)
+- Various upd-instroot cleanups, most importantly for firstaidkit (#627758).
+  (clumens)
+- Shrink locale-archive down to just what we support. (clumens)
+- Remove the icon-theme.cache file from the initrd. (clumens)
+- Remove /etc/selinux/targeted/modules/active from the initrd (clumens)
+- Remove the DRI modules from the initrd. (clumens)
+- i18n: do not build translatable sentences from parts (#622545). (akozumpl)
+- memory: install.img is now >150 MB so count 192 MB extra for it. (akozumpl)
+- memory: check_memory() displays GUI dialog on livecd (#624534). (akozumpl)
+- readvars should split variables into at most 2 pieces (bcl)
+- Adding output to method selection process (bcl)
+
 * Fri Aug 27 2010 Chris Lumens <clumens at redhat.com> - 15.0-1
 - systemd symlinks now reside in /lib (#627401). (clumens)
 - filtering UI: don't be picky about udev wwid length. (akozumpl)
diff --git a/sources b/sources
index a5689eb..5ff62e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2504366ce7a0213f3f36c516a934e381  anaconda-15.0.tar.bz2
+855378f5639db3fd8467612459d133a6  anaconda-15.1.tar.bz2


More information about the scm-commits mailing list