Overview

Request 124677 superseded

- Update to 1.8.1.3
* adds support for fast closing of huge database files
* better query optimisation.
* bugfixes
- add maven pom
- fix build with jdk7
- run su with -s /bin/sh in initscript

Loading...
Request History
Michal Vyskocil's avatar

mvyskocil created request

- Update to 1.8.1.3
* adds support for fast closing of huge database files
* better query optimisation.
* bugfixes
- add maven pom
- fix build with jdk7
- run su with -s /bin/sh in initscript


Factory Auto's avatar

factory-auto declined request

Output of check script:
Source validator failed. Try "osc service localrun source_validator"
(E) Attention, hsqldb-component-info.xml is not mentioned in spec files as source or patch.
--------------------------------------------------------------
hsqldb.spec has a %pre with groupadd and/or useradd
please check if this is ok:

-----------------master-table-entry:--------------------------

-----------------specfile section:----------------------------
%pre
# Add the "hsqldb" user and group
# we need a shell to be able to use su - later
if [ `getent group %{name}` ]; then
: OK group hsqldb already present
else
%{_sbindir}/groupadd -r %{name} 2> /dev/null || :
fi
if [ `getent passwd %{name}` ]; then
: OK user hsqldb already present
else
%{_sbindir}/useradd -r -g %{name} -c "Hsqldb" -s /bin/sh \
-d %{_localstatedir}/lib/%{name} -o %{name} 2> /dev/null || :
fi

%post
%preun
%stop_on_removal %{name}
--------------------------------------------------------------


Michal Vyskocil's avatar

mvyskocil superseded request

superseded by 124693


Saul Goodman's avatar

licensedigger accepted review

{"approve": "version update 1.8.0.10 -> 1.8.1.13 covered by ldb"}


Factory Auto's avatar

factory-auto declined review

Output of check script:
Source validator failed. Try "osc service localrun source_validator"
(E) Attention, hsqldb-component-info.xml is not mentioned in spec files as source or patch.
--------------------------------------------------------------
hsqldb.spec has a %pre with groupadd and/or useradd
please check if this is ok:

-----------------master-table-entry:--------------------------

-----------------specfile section:----------------------------
%pre
# Add the "hsqldb" user and group
# we need a shell to be able to use su - later
if [ `getent group %{name}` ]; then
: OK group hsqldb already present
else
%{_sbindir}/groupadd -r %{name} 2> /dev/null || :
fi
if [ `getent passwd %{name}` ]; then
: OK user hsqldb already present
else
%{_sbindir}/useradd -r -g %{name} -c "Hsqldb" -s /bin/sh \
-d %{_localstatedir}/lib/%{name} -o %{name} 2> /dev/null || :
fi

%post
%preun
%stop_on_removal %{name}
--------------------------------------------------------------

openSUSE Build Service is sponsored by