From 5e2b82dc901af3192a7847f3288e8a5c7053c6a3 Mon Sep 17 00:00:00 2001 From: small_leek Date: Mon, 13 Jan 2020 03:46:07 -0500 Subject: [PATCH 1/2] modify spec --- python-pytest-virtualenv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest-virtualenv.spec b/python-pytest-virtualenv.spec index 867578e..46a6721 100644 --- a/python-pytest-virtualenv.spec +++ b/python-pytest-virtualenv.spec @@ -1,7 +1,7 @@ %global with_tests 0%{?_with_tests:1} Name: python-pytest-virtualenv Version: 1.2.11 -Release: 10 +Release: 11 Summary: Virtualenv fixture for py.test License: MIT URL: https://pypi.python.org/pypi/pytest-virtualenv @@ -42,7 +42,7 @@ Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what's installed. %prep -%autosetup -n pytest-virtualenv-%{version} -p1 +%autosetup -n pytest-virtualenv-%{version} %build %py2_build From dde073ec04ebf0f677e3b3e3f18fd1432693e63f Mon Sep 17 00:00:00 2001 From: small_leek Date: Mon, 13 Jan 2020 03:48:16 -0500 Subject: [PATCH 2/2] modify spec --- python-pytest-virtualenv.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-pytest-virtualenv.spec b/python-pytest-virtualenv.spec index 46a6721..278763c 100644 --- a/python-pytest-virtualenv.spec +++ b/python-pytest-virtualenv.spec @@ -67,5 +67,8 @@ The fixture has utility methods to install packages and list what's installed. %{python3_sitelib}/* %changelog +* Mon Jan 13 2020 Senlin Xia - 1.2.11-11 +- Modify %prep + * Wed Jan 08 2020 gulining - 1.2.11-10 - Pakcage init