Browse code

Updated irqbalance, jna, json-c, json-glib, kbd, kexec-tools, keyutils, kmod, krb5 packages to latest version

Change-Id: I39a6791bbb25a13b5f402c8b0339cbbb9b6e0272
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2243
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>

dthaluru authored on 2017/04/04 04:04:44
Showing 11 changed files
... ...
@@ -1,16 +1,18 @@
1 1
 Summary:    Irqbalance daemon
2 2
 Name:       irqbalance
3
-Version:    1.1.0
4
-Release:    4%{?dist}
3
+Version:    1.2.0
4
+Release:    1%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        https://github.com/Irqbalance/irqbalance
7 7
 Group:      System Environment/Services
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:    https://github.com/Irqbalance/%{name}/archive/v%{version}.tar.gz
11
-%define sha1 v1=bffafb547dd24a15645dbd1968c440218de6425d
11
+%define sha1 v1=d4f77b4d21ac64effc84d8b0835431c659cdeb7b
12 12
 BuildRequires:  systemd-devel
13
+BuildRequires:  glib-devel
13 14
 Requires:  systemd
15
+Requires:  glib
14 16
 %description
15 17
 Irqbalance is a daemon to help balance the cpu load generated by
16 18
 interrupts across all of a systems cpus.
... ...
@@ -47,6 +49,8 @@ install -D -m 0644 misc/irqbalance.service %{buildroot}%{_prefix}/lib/systemd/sy
47 47
 %{_datadir}/*
48 48
 
49 49
 %changelog
50
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com>  1.2.0-1
51
+-   Updated the package to version 1.2.0
50 52
 *   Fri Nov 18 2016 Anish Swaminathan <anishs@vmware.com>  1.1.0-4
51 53
 -   Change systemd dependency
52 54
 *   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.1.0-3
... ...
@@ -1,27 +1,27 @@
1
-Summary:	Java Native Access
2
-Name:		jna
3
-Version:	4.2.1
4
-Release:	6%{?dist}
5
-License:	Apache
6
-URL:		http://github.com/twall/jna
7
-Group:		Applications/System
8
-Vendor:		VMware, Inc.
9
-Distribution: 	Photon
1
+Summary:        Java Native Access
2
+Name:           jna
3
+Version:        4.4.0
4
+Release:        1%{?dist}
5
+License:        Apache
6
+URL:            http://github.com/twall/jna
7
+Group:          Applications/System
8
+Vendor:         VMware, Inc.
9
+Distribution:   Photon
10 10
 BuildArch:      x86_64
11
-Source0:	http://dl.bintray.com/vmware/photon_release_1.0_TP1_x86_64/%{name}-%{version}.tar.gz
12
-%define sha1 jna=30a1132f9ca6b3222eccd380a3f4149aa7df3f59
13
-Requires: openjre >= 1.8.0.112
14
-BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.6
11
+Source0:        https://github.com/java-native-access/jna/archive/%{version}/%{name}-%{version}.tar.gz
12
+%define sha1 jna=d9b54e98393a696f458468bc8f3167f701a9ea9f
13
+Requires:       openjre >= 1.8.0.112
14
+BuildRequires:  openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.6
15 15
 
16
-%define _prefix /var/opt/jna-4.2.1
16
+%define _prefix /var/opt/jna-4.4.0
17 17
 
18 18
 %description
19 19
 The JNA package contains libraries for interop from Java to native libraries.
20 20
 
21 21
 %package devel
22
-Summary: Sources for JNA
23
-Group: Development/Libraries
24
-Requires: jna = %{version}-%{release}
22
+Summary:    Sources for JNA
23
+Group:      Development/Libraries
24
+Requires:   jna = %{version}-%{release}
25 25
 
26 26
 %description devel
27 27
 Sources for JNA
... ...
@@ -63,8 +63,11 @@ $ANT_HOME/bin/ant -Ddist=$JNA_DIST_DIR dist -Drelease=true
63 63
 %{_prefix}/doc.zip
64 64
 %{_prefix}/*javadoc.jar
65 65
 %{_prefix}/*sources.jar
66
+%{_prefix}/*.aar
66 67
 
67 68
 %changelog
69
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 4.4.0-1
70
+-   Updated package to version 4.4.0
68 71
 *   Wed Dec 21 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.2.1-6
69 72
 -   Updated JAVA_HOME path to point to latest JDK.
70 73
 *   Tue Oct 04 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.2.1-5
... ...
@@ -1,13 +1,13 @@
1
-Summary:	A JSON implementation in C
2
-Name:		json-c
3
-Version:	0.12
4
-Release:	2%{?dist}
5
-License:        MIT
6
-URL:            https://github.com/json-c/json-c/wiki
7
-Source0:        https://s3.amazonaws.com/json-c_releases/releases/json-c-0.12.tar.gz
8
-%define sha1 json-c=5580aad884076c219d41160cbd8bc12213d12c37
1
+Summary:    A JSON implementation in C
2
+Name:       json-c
3
+Version:    0.12.1
4
+Release:    1%{?dist}
5
+License:    MIT
6
+URL:        https://github.com/json-c/json-c/wiki
7
+Source0:    https://s3.amazonaws.com/json-c_releases/releases/json-c-0.12.1.tar.gz 
8
+%define sha1 json-c=e7fcdbe41f1f3307c036f4e9e04b715de533896e
9 9
 Group:		System Environment/Base
10
-Vendor:		VMware, Inc.
10
+Vendor:	    VMware, Inc.
11 11
 Distribution:	Photon
12 12
 %description
13 13
 JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
... ...
@@ -47,6 +47,8 @@ make %{?_smp_mflags} check
47 47
 %{_libdir}/libjson-c.so
48 48
 %{_libdir}/pkgconfig/json-c.pc
49 49
 %changelog
50
+*	Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 0.12.1-1
51
+-	Updated package to version 0.12.1
50 52
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.12-2
51 53
 -	GA - Bump release of all rpms
52 54
 *	Wed Jun 17 2015 Divya Thaluru <dthaluru@vmware.com> 0.12-1
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:    	Library providing serialization and deserialization support for the JSON format
2 2
 Name:       	json-glib
3
-Version:    	1.0.4
4
-Release:    	3%{?dist}
3
+Version:    	1.2.8
4
+Release:    	1%{?dist}
5 5
 License:    	LGPLv2+
6 6
 Group:      	Development/Libraries
7
-Source0:    	http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.0/%{name}-%{version}.tar.xz
8
-%define sha1 json-glib=efdf5a66d1d8fb504448a40ba2352bbfef301074
7
+Source0:    	http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.2/%{name}-%{version}.tar.xz
8
+%define sha1 json-glib=f340a7d4c645bb26ec1b0feccb80346094ee2f05
9 9
 URL:        	http://live.gnome.org/JsonGlib
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -25,7 +25,7 @@ BuildRequires:	docbook-xsl
25 25
 BuildRequires:	libxslt
26 26
 BuildRequires:	docbook-xml
27 27
 Requires:	glib
28
-Provides:	pkgconfig(json-glib-1.0)
28
+Provides:	pkgconfig(json-glib-1.2)
29 29
 
30 30
 %description
31 31
 JSON-GLib is a library providing serialization and deserialization
... ...
@@ -92,13 +92,15 @@ rm -rf $RPM_BUILD_ROOT
92 92
 %{_libdir}/girepository-1.0/Json-1.0.typelib
93 93
 
94 94
 %changelog
95
-*       Thu Oct 06 2016 ChangLee <changlee@vmware.com> 1.0.4-3
96
--       Modified %check
97
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.4-2
98
--	GA - Bump release of all rpms
99
-* 	Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  1.0.4-1
100
-- 	Upgrade to 1.0.4
101
-*	Mon Jul 6 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.2-3
102
--	Added more requirements for devel subpackage.
103
-*	Fri Jun 26 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.2-2
104
--	Added Provides:	pkgconfig(json-glib-1.0)
95
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 1.2.8-1
96
+-   Updated package to version 1.2.8
97
+*   Thu Oct 06 2016 ChangLee <changlee@vmware.com> 1.0.4-3
98
+-   Modified %check
99
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.4-2
100
+-   GA - Bump release of all rpms
101
+*   Thu Feb 25 2016 Anish Swaminathan <anishs@vmware.com>  1.0.4-1
102
+-   Upgrade to 1.0.4
103
+*   Mon Jul 6 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.2-3
104
+-   Added more requirements for devel subpackage.
105
+*   Fri Jun 26 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.2-2
106
+-   Added Provides:	pkgconfig(json-glib-1.0)
105 107
new file mode 100644
... ...
@@ -0,0 +1,250 @@
0
+Submitted By: Matt Burgess
1
+Date: 2008-12-06
2
+Initial Package Version: 1.15
3
+Upstream Status: Not submitted, possibly incomplete
4
+Description: Makes Backspace and Delete keys consistent in all i386 keymaps.
5
+Makes the Backspace key send character code 127, and Delete send a well known
6
+escape sequence. Obsoletes the /etc/kbd/bs-sends-del file for i386.
7
+
8
+Original patch for 1.12 by Alexander Patrakov.
9
+Updated for 1.13 (drop ru.map, the change is upstream, and add ru_win.map,
10
+ru-cp1251.map) by Ken Moffat <ken at linuxfromscratch dot org>.
11
+Re-diffed against 1.15 by Matt Burgess <matthew at linuxfromscratch.org>.
12
+
13
+diff -Naur kbd-1.15.orig/data/keymaps/i386/dvorak/dvorak-l.map kbd-1.15/data/keymaps/i386/dvorak/dvorak-l.map
14
+--- kbd-1.15.orig/data/keymaps/i386/dvorak/dvorak-l.map	2008-06-20 12:36:01.000000000 +0100
15
+@@ -43,7 +43,7 @@
16
+ 		keycode  11 = three		numbersign
17
+ 		keycode  12 = two		at
18
+ 		keycode  13 = one		exclam
19
+-		keycode  14 = BackSpace		Delete
20
++		keycode  14 = Delete		Delete
21
+ ! --------------------------------------------------------------------------
22
+ ! Row 3
23
+ ! --------------------------------------------------------------------------
24
+diff -Naur kbd-1.15.orig/data/keymaps/i386/dvorak/dvorak-r.map kbd-1.15/data/keymaps/i386/dvorak/dvorak-r.map
25
+--- kbd-1.15.orig/data/keymaps/i386/dvorak/dvorak-r.map	2008-06-20 12:36:01.000000000 +0100
26
+@@ -43,7 +43,7 @@
27
+ 		keycode  11 = slash		question
28
+ 		keycode  12 = bracketleft	braceleft
29
+ 		keycode  13 = bracketright	braceright
30
+-		keycode  14 = BackSpace		Delete
31
++		keycode  14 = Delete		Delete
32
+ ! --------------------------------------------------------------------------
33
+ ! Row 3
34
+ ! --------------------------------------------------------------------------
35
+diff -Naur kbd-1.15.orig/data/keymaps/i386/fgGIod/tr_f-latin5.map kbd-1.15/data/keymaps/i386/fgGIod/tr_f-latin5.map
36
+--- kbd-1.15.orig/data/keymaps/i386/fgGIod/tr_f-latin5.map	2008-10-23 20:03:58.000000000 +0100
37
+@@ -51,7 +51,7 @@
38
+ 	alt     keycode  12 = Meta_minus      
39
+ keycode  13 = minus            underscore      
40
+ 	alt     keycode  13 = Meta_equal      
41
+-keycode  14 = BackSpace           Delete          
42
++keycode  14 = Delete           Delete          
43
+ 	alt     keycode  14 = Meta_Delete     
44
+ keycode  15 = Tab              Meta_Tab             
45
+ 	alt     keycode  15 = Meta_Tab        
46
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/lt.l4.map kbd-1.15/data/keymaps/i386/qwerty/lt.l4.map
47
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/lt.l4.map	2008-10-23 20:03:59.000000000 +0100
48
+@@ -205,7 +205,7 @@
49
+ #	edit this if you want the key above <Enter> to delete symbols above
50
+ # cursor, not before.
51
+ keycode  14 = \
52
+-	      BackSpace	       BackSpace	BackSpace	 BackSpace  \
53
++	      Delete	       Delete		Delete		 Delete	     \
54
+ 	      Delete	       Delete		Delete		 Delete	     \
55
+ 	      Meta_BackSpace   Meta_BackSpace	Meta_BackSpace Meta_BackSpace \
56
+ 	      Meta_Delete      Meta_Delete	Meta_Delete	 Meta_Delete  
57
+@@ -506,7 +506,7 @@
58
+ 
59
+ # Edit this if you want strict VT100 emulation.
60
+ string F111 = "\033[3$"
61
+-keycode 111 = Delete	       F111		Delete		 F111	   \
62
++keycode 111 = Remove	       F111		Remove		 F111	   \
63
+ 	      Remove	       Remove		Remove		 Remove	    \
64
+ 	      Meta_Delete      Meta_Delete	Meta_Delete	 Meta_Delete \
65
+ 	      Boot	       Boot		Boot		 Boot
66
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/lt.map kbd-1.15/data/keymaps/i386/qwerty/lt.map
67
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/lt.map	2008-10-23 20:03:59.000000000 +0100
68
+@@ -204,7 +204,7 @@
69
+ #	edit this if you want the key above <Enter> to delete symbols above
70
+ # cursor, not before.
71
+ keycode  14 = \
72
+-	      BackSpace	       BackSpace	BackSpace	 BackSpace  \
73
++	      Delete	       Delete		Delete		 Delete	     \
74
+ 	      Delete	       Delete		Delete		 Delete	     \
75
+ 	      Meta_BackSpace   Meta_BackSpace	Meta_BackSpace Meta_BackSpace \
76
+ 	      Meta_Delete      Meta_Delete	Meta_Delete	 Meta_Delete  
77
+@@ -505,7 +505,7 @@
78
+ 
79
+ # Edit this if you want strict VT100 emulation.
80
+ string F111 = "\033[3$"
81
+-keycode 111 = Delete	       F111		Delete		 F111	   \
82
++keycode 111 = Remove	       F111		Remove		 F111	   \
83
+ 	      Remove	       Remove		Remove		 Remove	    \
84
+ 	      Meta_Delete      Meta_Delete	Meta_Delete	 Meta_Delete \
85
+ 	      Boot	       Boot		Boot		 Boot
86
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/no-latin1.map kbd-1.15/data/keymaps/i386/qwerty/no-latin1.map
87
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/no-latin1.map	2008-06-20 12:36:00.000000000 +0100
88
+@@ -3,7 +3,7 @@
89
+ # Send comments to Kjetil T. Homme <kjetilho@ifi.uio.no>
90
+ include "linux-with-alt-and-altgr"
91
+ 	plain keycode  83 = KP_Comma
92
+-	plain keycode 111 = Delete		# "Remove" originally, weird...
93
++	plain keycode 111 = Remove
94
+ strings as usual
95
+ 
96
+ 	keycode   1 = Escape
97
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ru1.map kbd-1.15/data/keymaps/i386/qwerty/ru1.map
98
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ru1.map	2008-10-23 20:03:59.000000000 +0100
99
+@@ -143,8 +143,8 @@
100
+ 
101
+ # The keycode "0xFF" is too dangerous for many programs (including emacs).
102
+ # So let it be bracket instead of Hard Sign.
103
+-# altgr		keycode  27 = 	+0xDF
104
+-# altgr	shift 	keycode  27 = 	+0xFF
105
++altgr		keycode  27 = 	+0xDF
106
++altgr	shift 	keycode  27 = 	+0xFF
107
+ 	control	keycode  27 =	Control_bracketright
108
+ altgr	control	keycode  27 =	Control_bracketright
109
+ 	alt	keycode  27 =	Meta_bracketright
110
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ru2.map kbd-1.15/data/keymaps/i386/qwerty/ru2.map
111
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ru2.map	2008-10-23 20:03:59.000000000 +0100
112
+@@ -46,7 +46,7 @@
113
+ 	alt	keycode  12 =	Meta_minus
114
+ 		keycode  13 =	equal	plus		equal	plus
115
+ 	alt	keycode  13 =	Meta_equal
116
+-		keycode  14 =	BackSpace BackSpace	BackSpace BackSpace
117
++		keycode  14 =	Delete Delete	Delete Delete
118
+ 	alt	keycode  14 =	Meta_Delete
119
+ 		keycode  15 =	Tab	Tab		Tab	Tab	
120
+ 	alt	keycode  15 =	Meta_Tab	
121
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ru-cp1251.map kbd-1.15/data/keymaps/i386/qwerty/ru-cp1251.map
122
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ru-cp1251.map	2008-10-23 20:03:59.000000000 +0100
123
+@@ -39,7 +39,7 @@
124
+ 	alt	keycode  12 =	Meta_minus
125
+ 		keycode  13 =	equal	plus		equal	plus
126
+ 	alt	keycode  13 =	Meta_equal
127
+-		keycode  14 =	BackSpace
128
++		keycode  14 =	Delete
129
+ 	alt	keycode  14 =	Meta_Delete
130
+ 		keycode  15 =	Tab
131
+ 	alt	keycode  15 =	Meta_Tab	
132
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ru-ms.map kbd-1.15/data/keymaps/i386/qwerty/ru-ms.map
133
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ru-ms.map	2008-10-23 20:03:59.000000000 +0100
134
+@@ -89,8 +89,8 @@
135
+ altgr	alt     keycode  13 =    Meta_equal
136
+ 	shift alt keycode  13 = 	Meta_plus
137
+ altgr	shift alt keycode  13 = 	Meta_plus
138
+-		keycode  14 = 	BackSpace  BackSpace  BackSpace  BackSpace
139
+-#		keycode  14 = 	Delete  Delete  Delete  Delete
140
++#		keycode  14 = 	BackSpace  BackSpace  BackSpace  BackSpace
141
++		keycode  14 = 	Delete  Delete  Delete  Delete
142
+ 	alt	keycode  14 =	Meta_Delete
143
+ altgr	alt     keycode  14 = 	Meta_Delete
144
+ 		keycode  15 =	Tab	Tab		Tab	Tab	
145
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ru_win.map kbd-1.15/data/keymaps/i386/qwerty/ru_win.map
146
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ru_win.map	2008-10-23 20:03:59.000000000 +0100
147
+@@ -42,7 +42,7 @@
148
+ 	alt	keycode  12 =	Meta_minus
149
+ 		keycode  13 =	equal	plus		equal	plus
150
+ 	alt	keycode  13 =	Meta_equal
151
+-		keycode  14 =	BackSpace BackSpace	BackSpace BackSpace
152
++		keycode  14 =	Delete Delete	Delete Delete
153
+ 	alt	keycode  14 =	Meta_Delete
154
+ 		keycode  15 =	Tab	Tab		Tab	Tab	
155
+ 	alt	keycode  15 =	Meta_Tab	
156
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/se-ir209.map kbd-1.15/data/keymaps/i386/qwerty/se-ir209.map
157
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/se-ir209.map	2008-10-23 20:03:59.000000000 +0100
158
+@@ -345,7 +345,7 @@
159
+ 	keycode 109 = Next	Scroll_Forward
160
+ 	keycode 110 = Insert
161
+ 
162
+-	keycode 111 = Delete		# "Remove" originally, weird...
163
++	keycode 111 = Remove
164
+ control alt	keycode 111 = Boot
165
+ control altgr	keycode 111 = Boot
166
+ 
167
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/se-lat6.map kbd-1.15/data/keymaps/i386/qwerty/se-lat6.map
168
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/se-lat6.map	2008-10-23 20:03:59.000000000 +0100
169
+@@ -374,6 +374,6 @@
170
+ 	keycode 109 = Next	Scroll_Forward
171
+ 	keycode 110 = Insert
172
+ 
173
+-	keycode 111 = Delete		# "Remove" originally, weird...
174
++	keycode 111 = Remove
175
+ control alt	keycode 111 = Boot
176
+ control altgr	keycode 111 = Boot
177
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/tr_q-latin5.map kbd-1.15/data/keymaps/i386/qwerty/tr_q-latin5.map
178
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/tr_q-latin5.map	2008-10-23 20:03:59.000000000 +0100
179
+@@ -49,7 +49,7 @@
180
+ 	alt     keycode  12 = Meta_minus
181
+ keycode  13 = minus            underscore
182
+ 	alt     keycode  13 = Meta_equal
183
+-keycode  14 = BackSpace           Delete
184
++keycode  14 = Delete           Delete
185
+ 	alt     keycode  14 = Meta_Delete
186
+ keycode  15 = Tab              Meta_Tab
187
+ 	alt     keycode  15 = Meta_Tab
188
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ua.map kbd-1.15/data/keymaps/i386/qwerty/ua.map
189
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ua.map	2008-10-23 20:03:59.000000000 +0100
190
+@@ -249,7 +249,7 @@
191
+ 	shift ctrll ctrlr keycode  13 = plus
192
+ 	alt ctrll ctrlr keycode  13 = Meta_equal
193
+ 	shift alt ctrll ctrlr keycode  13 = Meta_plus
194
+-keycode  14 = BackSpace           Delete          
195
++keycode  14 = Delete           Delete          
196
+ 	control	keycode  14 = BackSpace       
197
+ 	alt	keycode  14 = Meta_Delete     
198
+ 	ctrlr	keycode  14 = BackSpace
199
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ua-utf.map kbd-1.15/data/keymaps/i386/qwerty/ua-utf.map
200
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ua-utf.map	2008-10-23 20:03:59.000000000 +0100
201
+@@ -250,7 +250,7 @@
202
+ 	shift ctrll ctrlr keycode  13 = plus
203
+ 	alt ctrll ctrlr keycode  13 = Meta_equal
204
+ 	shift alt ctrll ctrlr keycode  13 = Meta_plus
205
+-keycode  14 = BackSpace           Delete          
206
++keycode  14 = Delete           Delete          
207
+ 	control	keycode  14 = BackSpace       
208
+ 	alt	keycode  14 = Meta_Delete     
209
+ 	ctrlr	keycode  14 = BackSpace
210
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ua-utf-ws.map kbd-1.15/data/keymaps/i386/qwerty/ua-utf-ws.map
211
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ua-utf-ws.map	2008-10-23 20:03:59.000000000 +0100
212
+@@ -260,7 +260,7 @@
213
+ 	shift ctrll ctrlr keycode  13 = plus
214
+ 	alt ctrll ctrlr keycode  13 = Meta_equal
215
+ 	shift alt ctrll ctrlr keycode  13 = Meta_plus
216
+-keycode  14 = BackSpace           Delete          
217
++keycode  14 = Delete           Delete          
218
+ 	control	keycode  14 = BackSpace       
219
+ 	alt	keycode  14 = Meta_Delete     
220
+ 	ctrlr	keycode  14 = BackSpace
221
+diff -Naur kbd-1.15.orig/data/keymaps/i386/qwerty/ua-ws.map kbd-1.15/data/keymaps/i386/qwerty/ua-ws.map
222
+--- kbd-1.15.orig/data/keymaps/i386/qwerty/ua-ws.map	2008-10-23 20:03:59.000000000 +0100
223
+@@ -260,7 +260,7 @@
224
+ 	shift ctrll ctrlr keycode  13 = plus
225
+ 	alt ctrll ctrlr keycode  13 = Meta_equal
226
+ 	shift alt ctrll ctrlr keycode  13 = Meta_plus
227
+-keycode  14 = BackSpace           Delete          
228
++keycode  14 = Delete           Delete          
229
+ 	control	keycode  14 = BackSpace       
230
+ 	alt	keycode  14 = Meta_Delete     
231
+ 	ctrlr	keycode  14 = BackSpace
... ...
@@ -1,15 +1,15 @@
1 1
 Summary:	Key table files, console fonts, and keyboard utilities
2 2
 Name:		kbd
3
-Version:	2.0.3
4
-Release:	2%{?dist}
3
+Version:	2.0.4
4
+Release:	1%{?dist}
5 5
 License:	GPLv2
6 6
 URL:		http://ftp.altlinux.org/pub/people/legion/kbd
7 7
 Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	http://ftp.altlinux.org/pub/people/legion/kbd/%{name}-%{version}.tar.xz
11
-%define sha1 kbd=0a58dc928386f0f9c981fbefd24f05fc0b8226d7
12
-Patch0:		kbd-2.0.3-backspace-1.patch
11
+%define sha1 kbd=cf5d45c62d6af70b8b1f210d89193b52f5efb05d
12
+Patch0:		kbd-2.0.4-backspace-1.patch
13 13
 BuildRequires:	check >= 0.9.4
14 14
 %description
15 15
 The Kbd package contains key-table files, console fonts, and keyboard utilities.
... ...
@@ -46,9 +46,11 @@ make %{?_smp_mflags} check
46 46
 %{_datarootdir}/unimaps/*
47 47
 %{_mandir}/*/*
48 48
 %changelog
49
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.0.3-2
50
--	GA - Bump release of all rpms
49
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 2.0.4-1
50
+-   Updated to version 2.0.4
51
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.0.3-2
52
+-   GA - Bump release of all rpms
51 53
 *   Wed Jan 13 2016 Xiaolin Li <xiaolinl@vmware.com> 2.0.3-1
52
--	Updated to version 2.0.3
53
-*	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.0.1-1
54
--	Initial build. First version
54
+-   Updated to version 2.0.3
55
+*   Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.0.1-1
56
+-   Initial build. First version
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           kexec-tools
2 2
 Summary:        The kexec kdump tools
3
-Version:        2.0.11
4
-Release:        2%{?dist}
3
+Version:        2.0.14
4
+Release:        1%{?dist}
5 5
 License:        GPLv2
6 6
 Group:          Applications/System
7 7
 Url:            https://www.kernel.org/doc/Documentation/kdump/kdump.txt
8 8
 Source0:        https://www.kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
9
-%define sha1 kexec-tools=6160be260ab1ac28d32cdbb751302600cf664691
9
+%define sha1 kexec-tools=cc3d6155ffb2aac5cf943312b41c0f41141dc9c6
10 10
 Patch0:		kexec-tools-disable-test.patch
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
... ...
@@ -37,7 +37,9 @@ make install DESTDIR=%{buildroot}
37 37
 %doc TODO
