Browse code

update pmd-0.0.5-3

Change-Id: I02c368cc18a6646af3f6b7051176c9274fd944d4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4127
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
Tested-by: Sharath George

Priyesh Padmavilasom authored on 2017/10/25 10:45:53
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@
9 9
 Summary:	Photon Management Daemon
10 10
 Name:		pmd
11 11
 Version:	0.0.5
12
-Release:	2%{?dist}
12
+Release:	3%{?dist}
13 13
 Vendor:		VMware, Inc.
14 14
 Distribution:	Photon
15 15
 License:	Apache 2.0
... ...
@@ -36,9 +36,8 @@ BuildRequires:	netmgmt-cli-devel
36 36
 BuildRequires:	netmgmt-devel
37 37
 BuildRequires:	tdnf-devel >= 1.2.0
38 38
 BuildRequires:  lightwave-devel
39
-Source0:	%{name}-%{version}.tar.gz
39
+Source0:	%{name}-%{version}-3.tar.gz
40 40
 %define sha1 pmd=b49e8ab237da29010ebcd2728a3b767a9e0a633e
41
-Patch0:         pmd-local-rpc-and-coverity-scan.patch
42 41
 
43 42
 %description
44 43
 Photon Management Daemon
... ...
@@ -88,7 +87,6 @@ Python3 bindings for photon management daemon
88 88
 
89 89
 %prep
90 90
 %setup -q
91
-%patch0 -p1
92 91
 
93 92
 %build
94 93
 sed -i 's/pmd, 0.0.1/pmd, 0.0.5/' configure.ac
... ...
@@ -307,6 +305,8 @@ rm -rf %{buildroot}/*
307 307
     %{_python3_sitearch}/%{name}_python-*.egg-info
308 308
 
309 309
 %changelog
310
+*       Tue Oct 24 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.0.5-3
311
+-       Bug fixes and net commands fixes
310 312
 *       Sat Sep 30 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.0.5-2
311 313
 -       Apply patch for local rpc connection separation
312 314
 -       patch for couple of minor coverity scan fixes.