From 3e9e3f2b10b2254dfa3ab79561a37d3acea7c8bd Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jan 06 2010 20:47:59 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index a3a7b41..9dece27 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ anaconda-13.12.tar.bz2 anaconda-13.13.tar.bz2 anaconda-13.14.tar.bz2 +anaconda-13.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 99f3fb4..fa51e4b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.14 +Version: 13.15 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -26,16 +26,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define intltoolver 0.31.2-3 %define libnlver 1.0 %define libselinuxver 1.6 -%define mkinitrdver 5.1.2-1 -%define pykickstartver 1.65 +%define pykickstartver 1.67 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 %define partedver 1.8.1 -%define pypartedver 2.1.2 +%define pypartedver 2.5-2 %define syscfgdatever 1.9.48 -%define pythonpyblockver 0.24-1 -%define libbdevidver 5.1.2-1 +%define pythonpyblockver 0.45 %define e2fsver 1.41.0 %define nmver 1:0.7.1-3.git20090414 %define dbusver 1.2.3 @@ -63,7 +61,6 @@ BuildRequires: libnl-devel >= %{libnlver} BuildRequires: libselinux-devel >= %{libselinuxver} BuildRequires: libsepol-devel BuildRequires: libxml2-python -BuildRequires: mkinitrd-devel >= %{mkinitrdver} BuildRequires: newt-devel BuildRequires: pango-devel BuildRequires: pykickstart >= %{pykickstartver} @@ -107,8 +104,6 @@ Requires: gzip Requires: dmidecode %endif Requires: python-pyblock >= %{pythonpyblockver} -Requires: libbdevid >= %{libbdevidver} -Requires: libbdevid-python Requires: libuser-python Requires: newt-python Requires: authconfig @@ -217,6 +212,14 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Jan 06 2010 Chris Lumens - 13.15-1 +- Also remove requirement for libbdevid (hdegoede). +- Update the python-pyblock version requirement, too. (clumens) +- Bump the required version numbers on a couple of components. (clumens) +- ID_BUS is not always defined (on virt, for instance) so handle that. + (clumens) +- opts should always be treated as a list inside isys.mount(). (clumens) + * Mon Jan 04 2010 Chris Lumens - 13.14-1 - Include fontconfig files needed for scaling of Meera fonts (#531742, #551363). (clumens) diff --git a/sources b/sources index 65921e1..7a11040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf002bff02ac7d850b6a91436e0fdf81 anaconda-13.14.tar.bz2 +d6a41f06e6ad86059c4298cad72a5107 anaconda-13.15.tar.bz2