From d3458081065f76c0013ac26ccde646674d3d7c31 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Aug 16 2017 15:57:47 +0000 Subject: Add a build-time dependency on python2-devel --- diff --git a/debconf.spec b/debconf.spec index 8c8b422..2b2b80c 100644 --- a/debconf.spec +++ b/debconf.spec @@ -1,6 +1,6 @@ Name: debconf Version: 1.5.60 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Debian configuration management system Group: Development/Tools @@ -10,7 +10,7 @@ Source0: http://ftp.de.debian.org/debian/pool/main/d/%{name}/%{name}_%{ve Patch1: debconf-1.5.49-python_version_support.patch BuildArch: noarch -BuildRequires: python +BuildRequires: python2-devel BuildRequires: po4a >= 0.23 BuildRequires: gettext >= 0.13 BuildRequires: perl-generators @@ -183,7 +183,7 @@ done %{_bindir}/debconf-show %{_sbindir}/dpkg-preconfigure %{_sbindir}/dpkg-reconfigure -%{python_sitelib}/debconf.* +%{python2_sitelib}/debconf.* %exclude /usr/lib/python3 %{perl_vendorlib}/Debconf %{perl_vendorlib}/Debian @@ -247,6 +247,9 @@ done %changelog +* Wed Aug 16 2017 Iryna Shcherbina - 1.5.60-5 +- Add a build-time dependency on python2-devel + * Wed Jul 26 2017 Fedora Release Engineering - 1.5.60-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild