Hello community, here is the log from the commit of package resource-agents for openSUSE:Factory checked in at 2018-09-20 11:40:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/resource-agents (Old) and /work/SRC/openSUSE:Factory/.resource-agents.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "resource-agents" Thu Sep 20 11:40:21 2018 rev:88 rq:635012 version:4.1.1+git165.1ddbf85d Changes: -------- --- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes 2018-09-07 15:35:10.142814837 +0200 +++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 2018-09-20 11:40:23.260894260 +0200 @@ -1,0 +2,8 @@ +Tue Sep 07 15:57:39 UTC 2018 - [email protected] + +- Created the symlink for the suse:aws-vpc-move-ip RA for backward + compatibility reasons. The package aws-vpc-move-ip will be dropped + and the Upstream resource agent will be the only one maintained. + (fate#326697) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ resource-agents.spec ++++++ --- /var/tmp/diff_new_pack.FcI3Aa/_old 2018-09-20 11:40:23.804893941 +0200 +++ /var/tmp/diff_new_pack.FcI3Aa/_new 2018-09-20 11:40:23.804893941 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -51,6 +51,9 @@ Obsoletes: heartbeat-resources Provides: %{name}-devel = %{version} Provides: heartbeat-resources +# Merging the aws-vpc-move-ip package as the upstream RA will be adopted. +Provides: aws-vpc-move-ip = 0.2.20171113 +Obsoletes: aws-vpc-move-ip <= 0.2.20171113 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -149,6 +152,13 @@ install -m 644 $file %{buildroot}%{_datadir}/nagios/plugins-metadata done +# Create a symlink for backward compat of suse:aws-vpc-move-ip +( +mkdir -p %{buildroot}%{_libexecdir}/ocf/resource.d/suse +cd %{buildroot}%{_libexecdir}/ocf/resource.d/suse +ln -s %{_libexecdir}/ocf/resource.d/heartbeat/aws-vpc-move-ip aws-vpc-move-ip +) + %post %service_add_post resource-agents-deps.target %tmpfiles_create %_tmpfilesdir/resource-agents.conf @@ -192,6 +202,7 @@ %{_datadir}/%{name}/ocft/helpers.sh %{_datadir}/%{name}/ocft/runocft %{_datadir}/%{name}/ocft/runocft.prereq +%{_libexecdir}/ocf/resource.d/suse %{_libexecdir}/ocf/resource.d/heartbeat %{_libexecdir}/ocf/lib/heartbeat %{_sbindir}/ocf-tester
