diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 7ea2be6..7a1896f 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 29 15:28:21 UTC 2013 - speilicke@suse.com + +- Don't drop shipped setuptools / pip, they've been fetched from the + interwebs previously. It doesn't make sense to use the (currently + matching) system equivalents, it's meant to be self-contained + ------------------------------------------------------------------- Mon Jul 29 14:39:38 UTC 2013 - speilicke@suse.com diff --git a/python-virtualenv.spec b/python-virtualenv.spec index c56641b..8e45928 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -62,7 +62,6 @@ libraries either). %prep %setup -q -n virtualenv-%{version} -rm virtualenv_support/*.gz # Remove in-tree libraries that are available as packages too %build python setup.py build