diff --git a/.gitignore b/.gitignore index b19f4f0..41240ed 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /anaconda-22.20.3.tar.bz2 /anaconda-22.20.4.tar.bz2 /anaconda-22.20.5.tar.bz2 +/anaconda-22.20.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ea90178..189faf0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.20.5 +Version: 22.20.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -31,6 +31,7 @@ Source0: %{name}-%{version}.tar.bz2 %define yumutilsver 1.1.11-3 %define mehver 0.23-1 %define firewalldver 0.3.5-1 +%define pythonurlgrabberver 3.9.1-5 %define utillinuxver 2.15.1 %define dracutver 034-7 %define isomd5sum 1.0.10 @@ -60,6 +61,7 @@ BuildRequires: pykickstart >= %{pykickstartver} BuildRequires: python-bugzilla %endif BuildRequires: python-devel +BuildRequires: python-urlgrabber >= %{pythonurlgrabberver} BuildRequires: python-nose BuildRequires: systemd BuildRequires: rpm-devel >= %{rpmver} @@ -90,6 +92,7 @@ Requires: rpm-python >= %{rpmver} Requires: parted >= %{partedver} Requires: pyparted >= %{pypartedver} Requires: yum >= %{yumver} +Requires: python-urlgrabber >= %{pythonurlgrabberver} Requires: python-requests Requires: pykickstart >= %{pykickstartver} Requires: langtable-data >= %{langtablever} @@ -309,6 +312,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Mar 19 2015 Samantha N. Bueno - 22.20.6-1 +- Handle /boot on btrfs for live (#1200539) (bcl) +- Switch back to urllib for determining livepayload size (dshea) +- Revert "Replace python-urlgrabber with python-requests (#1141242)" (dshea) +- Tweak tmux configuration file (jkonecny) + * Tue Mar 17 2015 Samantha N. Bueno - 22.20.5-1 - Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda) - Improve the addon repo name collision code (#1125322) (bcl) diff --git a/sources b/sources index 85b1435..97ae2bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -deb00b25666cebcd8c318c29249d8603 anaconda-22.20.5.tar.bz2 +832f35111d9c98ed6e67767136cf55fe anaconda-22.20.6.tar.bz2