[anaconda] - We now need to BuildRequire dbus-python. (clumens)

Christopher Edward Lumens clumens at fedoraproject.org
Fri Oct 29 17:17:35 UTC 2010


commit c38330cf6b7fc1cb3b6cbb4ea9d659ec1eb0f96d
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Oct 29 13:16:36 2010 -0400

    - We now need to BuildRequire dbus-python. (clumens)

 .gitignore    |    1 +
 anaconda.spec |    7 +++++--
 sources       |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81eccb5..e2bc6e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ anaconda-15.2.tar.bz2
 /anaconda-15.3.tar.bz2
 /anaconda-15.4.tar.bz2
 /anaconda-15.5.tar.bz2
+/anaconda-15.6.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index dd335b0..1787b06 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 15.5
+Version: 15.6
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -81,7 +81,7 @@ BuildRequires: yum >= %{yumver}
 BuildRequires: zlib-devel
 BuildRequires: NetworkManager-devel >= %{nmver}
 BuildRequires: NetworkManager-glib-devel >= %{nmver}
-BuildRequires: dbus-devel >= %{dbusver}
+BuildRequires: dbus-devel >= %{dbusver}, dbus-python
 BuildRequires: system-config-keyboard >= %{sckeyboardver}
 %ifarch %livearches
 BuildRequires: desktop-file-utils
@@ -227,6 +227,9 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Fri Oct 29 2010 Chris Lumens <clumens at redhat.com> - 15.6-1
+- We now need to BuildRequire dbus-python. (clumens)
+
 * Fri Oct 29 2010 Chris Lumens <clumens at redhat.com> - 15.5-1
 - ui: mnemonics for autopartitioning type. (akozumpl)
 - hwclock lives in /sbin now. (akozumpl)
diff --git a/sources b/sources
index ac8bec0..87374d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5248cc4f2c97aee499932dfb1ed43ca8  anaconda-15.5.tar.bz2
+7f48009052868d316b08a189a7bc54d3  anaconda-15.6.tar.bz2


More information about the scm-commits mailing list