From 90ab90c964123e06cf23818e7472830354b8d997 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 07 2015 02:11:50 +0000 Subject: - Add rc-release target (bcl) - Change --skip-tx to --skip-zanata in scratch-bumpver (bcl) - Add --newrelease to makebumpver (bcl) - Improve the addon repo name collision code (#1125322) (bcl) - Fix the import of mountExistingSystem (vpodzime) - Fix import error in anaconda-cleanup. (sbueno+anaconda) - Use the new static method to get possible PE sizes (vpodzime) - Try using the global LUKS passphrase if none is given for LV/part (#1196112) (vpodzime) - Fix the help button mnemonic display on spokes (dshea) - Only set the hub message if the message has changed (dshea) - Wrap the info bar in a GtkRevealer (dshea) - Add links to clickable warning and error messages. (dshea) - Add a test to look for clickable messages that aren't clickable enough. (dshea) - Increment the widgets version number (dshea) - Allow markup and links in the info bar. (dshea) - Add more links to gtk-doc comments (dshea) - Handle New_Repository name collision source spoke (#1125322) (bcl) - Fix a bad usage of execWithRedirect (#1197290) (dshea) - Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens) - Use the LUKS device for swap in fstab (#1196200) (vpodzime) - Clear TUI source spoke errors that may have been leftover from a prior attempt. (#1192259) (sbueno+anaconda) --- diff --git a/.gitignore b/.gitignore index 1efa36a..3f7e979 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /anaconda-22.20.tar.bz2 /anaconda-23.0.tar.bz2 /anaconda-23.1.tar.bz2 +/anaconda-23.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 11b9416..a5f4bd6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.1 +Version: 23.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -84,7 +84,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: dnf >= %{dnfver} Requires: python-dnf >= %{dnfver} -Requires: python-blivet >= 1:1.0 +Requires: python-blivet >= 1:1.1 Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python @@ -308,6 +308,32 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 06 2015 Brian C. Lane - 23.2-1 +- Add rc-release target (bcl) +- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl) +- Add --newrelease to makebumpver (bcl) +- Improve the addon repo name collision code (#1125322) (bcl) +- Fix the import of mountExistingSystem (vpodzime) +- Fix import error in anaconda-cleanup. (sbueno+anaconda) +- Use the new static method to get possible PE sizes (vpodzime) +- Try using the global LUKS passphrase if none is given for LV/part (#1196112) + (vpodzime) +- Fix the help button mnemonic display on spokes (dshea) +- Only set the hub message if the message has changed (dshea) +- Wrap the info bar in a GtkRevealer (dshea) +- Add links to clickable warning and error messages. (dshea) +- Add a test to look for clickable messages that aren't clickable enough. + (dshea) +- Increment the widgets version number (dshea) +- Allow markup and links in the info bar. (dshea) +- Add more links to gtk-doc comments (dshea) +- Handle New_Repository name collision source spoke (#1125322) (bcl) +- Fix a bad usage of execWithRedirect (#1197290) (dshea) +- Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens) +- Use the LUKS device for swap in fstab (#1196200) (vpodzime) +- Clear TUI source spoke errors that may have been leftover from a prior + attempt. (#1192259) (sbueno+anaconda) + * Fri Feb 27 2015 Brian C. Lane - 23.1-1 - Make sure python2 dnf is required (bcl) - Fix pykickstart requirement. (clumens) diff --git a/sources b/sources index bb30291..91b68e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9342796de444b43bf7b59e5f10e1727 anaconda-23.1.tar.bz2 +909a6edadaf0b2f375ec14305e27392e anaconda-23.2.tar.bz2