Browse code

Add readline module into python2-libs (bug 1645221)

Change-Id: Icc1ee186de8220b20048d02de8a64ce069703790
Reviewed-on: http://photon-jenkins.eng.vmware.com/746
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: Sharath George

nickshize authored on 2016/04/22 15:53:54
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	A high-level scripting language
2 2
 Name:		python2
3 3
 Version:	2.7.11
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	PSF
6 6
 URL:		http://www.python.org/
7 7
 Group:		System Environment/Programming
... ...
@@ -17,6 +17,7 @@ BuildRequires:	expat >= 2.1.0
17 17
 BuildRequires:	libffi >= 3.0.13
18 18
 BuildRequires:	sqlite-autoconf
19 19
 BuildRequires:	ncurses-devel
20
+BuildRequires:	readline-devel
20 21
 Requires:	bzip2
21 22
 Requires:  	openssl
22 23
 Requires:	python2-libs = %{version}-%{release}
... ...
@@ -212,6 +213,9 @@ rm -rf %{buildroot}/*
212 212
 %{_bindir}/idle*
213 213
 
214 214
 %changelog
215
+*  	Tue Apr 26 2016 Nick Shi <nshi@vmware.com> 2.7.11-3
216
+-  	Adding readline module into python2-libs
217
+
215 218
 *   	Wed Apr 13 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.7.11-2
216 219
 -   	update python to require python-libs
217 220