Commit 5bce29ee authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: check only ^Group

parent 2600428f
...@@ -123,7 +123,7 @@ fi ...@@ -123,7 +123,7 @@ fi
LISTBUILDDEP=`print_buildreq $SPECNAME` LISTBUILDDEP=`print_buildreq $SPECNAME`
LISTREQDEP=`print_pkgreq $SPECNAME` LISTREQDEP=`print_pkgreq $SPECNAME`
LISTDEP=`echo $LISTBUILDDEP $LISTREQDEP | xargs -n1 echo | sort -u` LISTDEP=`echo $LISTBUILDDEP $LISTREQDEP | xargs -n1 echo | sort -u`
LISTGROUP=`eval_spec $SPECNAME | grep Group | sed -e "s|^.*:||g" | xargs -n1 echo | sort -u` LISTGROUP=`eval_spec $SPECNAME | grep "^Group" | sed -e "s|^.*:||g" | xargs -n1 echo | sort -u`
# Build replacement rules for spec # Build replacement rules for spec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment