Michael added a command to create the ldm queue size as 2500M
Tiff added gcc-c++ to the list of required rpms
This commit is contained in:
parent
66f1dfa06c
commit
ea6a8288fc
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ Requires: awips2
|
|||
Requires: awips2-qpid-lib
|
||||
Requires: awips2-python
|
||||
Requires: perl, pax, gcc, libtool, make
|
||||
Requires: libxml2-devel, libpng-devel, boost-program-options
|
||||
Requires: libxml2-devel, libpng-devel, boost-program-options, gcc-c++
|
||||
Provides: awips2-ldm
|
||||
BuildRequires: awips2-python
|
||||
BuildRequires: awips2-qpid-lib, boost-program-options
|
||||
|
@ -244,6 +244,7 @@ if [ -d /tmp/ldm/ ]; then
|
|||
cp -rp /tmp/ldm/ldmd.* /awips2/ldm/etc/
|
||||
fi
|
||||
|
||||
su - awips -c "regutil /queue/size -s 2500M"
|
||||
|
||||
%preun
|
||||
%postun
|
||||
|
|
Loading…
Add table
Reference in a new issue