Hello community, here is the log from the commit of package resource-agents for openSUSE:Factory checked in at 2014-05-26 10:27:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/resource-agents (Old) and /work/SRC/openSUSE:Factory/.resource-agents.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "resource-agents" Changes: -------- --- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes 2014-05-22 20:38:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 2014-05-26 10:27:41.000000000 +0200 @@ -1,0 +2,13 @@ +Fri May 23 12:29:27 UTC 2014 - [email protected] + +- Updated 0001-ldirectord-Add-systemd-unit-file-bnc-863250.patch + - Use absolute paths for touch and rm + +- ldirectord: Add missing dependency on perl-IO-Socket-INET6 + +------------------------------------------------------------------- +Fri May 23 08:08:03 UTC 2014 - [email protected] + +- added necessary macros for systemd files + +------------------------------------------------------------------- Old: ---- 0015-Medium-exportfs-Make-unlock_on_stop_default-1-bnc-86.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ resource-agents.spec ++++++ --- /var/tmp/diff_new_pack.1ffMZx/_old 2014-05-26 10:27:42.000000000 +0200 +++ /var/tmp/diff_new_pack.1ffMZx/_new 2014-05-26 10:27:42.000000000 +0200 @@ -113,6 +113,7 @@ Requires: perl-libwww-perl Obsoletes: heartbeat-ldirectord Provides: heartbeat-ldirectord +Requires: perl-IO-Socket-INET6 Requires: perl-MailTools Requires: perl-Socket6 %if 0%{?suse_version} @@ -252,6 +253,11 @@ %service_add_post ldirectord.service %endif +%pre -n ldirectord +%if %{defined _unitdir} +%service_add_pre ldirectord.service +%endif + %endif %if 0%{?fedora} ++++++ 0001-ldirectord-Add-systemd-unit-file-bnc-863250.patch ++++++ --- /var/tmp/diff_new_pack.1ffMZx/_old 2014-05-26 10:27:42.000000000 +0200 +++ /var/tmp/diff_new_pack.1ffMZx/_new 2014-05-26 10:27:42.000000000 +0200 @@ -1,7 +1,7 @@ -From bf45a3ad6e916a908e7a38368f8c8d5b13aa7123 Mon Sep 17 00:00:00 2001 +From 90e7b31e627057882701d2c33638c977dd4c4922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <[email protected]> Date: Wed, 26 Feb 2014 13:55:00 +0100 -Subject: [PATCH] ldirectord: Add systemd unit file (bnc#863250) +Subject: [PATCH 2/3] ldirectord: Add systemd unit file (bnc#863250) Systemd unit file for the ldirectord service. --- @@ -117,7 +117,7 @@ +endif diff --git a/ldirectord/systemd/ldirectord.service.in b/ldirectord/systemd/ldirectord.service.in new file mode 100644 -index 000000000000..b0c9b8d9036c +index 000000000000..4fe9638295c6 --- /dev/null +++ b/ldirectord/systemd/ldirectord.service.in @@ -0,0 +1,11 @@ @@ -126,9 +126,9 @@ + +[Service] +ExecStart=@sbindir@/ldirectord start -+ExecStartPost=touch /var/lock/subsys/ldirectord ++ExecStartPost=/usr/bin/touch /var/lock/subsys/ldirectord +ExecStop=@sbindir@/ldirectord stop -+ExecStopPost=rm -f /var/lock/subsys/ldirectord ++ExecStopPost=/usr/bin/rm -f /var/lock/subsys/ldirectord +ExecReload=@sbindir@/ldirectord reload +PIDFile=/var/run/ldirectord.ldirectord.pid +Type=forking -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
