Browse code

speck checker: do not check for URL presence

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

Alexey Makhalov authored on 2018/10/06 12:28:32
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 function check-for-header()
4 4
 {
5
-  for n in Summary Name Version Release License URL Group Vendor Distribution ; do
5
+  for n in Summary Name Version Release License Group Vendor Distribution ; do
6 6
     grep -e "^$n:" $1 > /dev/null
7 7
     if [ $? -ne 0 ] ; then
8 8
       echo "ERROR in $1: $n: must present in the header"