diff --git a/SOURCES/hsqldb.systemd b/SOURCES/hsqldb.systemd index 00c866f..d9653cf 100644 --- a/SOURCES/hsqldb.systemd +++ b/SOURCES/hsqldb.systemd @@ -1,6 +1,6 @@ [Unit] Description=HyperSQL Database Engine - +After=network.target [Service] Type=simple diff --git a/SPECS/hsqldb.spec b/SPECS/hsqldb.spec index 910e3fa..8067925 100644 --- a/SPECS/hsqldb.spec +++ b/SPECS/hsqldb.spec @@ -32,7 +32,7 @@ Name: hsqldb Version: 1.8.1.3 -Release: 13%{?dist} +Release: 14%{?dist} Epoch: 1 Summary: HyperSQL Database Engine License: BSD @@ -70,7 +70,6 @@ Requires: tomcat-servlet-3.0-api Requires(pre): shadow-utils Requires(post): systemd-sysv Requires(post): systemd-units -Requires(preun): initscripts Requires(preun): systemd-units Requires(postun): systemd-units @@ -257,6 +256,11 @@ popd %{_datadir}/%{name} %changelog +* Thu Oct 8 2015 Mikolaj Izdebski - 1:1.8.1.3-14 +- Remove dependency on initscripts +- Add After=network.target to systemd service +- Resolves: rhbz#1283893, rhbz#1269717 + * Fri Dec 27 2013 Daniel Mach - 1:1.8.1.3-13 - Mass rebuild 2013-12-27