Browse code

Update DNS servers CLI and API

Change-Id: I0a9e51d4432bdf9aafed86aa811fe76a404dac63
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1236
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
(cherry picked from commit f49a174b81147ddbdf0707ba5a737040fedd1ad5)
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1237
Reviewed-by: Vinay Kulkarni <kulkarniv@vmware.com>

vinaykul authored on 2016/07/29 06:53:11
Showing 1 changed files
... ...
@@ -1,19 +1,18 @@
1 1
 Summary:       PhotonOS Network Management Utilities
2 2
 Name:          netmgmt
3
-Version:       1.0.3
4
-Release:       2%{?dist}
3
+Version:       1.0.4
4
+Release:       1%{?dist}
5 5
 Group:         Applications/System
6 6
 Vendor:        VMware, Inc.
7 7
 License:       Apache2.0
8 8
 URL:           http://www.vmware.com
9 9
 Source0:       %{name}-%{version}.tar.gz
10
-Patch0:        netmgmt-v103-iniparser-allow-empty-keyvalue.patch
11 10
 Distribution:  Photon
12 11
 BuildRequires: autoconf
13 12
 BuildRequires: glib-devel
14 13
 Requires:      glib
15 14
 Requires:      systemd >= 228
16
-%define sha1 netmgmt=c81f2226cac089a1d79d118ecca7f0a2ef873140
15
+%define sha1 netmgmt=3e10acb9ce7d7697e571f999a75036eee5e156ea
17 16
 
18 17
 %description
19 18
 Network management utilities for PhotonOS
... ...
@@ -28,7 +27,6 @@ header files and libraries for netmgmt
28 28
 
29 29
 %prep
30 30
 %setup -q
31
-%patch0 -p1
32 31
 
33 32
 %build
34 33
 autoreconf -mif
... ...
@@ -60,6 +58,8 @@ find %{buildroot} -name '*.la' -delete
60 60
 # %doc ChangeLog README COPYING
61 61
 
62 62
 %changelog
63
+*	Thu  Jul 28 2016 Vinay Kulkarni <kulkarniv@vmware.com> 1.0.4-1
64
+-	Update DNS servers CLI and API.
63 65
 *	Wed  Jul 20 2016 Vinay Kulkarni <kulkarniv@vmware.com> 1.0.3-2
64 66
 -	Allow ini-parser to read and carry keys with empty values.
65 67
 *	Fri  Jul 08 2016 Vinay Kulkarni <kulkarniv@vmware.com> 1.0.3-1