Accepting request 885743 from home:trenn:branches:network:ha-clustering:Factory
- Update to version 4.8.0+git.1617895246.97a7479e (shortend): * fence_virt: fix required=1 parameters that used to not be required and add deprecated=1 for old deprecated params * fence_gce: default method moved back to powercycle (#389) * fence_aws: add filter parameter to be able to limit which nodes are listed * virt: fix a bunch of coverity scan errors in ip_lookup * virt: make sure to provide an empty default to strncpy * virt: make sure buffers are big enough for 0 byte end string * virt: increase buffer size to avoid overruns * virt: check return code in virt-sockets * virt: fix error code checking * virt: fix plugin (minor) memory leak and plug in load race * virt: attempt to open file directly and avoid race condition * virt: fix different coverity scan errors in common/tcp * virt: cleanup deadcode in client/vsock * virt: cleanup deadcode in client/tcp * virt: fix potential buffer overrun * virt: fix mcast coverity scan errors * virt: drop pm-fence plugin * virt: drop libvirt-qmf plugin * virt: drop null plugin * build: enable fence_virtd cpg plugin by default * virt: drop fence_virtd non-modular build * virt: fix plugin installation regression on upgrades * fence_virt: metadata fixes, implement manpage generation and metadata/delay/rng checks * virt: make sure variable is initialized * Revert "virt: drop -Werror to avoid unnecessary failures" * zvm: reformat fence_zvm to avoid gcc warnings * Ignore fence-virt man pages * Move fence_virt to the correct location * Ignore unknown options on stdin OBS-URL: https://build.opensuse.org/request/show/885743 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=129
This commit is contained in:
parent
f8467ae7ea
commit
3204bb2fd1
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
||||
<param name="changesrevision">9e01fc92c918dd6a57f865e54912fdd97aba28b5</param></service></servicedata>
|
||||
<param name="changesrevision">dc6177e2f288bf450f99f618f613f45036de599b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ad8d447f7a9dceb3ea3a2168836d3968a08fff9c2fde69ddc925028de728b2d
|
||||
size 250292
|
3
fence-agents-4.8.0+git.1617895246.97a7479e.tar.xz
Normal file
3
fence-agents-4.8.0+git.1617895246.97a7479e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d2ba7af1de16a30d8819c7737cfec9340b4c824ce702d8977371e6ea70e79aa
|
||||
size 314704
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 09 08:38:18 UTC 2021 - trenn@suse.de
|
||||
|
||||
- Update to version 4.8.0+git.1617895246.97a7479e (shortend):
|
||||
* fence_virt: fix required=1 parameters that used to not be required and add deprecated=1 for old deprecated params
|
||||
* fence_gce: default method moved back to powercycle (#389)
|
||||
* fence_aws: add filter parameter to be able to limit which nodes are listed
|
||||
* virt: fix a bunch of coverity scan errors in ip_lookup
|
||||
* virt: make sure to provide an empty default to strncpy
|
||||
* virt: make sure buffers are big enough for 0 byte end string
|
||||
* virt: increase buffer size to avoid overruns
|
||||
* virt: check return code in virt-sockets
|
||||
* virt: fix error code checking
|
||||
* virt: fix plugin (minor) memory leak and plug in load race
|
||||
* virt: attempt to open file directly and avoid race condition
|
||||
* virt: fix different coverity scan errors in common/tcp
|
||||
* virt: cleanup deadcode in client/vsock
|
||||
* virt: cleanup deadcode in client/tcp
|
||||
* virt: fix potential buffer overrun
|
||||
* virt: fix mcast coverity scan errors
|
||||
* virt: drop pm-fence plugin
|
||||
* virt: drop libvirt-qmf plugin
|
||||
* virt: drop null plugin
|
||||
* build: enable fence_virtd cpg plugin by default
|
||||
* virt: drop fence_virtd non-modular build
|
||||
* virt: fix plugin installation regression on upgrades
|
||||
* fence_virt: metadata fixes, implement manpage generation and metadata/delay/rng checks
|
||||
* virt: make sure variable is initialized
|
||||
* Revert "virt: drop -Werror to avoid unnecessary failures"
|
||||
* zvm: reformat fence_zvm to avoid gcc warnings
|
||||
* Ignore fence-virt man pages
|
||||
* Move fence_virt to the correct location
|
||||
* Ignore unknown options on stdin
|
||||
* fence_gce: support google-auth and oauthlib and fallback to deprecated libs when not available
|
||||
* spec: add aliyun subpackage and fence_mpath_check* to mpath subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 20:25:29 UTC 2021 - trenn@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Name: fence-agents
|
||||
Summary: Fence Agents for High Availability
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
Group: Productivity/Clustering/HA
|
||||
Version: 4.7.1+git.1612974063.9e01fc92
|
||||
Version: 4.8.0+git.1617895246.97a7479e
|
||||
Release: 0
|
||||
URL: https://github.com/ClusterLabs/fence-agents
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
@ -62,6 +62,7 @@ BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: mozilla-nspr-devel
|
||||
@ -149,6 +150,7 @@ PYTHON="%{_bindir}/python3"
|
||||
PYTHON="%{_bindir}/python2"
|
||||
%endif
|
||||
export PYTHON
|
||||
echo "%{version}" >.tarball-version
|
||||
./autogen.sh
|
||||
%{configure} --with-agents='%{agent_list}'
|
||||
make
|
||||
@ -189,13 +191,13 @@ PYTHONPATH=fence/agents/lib "%{python_version}" fence/agents/lib/tests/test_fenc
|
||||
%exclude %{_mandir}/man8/fence_dummy*
|
||||
%{_mandir}/man8/fence_*
|
||||
%{_libexecdir}/fence_*
|
||||
/usr/share/pkgconfig/fence-agents.pc
|
||||
|
||||
%files amt_ws
|
||||
%{_sbindir}/fence_amt_ws
|
||||
%{_mandir}/man8/fence_amt_ws*
|
||||
|
||||
%files devel
|
||||
/usr/share/pkgconfig/fence-agents.pc
|
||||
%{_sbindir}/fence_dummy
|
||||
%{_mandir}/man8/fence_dummy*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user