diff --git a/.gitignore b/.gitignore index 2dd3eb1..b7977c7 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.2.tar.bz2 /anaconda-20.3.tar.bz2 /anaconda-20.4.tar.bz2 +/anaconda-20.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 512bf4f..792dcaa 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.4 +Version: 20.5 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -254,6 +254,26 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Aug 08 2013 Brian C. Lane - 20.5-1 +- Don't wait for systemctl shutdown command to exit (#974383) (bcl) +- Fix the logging of the spice-vdagent status (dshea) +- Update PYTHONPATH so unit tests work right out of the source tree. (clumens) +- Don't check for a firstboot service file before processing the command. + (clumens) +- Strengthen the services command processing a bit. (clumens) +- Start spice-vdagent (#969405) (dshea) +- Skip password strength check for kickstart passwords (#986490) (dshea) +- Network spoke: fix refresh of device IP configuration (rvykydal) +- Add unsupported hardware dialog (#872728) (bcl) +- storage.py -> system.py in POTFILES.in (clumens) +- border_width=5 -> border_width=6 (clumens) +- No need to call threads_init anymore (bcl) +- Consolidate storage and networking under one category (#973013). (clumens) +- When doing a live install, set the ks method appropriately (#986069). + (clumens) +- Check that we're doing an HD install before examining the attr (#989428). + (clumens) + * Thu Aug 01 2013 Brian C. Lane - 20.4-1 - POTFILES.in: rename time.py to time_spoke.py (bcl) - Only move INSTALL_TREE when it is mounted (#888196) (bcl) diff --git a/sources b/sources index 4ac5ee9..f34f170 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -782f8bcaba760e9dd40aac01c0265266 anaconda-20.4.tar.bz2 +ee5bc3bad37fa6559aaefd161e8c70b2 anaconda-20.5.tar.bz2