From e90d87b7006046d8458339279077d95a70068bdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 24 May 2019 13:41:53 +0300 Subject: [PATCH] use epoch 1 for python3 package --- python-pygpgme.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pygpgme.spec b/python-pygpgme.spec index 4af8fc5..253cc28 100644 --- a/python-pygpgme.spec +++ b/python-pygpgme.spec @@ -19,8 +19,8 @@ BuildRequires: python-devel >= 1:2.4 BuildRequires: python-modules >= 1:2.4 %endif %if %{with python3} -BuildRequires: python3-devel >= 3.2 -BuildRequires: python3-modules >= 3.2 +BuildRequires: python3-devel >= 1:3.2 +BuildRequires: python3-modules >= 1:3.2 %endif BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.710 -- 2.44.0