[anaconda] - Use validate_label to check whether label should be updated (#1038590) (amulhern) - Always rejec

Brian C. Lane bcl at fedoraproject.org
Fri Jan 24 01:00:09 UTC 2014


commit 3bbf8aa8f9d836aa67034e584f0f5b8a705a65be
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jan 23 17:00:07 2014 -0800

    - Use validate_label to check whether label should be updated (#1038590)
      (amulhern)
    - Always reject label if the format exists (#1038590) (amulhern)
    - Make label field always sensitive (#1038590) (amulhern)
    - Save module list after initial module load (#1050352) (bcl)
    - Require gtk3 and glib2 documentation to build (dshea)
    - Rename get_widgets_datadir to anaconda_get_widgets_datadir. (dshea)
    - Include the annotation-glossary (dshea)
    - Set device.format.label field close to where we read it (#1056139) (amulhern)
    - Install the rpmrc file to the initrd.img (#1016004) (vpodzime)
    - Give users hint about VNC password restrictions (#1053546) (vpodzime)
    - Be more liberal in what is accepted as a size unit. (dshea)
    - Remove en_spec parameters from blivet.size.Size. (dshea)

 .gitignore    |    1 +
 anaconda.spec |   19 ++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5270d2d..79ca0bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,3 +126,4 @@ anaconda-15.2.tar.bz2
 /anaconda-21.15.tar.bz2
 /anaconda-21.16.tar.bz2
 /anaconda-21.17.tar.bz2
+/anaconda-21.18.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 1b48ad5..f5658b4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.17
+Version: 21.18
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -49,6 +49,8 @@ BuildRequires: audit-libs-devel
 BuildRequires: gettext >= %{gettextver}
 BuildRequires: gtk3-devel
 BuildRequires: gtk-doc
+BuildRequires: gtk3-devel-docs
+BuildRequires: glib2-doc
 BuildRequires: gobject-introspection-devel
 BuildRequires: glade-devel
 BuildRequires: pygobject3
@@ -296,6 +298,21 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu Jan 23 2014 Brian C. Lane <bcl at redhat.com> - 21.18-1
+- Use validate_label to check whether label should be updated (#1038590)
+  (amulhern)
+- Always reject label if the format exists (#1038590) (amulhern)
+- Make label field always sensitive (#1038590) (amulhern)
+- Save module list after initial module load (#1050352) (bcl)
+- Require gtk3 and glib2 documentation to build (dshea)
+- Rename get_widgets_datadir to anaconda_get_widgets_datadir. (dshea)
+- Include the annotation-glossary (dshea)
+- Set device.format.label field close to where we read it (#1056139) (amulhern)
+- Install the rpmrc file to the initrd.img (#1016004) (vpodzime)
+- Give users hint about VNC password restrictions (#1053546) (vpodzime)
+- Be more liberal in what is accepted as a size unit. (dshea)
+- Remove en_spec parameters from blivet.size.Size. (dshea)
+
 * Tue Jan 21 2014 Brian C. Lane <bcl at redhat.com> - 21.17-1
 - Test for DataHolder Class (#1034427) (bcl)
 - Use DataHolder for TUI nfs data (#1034427) (bcl)
diff --git a/sources b/sources
index 546de8e..386daf0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-138c3c96896d4e6fbf4d5ad00ff75c5b  anaconda-21.17.tar.bz2
+c7265e3a864efbeac68b74259822d2f1  anaconda-21.18.tar.bz2


More information about the scm-commits mailing list