[anaconda/f21] - Mark zRAM devices as protected and ignore them (vpodzime) - Make storage sanity check aware of bas

Samantha N. Bueno sbueno at fedoraproject.org
Fri Aug 1 09:26:39 UTC 2014


commit 9423dcc8d0bdc0339fc174036d7706d1eace104b
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Fri Aug 1 05:26:12 2014 -0400

    - Mark zRAM devices as protected and ignore them (vpodzime)
    - Make storage sanity check aware of base RAM requirements (#1123466)
      (vpodzime)
    - Move sanityCheck code to anaconda's codebase (vpodzime)
    - Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
    - Raise exception if reading lines from a killed process (vpodzime)
    - Use zRAM swap up to 2 GB of RAM (vpodzime)
    - RAM requirements depend on squashfs.img's origin (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   12 +++++++++++-
 sources       |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4c83ad..124952c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /anaconda-21.47.tar.bz2
 /anaconda-21.48.tar.bz2
 /anaconda-21.48.1.tar.bz2
+/anaconda-21.48.2.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 0887c1e..3977a4b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.48.1
+Version: 21.48.2
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -303,6 +303,16 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Aug 01 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 21.48.2-1
+- Mark zRAM devices as protected and ignore them (vpodzime)
+- Make storage sanity check aware of base RAM requirements (#1123466)
+  (vpodzime)
+- Move sanityCheck code to anaconda's codebase (vpodzime)
+- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
+- Raise exception if reading lines from a killed process (vpodzime)
+- Use zRAM swap up to 2 GB of RAM (vpodzime)
+- RAM requirements depend on squashfs.img's origin (vpodzime)
+
 * Wed Jul 23 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 21.48.1-1
 
 * Wed Jul 16 2014 Brian C. Lane <bcl at redhat.com> - 21.48-1
diff --git a/sources b/sources
index ec29b93..c375744 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8b5f1c3be3ef56ee0937c253409b634  anaconda-21.48.1.tar.bz2
+30607e586711b0788bb3332e1465f827  anaconda-21.48.2.tar.bz2


More information about the scm-commits mailing list