ralph pushed to python-virtualenvwrapper (f21). "Use virtualenvwrapper_lazy.sh by default."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 27 14:35:45 UTC 2015


>From 092d776ba9a8b994295e0f1b5c63f28dc98b1e3f Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Mon, 27 Apr 2015 10:10:47 -0400
Subject: Use virtualenvwrapper_lazy.sh by default.


diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec
index 33e60c9..3b894b3 100644
--- a/python-virtualenvwrapper.spec
+++ b/python-virtualenvwrapper.spec
@@ -2,7 +2,7 @@
 
 Name:             python-virtualenvwrapper
 Version:          4.3.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Enhancements to virtualenv
 
 Group:            Development/Languages
@@ -47,8 +47,7 @@ one project at a time without introducing conflicts in their dependencies.
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 %{__mkdir_p} %{buildroot}/%{_sysconfdir}/profile.d/
-ln -s %{_bindir}/virtualenvwrapper.sh %{buildroot}/%{_sysconfdir}/profile.d/virtualenvwrapper.sh
-
+ln -s %{_bindir}/virtualenvwrapper_lazy.sh %{buildroot}/%{_sysconfdir}/profile.d/virtualenvwrapper.sh
 
 #%%check
 # Tests won't fly in koji since they try to install stuff from pypi
@@ -60,9 +59,12 @@ ln -s %{_bindir}/virtualenvwrapper.sh %{buildroot}/%{_sysconfdir}/profile.d/virt
 %{python_sitelib}/%{modname}-%{version}*
 %{_bindir}/virtualenvwrapper.sh
 %{_bindir}/virtualenvwrapper_lazy.sh
-%{_sysconfdir}/profile.d/virtualenvwrapper.sh
+%config(noreplace) %{_sysconfdir}/profile.d/virtualenvwrapper.sh
 
 %changelog
+* Mon Apr 27 2015 Ralph Bean <rbean at redhat.com> - 4.3.2-2
+- Use virtualenvwrapper_lazy.sh by default, fixing #1213121.
+
 * Wed Feb 18 2015 Ralph Bean <rbean at redhat.com> - 4.3.2-1
 - new version
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-virtualenvwrapper.git/commit/?h=f21&id=092d776ba9a8b994295e0f1b5c63f28dc98b1e3f


More information about the scm-commits mailing list