Browse code

Add dist tags for spec files missing them

Change-Id: I9cf3e739ced16a95ea70d88c9c9fadee07b520d7
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1497
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

suezzelur authored on 2016/10/07 06:21:19
Showing 4 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	fork of the original IJG libjpeg which uses SIMD.
2 2
 Name:		libjpeg-turbo
3 3
 Version:	1.5.0
4
-Release:	1
4
+Release:	1%{?dist}
5 5
 License:	IJG
6 6
 URL:		http://sourceforge.net/projects/libjpeg-turbo
7 7
 Group:		System Environment/Libraries
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Library to encode and decode webP format images
2 2
 Name:		libwebp
3 3
 Version:	0.5.1
4
-Release:	1
4
+Release:	1%{?dist}
5 5
 License:	BSD
6 6
 URL:		http://webmproject.org/
7 7
 Group:		System Environment/Libraries
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Netwide Assembler.
2 2
 Name:		nasm
3 3
 Version:	2.12.02
4
-Release:	1
4
+Release:	1%{?dist}
5 5
 License:	BSD
6 6
 URL:		http://www.nasm.us
7 7
 Group:		System Environment/Libraries
... ...
@@ -1,6 +1,6 @@
1 1
 Name:           python-pip
2 2
 Version:        8.1.2
3
-Release:        1
3
+Release:        1%{?dist}
4 4
 Url:            https://pypi.python.org/pypi/pip
5 5
 Summary:        The PyPA recommended tool for installing Python packages.
6 6
 License:        MIT
... ...
@@ -36,4 +36,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
36 36
 
37 37
 %changelog
38 38
 *   Fri Sep 2 2016 Xiaolin Li <xiaolinl@vmware.com> 8.1.2-1
39
--   Initial packaging for Photon
40 39
\ No newline at end of file
40
+-   Initial packaging for Photon