awips2 rpm update for obsoletes, edex program updates

This commit is contained in:
mjames-upc 2019-02-25 16:28:22 -07:00
parent dbdd3ad0aa
commit b620bd6575
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,6 @@ Packager: %{_build_site}
AutoReq: no
provides: %{_component_name}
Requires: wget unzip bc
Obsoletes: awips2-edex-upc
%description
%{_component_desc}

View file

@ -55,7 +55,7 @@ IP=`/sbin/ifconfig $usedev | grep -v "inet6" | grep "inet" | awk '{ print $2 }'
# truncate
IP_CIDR="${IP%.*}"
YMD=`date '+%Y%m%d'`
YMD=`date '+%Y%m%d' -u`
args=("$@")