Browse code

Move dtrace to the main package.

Change-Id: I90eb3d824cef686a2ec813e30845c0caf949d66e
Reviewed-on: http://photon-jenkins.eng.vmware.com/259
Reviewed-by: suezzelur <anishs@vmware.com>
Tested-by: jenkins-photon <wangnan2015@hotmail.com>

xiaolin-vmware authored on 2015/12/12 08:25:06
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@
8 8
 
9 9
 Name:          systemtap
10 10
 Version:       2.7
11
-Release:       1%{?dist}
11
+Release:       2%{?dist}
12 12
 Summary:       Programmable system-wide instrumentation system
13 13
 Group:         Development/System
14 14
 Vendor:	       VMware, Inc.
... ...
@@ -279,6 +279,8 @@ exit 0
279 279
 %{_mandir}/man8/stapsh.8*
280 280
 %{_mandir}/man8/systemtap.8*
281 281
 %doc AUTHORS COPYING
282
+%{_bindir}/dtrace
283
+%{_mandir}/man1/dtrace.1*
282 284
 
283 285
 %files initscript
284 286
 %defattr(-,root,root)
... ...
@@ -303,10 +305,8 @@ exit 0
303 303
 
304 304
 %files sdt-devel
305 305
 %defattr(-,root,root)
306
-%{_bindir}/dtrace
307 306
 %{_includedir}/sys/sdt.h
308 307
 %{_includedir}/sys/sdt-config.h
309
-%{_mandir}/man1/dtrace.1*
310 308
 %doc NEWS examples
311 309
 
312 310
 %files server
... ...
@@ -333,6 +333,8 @@ exit 0
333 333
 
334 334
 
335 335
 %changelog
336
+*	Fri Dec 11 2015 Xiaolin Li <xiaolinl@vmware.com> 2.7-2
337
+-	Move dtrace to the main package.
336 338
 *	Wed Nov 18 2015 Anish Swaminathan <anishs@vmware.com> 2.7-1
337 339
 -	Initial build. First version
338 340