[anaconda] New version - 20.1

Brian C. Lane bcl at fedoraproject.org
Tue Jul 9 23:38:15 UTC 2013


commit b5448bce0099ac9194b06fdd42691f7766e7a2eb
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Jul 9 16:36:00 2013 -0700

    New version - 20.1
    
    First build for f20. Includes everything from 19.30.13 as well as
    commits from master that didn't make it into f19.

 .gitignore    |    1 +
 anaconda.spec |   15 ++++++++++-----
 sources       |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4ee889..ef0703f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,3 +83,4 @@ anaconda-15.2.tar.bz2
 /anaconda-19.28.tar.bz2
 /anaconda-19.29.tar.bz2
 /anaconda-19.30.tar.bz2
+/anaconda-20.1.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 839b924..d82af0f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 19.30
+Version: 20.1
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -21,8 +21,8 @@ Source0: %{name}-%{version}.tar.bz2
 %define gconfversion 2.28.1
 %define intltoolver 0.31.2-3
 %define libnlver 1.0
-%define pykickstartver 1.99.30
-%define yumver 3.4.3-32
+%define pykickstartver 1.99.33
+%define yumver 3.4.3-91
 %define partedver 1.8.1
 %define pypartedver 2.5-2
 %define pythonpyblockver 0.45
@@ -40,6 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
 %define iscsiver 6.2.0.870-3
 %define rpmver 4.10.0
 %define libarchivever 3.0.4
+%define langtablever 0.0.5-1
 
 BuildRequires: audit-libs-devel
 BuildRequires: gettext >= %{gettextver}
@@ -79,7 +80,7 @@ BuildRequires: s390utils-devel
 %endif
 
 Requires: anaconda-widgets = %{version}-%{release}
-Requires: python-blivet >= 0.12
+Requires: python-blivet >= 0.18
 Requires: gnome-icon-theme-symbolic
 Requires: python-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
@@ -92,6 +93,8 @@ Requires: python-urlgrabber >= %{pythonurlgrabberver}
 Requires: system-logos
 Requires: pykickstart >= %{pykickstartver}
 Requires: python-babel
+Requires: langtable-data >= %{langtablever}
+Requires: langtable-python >= %{langtablever}
 Requires: libuser-python
 Requires: authconfig
 Requires: firewalld >= %{firewalldver}
@@ -253,7 +256,9 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
-* Wed May 22 2013 Brian C. Lane <bcl at redhat.com> - 19.30-1
+* Tue Jul 09 2013 Brian C. Lane <bcl at redhat.com> - 20.1-1
+
+* Thu May 23 2013 Brian C. Lane <bcl at redhat.com> - 19.30-1
 - Fix software selection in text UI. (#965974) (sbueno+anaconda)
 - Don't call _update_summary from within _add_disk_overview. (clumens)
 - getDisks should not return a list that has duplicates in it. (clumens)
diff --git a/sources b/sources
index 18c0442..2ebb559 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94925a365386f6ced9f66cd304309815  anaconda-19.30.tar.bz2
+020cf51af0ac7be59e03a5f5b02cbad7  anaconda-20.1.tar.bz2


More information about the scm-commits mailing list