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:
Tiffany Meyer 2020-11-16 17:48:16 -05:00
parent 66f1dfa06c
commit ea6a8288fc

View file

@ -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