Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2018-06-23 19:58:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and      /work/SRC/openSUSE:Factory/.resource-agents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resource-agents"

Sat Jun 23 19:58:09 2018 rev:84 rq:617960 version:4.1.1+git70.00ae6a17

Changes:
--------
--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2018-03-12 12:04:00.556039522 +0100
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes     
2018-06-23 19:58:20.309519039 +0200
@@ -1,0 +2,29 @@
+Wed Jun 20 08:14:25 UTC 2018 - kgronl...@suse.com
+
+- Update to version 4.1.1+git70.00ae6a17:
+  * Medium: pgsql: Fix incorrect SQL is selected with PostgreSQL 11 or later.
+  * log the error message in abnormal_end() function even when we are in 
'stop' operation so it is clear from logs on how did we end up here
+  * Medium: SAPInstance: Add monitored services for ENSA2 (bsc#1092384)
+  * Squid: cleanup description for squid_port parameter
+  * ldirectord: add manpage to service documentation
+  * Medium: Add openstack resource agents
+  * findif: improve IPv6 NIC detection
+  * awseip: fix allocation_id not found error
+  * awsvip: get secondary-private-ip more precisely
+  * awsvip: get network-id from meta-data directly
+  * syslog-ng: added note that qdisk_dir is only supported in PE6
+  * syslog-ng: merge Premium Edition 6 and 7 code into main agent
+  * send_arp: dont use "-Wcast-align" due to false-positive fail on ARM.
+  * gcp-vpc-move-ip: fix bash path-detection
+  * enable chap authentication for lio-t iscsi target implementation. if 
attribute 'incoming_username' is set: enable attribute 'authentication', 
disable attribute 'generate_node_acls' and set chap 'userid' and 'password' for 
each 'allowed_initiator'
+  * Low: exportfs: Fix inconsistent whitespace in exportfs_monitor
+  * Medium: exportfs: Fix square bracket stripping in clientspec
+  * Low: VirtualDomain: fix warning messages in log
+  * New RA that manage IP moving in GCP
+
+-------------------------------------------------------------------
+Mon Apr 16 09:02:40 UTC 2018 - kgronl...@suse.com
+
+- Require /usr/bin/logger (provided by util-linux-systemd) 
+
+-------------------------------------------------------------------

Old:
----
  resource-agents-4.1.1+git0.5a1edf2b.tar.xz

New:
----
  resource-agents-4.1.1+git70.00ae6a17.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ resource-agents.spec ++++++
--- /var/tmp/diff_new_pack.WTk3Vh/_old  2018-06-23 19:58:20.917496524 +0200
+++ /var/tmp/diff_new_pack.WTk3Vh/_new  2018-06-23 19:58:20.921496376 +0200
@@ -17,10 +17,10 @@
 
 
 Name:           resource-agents
-Version:        4.1.1+git0.5a1edf2b
+Version:        4.1.1+git70.00ae6a17
 Release:        0
 Summary:        HA Reusable Cluster Resource Scripts
-License:        GPL-2.0 and LGPL-2.1+ and GPL-3.0+
+License:        GPL-2.0-only AND LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:          Productivity/Clustering/HA
 Url:            http://linux-ha.org/
 Source:         resource-agents-%{version}.tar.xz
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(glib-2.0)
+Requires:       /usr/bin/logger
 Obsoletes:      heartbeat-resources
 Provides:       %{name}-devel = %{version}
 Provides:       heartbeat-resources
@@ -59,7 +60,7 @@
 
 %package -n ldirectord
 Summary:        A Monitoring Daemon for Maintaining High Availability Resources
-License:        GPL-2.0 and LGPL-2.1+
+License:        GPL-2.0-only AND LGPL-2.1-or-later
 Group:          Productivity/Clustering/HA
 Requires:       %{name}
 Requires:       ipvsadm
@@ -82,7 +83,7 @@
 
 %package -n monitoring-plugins-metadata
 Summary:        Metadata for Monitoring plugins
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Productivity/Clustering/HA
 Requires:       monitoring-plugins-fping
 Requires:       monitoring-plugins-http
@@ -109,8 +110,8 @@
 
 %build
 autoreconf -fvi
-#because quilt push changed the permissions of  sg_persist.
-chmod 775 heartbeat/sg_persist
+# because quilt push changed the permissions of  sg_persist.
+# chmod 775 heartbeat/sg_persist
 %configure \
     --docdir=%{_defaultdocdir}/%{name} \
     --with-ras-set=linux-ha \
@@ -149,7 +150,17 @@
 done
 
 %post
-systemd-tmpfiles --create resource-agents.conf || :
+%service_add_post resource-agents-deps.target
+%tmpfiles_create %_tmpfilesdir/resource-agents.conf
+
+%preun
+%service_del_preun resource-agents-deps.target
+
+%postun
+%service_del_postun resource-agents-deps.target
+
+%pre
+%service_add_pre resource-agents-deps.target
 
 %preun -n ldirectord
 %service_del_preun ldirectord.service
@@ -169,7 +180,7 @@
 %dir %{_prefix}/lib/ocf/resource.d
 %dir %{_prefix}/lib/ocf/lib
 %dir %{_prefix}/lib/tmpfiles.d
-%{_libexecdir}/tmpfiles.d/resource-agents.conf
+%_tmpfilesdir/resource-agents.conf
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.rng
 %dir %{_datadir}/%{name}/ocft
@@ -191,9 +202,9 @@
 %{_unitdir}/resource-agents-deps.target
 %ghost %dir %attr (1755, root, root) %{_rundir}/resource-agents
 %doc AUTHORS
-%doc COPYING
-%doc COPYING.LGPL
-%doc COPYING.GPLv3
+%license COPYING
+%license COPYING.LGPL
+%license COPYING.GPLv3
 %doc %{_datadir}/%{name}/ra-api-1.dtd
 %{_mandir}/man7/*.7*
 %{_mandir}/man8/ocf-tester.8*
@@ -201,7 +212,7 @@
 %doc doc/README.webapps
 # For compatability with pre-existing agents
 %dir %{_sysconfdir}/ha.d
-%{_sysconfdir}/ha.d/shellfuncs
+%config %{_sysconfdir}/ha.d/shellfuncs
 %dir %{_libdir}/heartbeat
 %{_libdir}/heartbeat/ocf-shellfuncs
 %{_libdir}/heartbeat/ocf-returncodes

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.WTk3Vh/_old  2018-06-23 19:58:21.029492376 +0200
+++ /var/tmp/diff_new_pack.WTk3Vh/_new  2018-06-23 19:58:21.033492229 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
 <param name="url">git://github.com/ClusterLabs/resource-agents.git</param>
-<param name="changesrevision">5a1edf2b9d514a6526cdc2ae7218b6e75be2583a</param>
+<param name="changesrevision">00ae6a179d95471bd7ce37197b97bd9498c539a1</param>
 </service>
 </servicedata>
\ No newline at end of file

++++++ resource-agents-4.1.1+git0.5a1edf2b.tar.xz -> 
resource-agents-4.1.1+git70.00ae6a17.tar.xz ++++++
++++ 56406 lines of diff (skipped)


Reply via email to