[anaconda] - Use raid RAID level constants instead of mdraid RAID level constants. (amulhern) - Use level obj

Brian C. Lane bcl at fedoraproject.org
Thu Nov 28 01:24:27 UTC 2013


commit 402b3719ba5075132673c657d24047252549b085
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Nov 27 17:23:53 2013 -0800

    - Use raid RAID level constants instead of mdraid RAID level constants.
      (amulhern)
    - Use level objects instead of level integer codes. (amulhern)
    - clear software environment (#1029536) (bcl)
    - Update source on errors (#1030997) (bcl)
    - Fix errors in kickstart.py. (dshea)
    - Update gettext.txt (dshea)
    - Don't allow bootloader and /boot on iSCSI on s390 (#1034222) (vpodzime)
    - Round float values coming from the Gtk stack (#1013586) (vpodzime)
    - Generate missing machine-id (bcl)
    - Fix problems reported by pylint. (dshea)
    - Add HDD ISO support for TUI (#1000327) (mkolman)
    - Use a directory in build tree for pylint data. (dshea)
    - Remove MOSTLYCLEANDIRS from Makefile.am (dshea)
    - fixup spec for fedup (bcl)

 .gitignore    |    1 +
 anaconda.spec |   20 ++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdf8723..a644166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -119,3 +119,4 @@ anaconda-15.2.tar.bz2
 /anaconda-21.8.tar.bz2
 /anaconda-21.9.tar.bz2
 /anaconda-21.10.tar.bz2
+/anaconda-21.11.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4dc3334..2637bd2 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.10
+Version: 21.11
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -295,6 +295,23 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Wed Nov 27 2013 Brian C. Lane <bcl at redhat.com> - 21.11-1
+- Use raid RAID level constants instead of mdraid RAID level constants.
+  (amulhern)
+- Use level objects instead of level integer codes. (amulhern)
+- clear software environment (#1029536) (bcl)
+- Update source on errors (#1030997) (bcl)
+- Fix errors in kickstart.py. (dshea)
+- Update gettext.txt (dshea)
+- Don't allow bootloader and /boot on iSCSI on s390 (#1034222) (vpodzime)
+- Round float values coming from the Gtk stack (#1013586) (vpodzime)
+- Generate missing machine-id (bcl)
+- Fix problems reported by pylint. (dshea)
+- Add HDD ISO support for TUI (#1000327) (mkolman)
+- Use a directory in build tree for pylint data. (dshea)
+- Remove MOSTLYCLEANDIRS from Makefile.am (dshea)
+- fixup spec for fedup (bcl)
+
 * Mon Nov 25 2013 Brian C. Lane <bcl at redhat.com> - 21.10-1
 - Cleanup anaconda.spec.in (bcl)
 - Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
@@ -1103,4 +1120,3 @@ update-desktop-database &> /dev/null || :
 
 * Tue Jul 09 2013 Brian C. Lane <bcl at redhat.com> - 20.1-1
 - bump major version number
-
diff --git a/sources b/sources
index 56eadda..7d87e6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f06aac19895f611c07d65c6443d5a81b  anaconda-21.10.tar.bz2
+d52fcb220c5dbb54b31f16610e9c0440  anaconda-21.11.tar.bz2


More information about the scm-commits mailing list