Browse code

Packaging python3 files for jmes package

Change-Id: I6970ca0f739fd528c10ccdc349d8de446e547308
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4569
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Kumar Kaushik authored on 2017/12/27 08:45:20
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 Summary:        Query Language for JSON
6 6
 Name:           python-jmespath
7 7
 Version:        0.9.3
8
-Release:        1%{?dist}
8
+Release:        2%{?dist}
9 9
 License:        MIT
10 10
 Group:          Development/Languages/Python
11 11
 Vendor:         VMware, Inc.
... ...
@@ -65,10 +65,13 @@ popd
65 65
 %{python2_sitelib}/*
66 66
 %{_bindir}/jp.py
67 67
 
68
+%files -n  python3-jmespath
68 69
 %defattr(-,root,root)
69 70
 %{python3_sitelib}/*
70 71
 %{_bindir}/jp.py-%{python3_version}
71 72
 
72 73
 %changelog
74
+*   Tue Dec 26 2017 Kumar Kaushik <kaushikk@vmware.com> 0.9.3-2
75
+-   Packaging python3 files.
73 76
 *   Mon Dec 18 2017 Kumar Kaushik <kaushikk@vmware.com> 0.9.3-1
74 77
 -   Initial packaging for photon.