From b05aea62966e14454418bafe0d7607c09402a3f2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 25 2018 09:29:04 +0000 Subject: Fix the Source0 Signed-off-by: Pierre-Yves Chibon --- diff --git a/python-subprocess32.spec b/python-subprocess32.spec index 8a07871..209c120 100644 --- a/python-subprocess32.spec +++ b/python-subprocess32.spec @@ -6,12 +6,12 @@ Name: python-subprocess32 Version: 3.2.6 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Backport of subprocess module from Python 3.2 to Python 2.* License: Python URL: http://pypi.python.org/pypi/subprocess32/ -Source0: http://python-subprocess32.googlecode.com/files/subprocess32-%{version}.tar.gz +Source0: %pypi_source subprocess32 BuildRequires: gcc BuildRequires: python2-devel @@ -57,6 +57,9 @@ PYTHONPATH=$(pwd) %{__python2} test_subprocess32.py %changelog +* Wed Jul 25 2018 Pierre-Yves Chibon - 3.2.6-15 +- Fix the Source0 (#1472109) + * Wed Jul 25 2018 Pierre-Yves Chibon - 3.2.6-14 - Use the py2 version of the macros