From f53bcd19f418cf62cbd46ff44fb1d09fb1613758 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jan 11 2014 00:51:11 +0000 Subject: - Use blivet.size.Size for all size quantities. (dlehman) - make anaconda-shell (wwoods) - handle "ks=cdrom[:]" on systems with multiple CDs (#1049237) (wwoods) - dracut: add when_any_cdrom_appears for cdrom autoprobe (wwoods) - dracut: minor shell cleanup (wwoods) - fix inst.noshell (#807703) (wwoods) - Error gracefully if we have a question in cmdline mode. (#869731) (sbueno+anaconda) - Verify that designated label can be set (#1038590) (amulhern) - Do not change sensitivity of label field (#1038590) (amulhern) - Make the clear icon functional in language spoke. (sbueno+anaconda) - Fix the translated pango markup check (dshea) - Remove iutil.strip_markup. (dshea) - Pass additional command-line arguments to pylint (dshea) - Fix and ignore markup warnings where appropriate (dshea) - Check that the Pango markup in glade files is valid (dshea) - Added a pylint module to check pango markup. (dshea) - Split the po-based translation code into a separate file. (dshea) - Fix bool parsing of boot options with inst. prefix (#1044391) (mkolman) - Use vc_keymap as X layout only if we get nothing from localed (#1048592) (vpodzime) - Warn user if entering LUKS password with non-ASCII characters (#1039168) (vpodzime) - Add back some erroneously removed set_use_underline calls (dshea) - Only show the "DATA" heading if there are data mount points under it. (clumens) - Don't allow the advanced user dialog to be saved with errors (dshea) - Move the add_check stuff into helper classes. (dshea) - Remove the UID and GID maximums. (#978846) (dshea) - Fix an invalid mnemonic widget reference in passphrase entry (dshea) - Added checks for some potential issues in glade files (dshea) - Remove scrot dependency for global screenshot support (mkolman) - Fix mnemonic widget reference id (vpodzime) --- diff --git a/.gitignore b/.gitignore index 8b617b5..f956754 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.13.tar.bz2 /anaconda-21.14.tar.bz2 /anaconda-21.15.tar.bz2 +/anaconda-21.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5e809b5..c752135 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.15 +Version: 21.16 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -89,7 +89,7 @@ The anaconda package is a metapackage for the Anaconda installer. %package core Summary: Core of the Anaconda installer Requires: dnf >= %{dnfver} -Requires: python-blivet >= 0.34 +Requires: python-blivet >= 0.35 Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python @@ -166,7 +166,6 @@ Requires: nm-connection-editor %ifarch %livearches Requires: zenity %endif -Requires: scrot Requires: keybinder3 %description gui @@ -297,6 +296,41 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jan 10 2014 Brian C. Lane - 21.16-1 +- Use blivet.size.Size for all size quantities. (dlehman) +- make anaconda-shell (wwoods) +- handle "ks=cdrom[:]" on systems with multiple CDs (#1049237) (wwoods) +- dracut: add when_any_cdrom_appears for cdrom autoprobe (wwoods) +- dracut: minor shell cleanup (wwoods) +- fix inst.noshell (#807703) (wwoods) +- Error gracefully if we have a question in cmdline mode. (#869731) + (sbueno+anaconda) +- Verify that designated label can be set (#1038590) (amulhern) +- Do not change sensitivity of label field (#1038590) (amulhern) +- Make the clear icon functional in language spoke. (sbueno+anaconda) +- Fix the translated pango markup check (dshea) +- Remove iutil.strip_markup. (dshea) +- Pass additional command-line arguments to pylint (dshea) +- Fix and ignore markup warnings where appropriate (dshea) +- Check that the Pango markup in glade files is valid (dshea) +- Added a pylint module to check pango markup. (dshea) +- Split the po-based translation code into a separate file. (dshea) +- Fix bool parsing of boot options with inst. prefix (#1044391) (mkolman) +- Use vc_keymap as X layout only if we get nothing from localed (#1048592) + (vpodzime) +- Warn user if entering LUKS password with non-ASCII characters (#1039168) + (vpodzime) +- Add back some erroneously removed set_use_underline calls (dshea) +- Only show the "DATA" heading if there are data mount points under it. + (clumens) +- Don't allow the advanced user dialog to be saved with errors (dshea) +- Move the add_check stuff into helper classes. (dshea) +- Remove the UID and GID maximums. (#978846) (dshea) +- Fix an invalid mnemonic widget reference in passphrase entry (dshea) +- Added checks for some potential issues in glade files (dshea) +- Remove scrot dependency for global screenshot support (mkolman) +- Fix mnemonic widget reference id (vpodzime) + * Tue Jan 07 2014 Brian C. Lane - 21.15-1 - Use the new Gtk.ListBox for displaying environments and addons (#1039683). (clumens) diff --git a/sources b/sources index 74a41de..d6b1278 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64d0761044e232e2ed64fde68a1c58d4 anaconda-21.15.tar.bz2 +a19c8f6e8aea94f05f54669096c5692e anaconda-21.16.tar.bz2