awips2 rpm update for obsoletes, edex program updates
This commit is contained in:
parent
dbdd3ad0aa
commit
b620bd6575
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ Packager: %{_build_site}
|
|||
AutoReq: no
|
||||
provides: %{_component_name}
|
||||
Requires: wget unzip bc
|
||||
Obsoletes: awips2-edex-upc
|
||||
|
||||
%description
|
||||
%{_component_desc}
|
||||
|
|
|
@ -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=("$@")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue