From f434f08478bfd1de4279e9155dbc3ddb90851fbf Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 20 Jan 2017 10:00:24 +0100 Subject: [PATCH] Add BuildRequires: python to fix FTBFS (BZ#1415000). - Resolves: rhbz#1415000 --- realmd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/realmd.spec b/realmd.spec index f89a7bb..d5b5649 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,6 +1,6 @@ Name: realmd Version: 0.16.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Kerberos realm enrollment service License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/realmd/ @@ -21,6 +21,7 @@ BuildRequires: krb5-devel BuildRequires: systemd-devel BuildRequires: libxslt BuildRequires: xmlto +BuildRequires: python Requires: authconfig @@ -78,6 +79,9 @@ make install DESTDIR=%{buildroot} %doc ChangeLog %changelog +* Thu Jan 19 2017 Merlin Mathesius - 0.16.3-3 +- Add BuildRequires: python to fix FTBFS (BZ#1415000). + * Tue Dec 13 2016 Sumit Bose - 0.16.3-2 - Resolves: rhbz#1401605