Re: [Freeipa-devel] [PATCH 0074] spec file: Add dbus-python to BuildRequires

2015-12-14 Thread Jan Cholasta

On 14.12.2015 13:26, David Kupka wrote:

During work on ticket #5497 [0] the need for dbus-python in build time
was introduced but it was not added in spec file.

[0] https://fedorahosted.org/freeipa/ticket/5497


Thanks. Pushed to master under the one-liner rule: 
8b1002a18c42e8be45f0e03e7d3526179ef5b648


Honza

--
Jan Cholasta

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


[Freeipa-devel] [PATCH 0074] spec file: Add dbus-python to BuildRequires

2015-12-14 Thread David Kupka
During work on ticket #5497 [0] the need for dbus-python in build time 
was introduced but it was not added in spec file.


[0] https://fedorahosted.org/freeipa/ticket/5497
--
David Kupka
From 6d1f5532de420efbe5c5f251681b8e7496ecb065 Mon Sep 17 00:00:00 2001
From: David Kupka 
Date: Mon, 14 Dec 2015 12:16:33 +
Subject: [PATCH] spec file: Add dbus-python to BuildRequires

Commit 8d7f67e introduced the need for dbus-python during build time.

https://fedorahosted.org/freeipa/ticket/5497
---
 freeipa.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index a074c37..d8d9f11 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -98,6 +98,7 @@ BuildRequires:  python-six
 BuildRequires:  python-jwcrypto
 BuildRequires:  custodia
 BuildRequires:  libini_config-devel >= 1.2.0
+BuildRequires:  dbus-python
 
 # Build dependencies for unit tests
 BuildRequires:  libcmocka-devel
-- 
2.5.0

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code