38 38
 
39 39
 %changelog
40
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.0.11-2
41
--	GA - Bump release of all rpms
42
-* 	Fri Feb 26 2016 Anish Swaminathan <anishs@vmware.com>  2.0.11-1
43
-- 	Initial version
40
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 2.0.14-1
41
+-   Updated to version 2.0.14
42
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.0.11-2
43
+-   GA - Bump release of all rpms
44
+*   Fri Feb 26 2016 Anish Swaminathan <anishs@vmware.com>  2.0.11-1
45
+-   Initial version
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	Linux Key Management Utilities
2 2
 Name:		keyutils
3
-Version:	1.5.9
3
+Version:	1.5.10
4 4
 Release:	1%{?dist}
5 5
 License:	GPL-2.0+ and LGPL-2.1+
6 6
 URL:		http://people.redhat.com/~dhowells/keyutils/
7 7
 Source0:	http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
8
-%define sha1 keyutils=cf040adebe25eb466760f34752f4100fd5acb5e7
8
+%define sha1 keyutils=c139dc6f86d772dc608e4572d67c6e023a34a783
9 9
 Group:		System Environment/Base
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -62,5 +62,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
62 62
 %{_mandir}/man3/*
63 63
 
64 64
 %changelog
65
-*	Fri Dec 16 2016 Dheeraj Shetty <Dheerajs@vmware.com> 1.5.9-1
66
--	Initial build. First version
65
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 1.5.10-1
66
+-   Updated to version 1.5.10
67
+*   Fri Dec 16 2016 Dheeraj Shetty <Dheerajs@vmware.com> 1.5.9-1
68
+-   Initial build. First version
... ...
@@ -1,22 +1,20 @@
1 1
 Summary:	Utilities for loading kernel modules
2 2
 Name:		kmod
3
-Version:	21
4
-Release:	4%{?dist}
3
+Version:	24
4
+Release:	1%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.kernel.org/pub/linux/utils/kernel/kmod
7 7
 Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	http://www.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.xz
11
-%define sha1 kmod=b2c1a0a1f2979fd29c7b0825ed19254c332246b4
12
-Patch0:         kmod-21-fix-return-error-code.patch
11
+%define sha1 kmod=ca506c529cb66ebe12cecb85844ebebf95eb6fa6
13 12
 BuildRequires:	xz-devel
14 13
 Requires:	xz
15 14
 %description
16 15
 The Kmod package contains libraries and utilities for loading kernel modules
17 16
 %prep
18 17
 %setup -q
19
-%patch0 -p1
20 18
 %build
21 19
 ./configure \
22 20
 	--prefix=%{_prefix} \
... ...
@@ -51,8 +49,10 @@ make %{?_smp_mflags} check
51 51
 %{_includedir}/*
52 52
 %{_datadir}/bash-completion/completions/kmod
53 53
 %changelog
54
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 21-4
55
--	GA - Bump release of all rpms
54
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 24-1
55
+-   Updated to version 24
56
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 21-4
57
+-   GA - Bump release of all rpms
56 58
 *   Wed Apr 21 2016 Anish Swaminathan <anishs@vmware.com> 21-3
57 59
 -   Add patch for return code fix in error path
58 60
 *   Fri Mar 25 2016 Alexey Makhalov <amakhalov@vmware.com> 21-2
59 61
new file mode 100644
... ...
@@ -0,0 +1,11 @@
0
+--- a/src/lib/gssapi/mechglue/g_initialize.c	2017-03-02 14:06:02.000000000 -0800
1
+@@ -562,8 +562,6 @@
2
+ 		generic_gss_release_oid(&minor_status, &cf->mech_type);
3
+ 	if (cf->freeMech)
4
+ 		zapfree(cf->mech, sizeof(*cf->mech));
5
+-	if (cf->dl_handle != NULL)
6
+-		krb5int_close_plugin(cf->dl_handle);
7
+ 	if (cf->int_mech_type != GSS_C_NO_OID)
8
+ 		generic_gss_release_oid(&minor_status, &cf->int_mech_type);
9
+ 
... ...
@@ -1,16 +1,15 @@
1 1
 Summary:	The Kerberos newtork authentication system
2 2
 Name:		krb5
3
-Version:	1.14
4
-Release:	6%{?dist}
3
+Version:	1.15.1
4
+Release:	1%{?dist}
5 5
 License:	MIT
6 6
 URL:		http://cyrusimap.web.cmu.edu/
7 7
 Group:		System Environment/Security
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	http://web.mit.edu/kerberos/www/dist/%{name}/%{version}/%{name}-%{version}.tar.gz
11
-%define sha1 krb5=02973f6605b1170bec812af9c8da4e447eeca9a9
12
-Patch0:         krb5-1.14-skip-unnecessary-mech-calls.patch
13
-Patch1:         krb5-1.14-never-unload-mechanisms.patch
11
+%define sha1 krb5=810210a61070ea371014ac514d191bbe5cdac2e2
12
+Patch0:     krb5-1.15-never-unload-mechanisms.patch
14 13
 Requires:	openssl
15 14
 Requires:	e2fsprogs-libs
16 15
 BuildRequires: 	openssl-devel
... ...
@@ -38,7 +37,6 @@ These are the additional language files of krb5.
38 38
 %prep
39 39
 %setup -q
40 40
 %patch0 -p1
41
-%patch1 -p1
42 41
 %build
43 42
 
44 43
 cd src &&
... ...
@@ -118,6 +116,8 @@ rm -rf %{buildroot}/*
118 118
 %{_datarootdir}/locale/*
119 119
 
120 120
 %changelog
121
+*   Mon Apr 03 2017 Divya Thaluru <dthaluru@vmware.com> 1.15.1-1
122
+-   Updated to version 1.51.1
121 123
 *   Wed Nov 23 2016 Alexey Makhalov <amakhalov@vmware.com> 1.14-6
122 124
 -   Added -lang and -devel subpackages
123 125
 *   Wed Nov 16 2016 Alexey Makhalov <amakhalov@vmware.com> 1.14-5