From 95cf8d3e98fa575c0195f3bd588c8b5886d3c868 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 16 Sep 2020 14:29:16 +0200 Subject: [PATCH] Avoid using bindir macro in BuildRequires This breaks flatpak module builds when apps are built with /app prefix but build root contents has /usr prefix. --- python-pexpect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 4c47c8b..f0dbe7e 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -5,13 +5,13 @@ Name: python-%{modname} Summary: Unicode-aware Pure Python Expect-like module Version: 4.8.0 -Release: 4%{?dist} +Release: 5%{?dist} License: ISC URL: https://github.com/pexpect/pexpect Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz -BuildRequires: %{_bindir}/man +BuildRequires: /usr/bin/man %if %{with check} BuildRequires: openssl BuildRequires: python-unversioned-command @@ -84,6 +84,9 @@ TRAVIS=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Wed Sep 16 2020 Kalev Lember - 4.8.0-5 +- Avoid using bindir macro in BuildRequires + * Wed Jul 29 2020 Fedora Release Engineering - 4.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild