From d72d911d1f1c9a547617dd7e634056a7f52f3585 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 --- python3-smspdudecoder.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python3-smspdudecoder.spec b/python3-smspdudecoder.spec index c72a3ed..6304cc2 100644 --- a/python3-smspdudecoder.spec +++ b/python3-smspdudecoder.spec @@ -13,13 +13,14 @@ Group: Libraries/Python Source0: https://github.com/Qotto/smspdudecoder/archive/%{version}.tar.gz # Source0-md5: d76e2a506ee62364399cc3e46de41aaf URL: https://github.com/Qotto/smspdudecoder/ -BuildRequires: python3-modules >= 3.6 +BuildRequires: python3-modules >= 1:3.6 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 %if %{with tests} BuildRequires: python3-bitstring %endif BuildRequires: python3-setuptools +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This library will help you to decode raw SMS data you can get from a -- 2.44.0