- 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)
This commit is contained in:
parent
9514eae600
commit
3bbf8aa8f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -126,3 +126,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-21.15.tar.bz2
|
/anaconda-21.15.tar.bz2
|
||||||
/anaconda-21.16.tar.bz2
|
/anaconda-21.16.tar.bz2
|
||||||
/anaconda-21.17.tar.bz2
|
/anaconda-21.17.tar.bz2
|
||||||
|
/anaconda-21.18.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 21.17
|
Version: 21.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -49,6 +49,8 @@ BuildRequires: audit-libs-devel
|
|||||||
BuildRequires: gettext >= %{gettextver}
|
BuildRequires: gettext >= %{gettextver}
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: gtk3-devel-docs
|
||||||
|
BuildRequires: glib2-doc
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: glade-devel
|
BuildRequires: glade-devel
|
||||||
BuildRequires: pygobject3
|
BuildRequires: pygobject3
|
||||||
@ -296,6 +298,21 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 23 2014 Brian C. Lane <bcl@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@redhat.com> - 21.17-1
|
* Tue Jan 21 2014 Brian C. Lane <bcl@redhat.com> - 21.17-1
|
||||||
- Test for DataHolder Class (#1034427) (bcl)
|
- Test for DataHolder Class (#1034427) (bcl)
|
||||||
- Use DataHolder for TUI nfs data (#1034427) (bcl)
|
- Use DataHolder for TUI nfs data (#1034427) (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user