Browse code

Cloud-init service requires python3-setuptools and python3-xml to start.

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

xiaolin-vmware authored on 2017/06/23 01:59:11
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Name:           cloud-init
4 4
 Version:        0.7.9
5
-Release:        6%{?dist}
5
+Release:        7%{?dist}
6 6
 Summary:        Cloud instance init scripts
7 7
 Group:          System Environment/Base
8 8
 License:        GPLv3
... ...
@@ -43,7 +43,8 @@ Requires:       python3-oauthlib
43 43
 Requires:       python3-jinja2
44 44
 Requires:       python3-markupsafe
45 45
 Requires:       python3-six
46
-
46
+Requires:       python3-setuptools
47
+Requires:       python3-xml
47 48
 BuildArch:      noarch
48 49
 
49 50
 %description
... ...
@@ -163,6 +164,8 @@ rm -rf $RPM_BUILD_ROOT
163 163
 
164 164
 
165 165
 %changelog
166
+*   Thu Jun 22 2017 Xiaolin Li <xiaolinl@vmware.com> 0.7.9-7
167
+-   Add python3-setuptools and python3-xml to requires.
166 168
 *   Wed Jun 07 2017 Xiaolin Li <xiaolinl@vmware.com> 0.7.9-6
167 169
 -   Add python3-setuptools and python3-xml to python3 sub package Buildrequires.
168 170
 *   Mon Jun 5 2017 Julian Vassev <jvassev@vmware.com> 0.7.9-5