diff --git a/_servicedata b/_servicedata
index dc7a241..d430e56 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://github.com/ClusterLabs/fence-agents.git
- 9e01fc92c918dd6a57f865e54912fdd97aba28b5
\ No newline at end of file
+ dc6177e2f288bf450f99f618f613f45036de599b
\ No newline at end of file
diff --git a/fence-agents-4.7.1+git.1612974063.9e01fc92.tar.xz b/fence-agents-4.7.1+git.1612974063.9e01fc92.tar.xz
deleted file mode 100644
index 9b70050..0000000
--- a/fence-agents-4.7.1+git.1612974063.9e01fc92.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3ad8d447f7a9dceb3ea3a2168836d3968a08fff9c2fde69ddc925028de728b2d
-size 250292
diff --git a/fence-agents-4.8.0+git.1617895246.97a7479e.tar.xz b/fence-agents-4.8.0+git.1617895246.97a7479e.tar.xz
new file mode 100644
index 0000000..4351388
--- /dev/null
+++ b/fence-agents-4.8.0+git.1617895246.97a7479e.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8d2ba7af1de16a30d8819c7737cfec9340b4c824ce702d8977371e6ea70e79aa
+size 314704
diff --git a/fence-agents.changes b/fence-agents.changes
index 14ae227..aca7e06 100644
--- a/fence-agents.changes
+++ b/fence-agents.changes
@@ -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
diff --git a/fence-agents.spec b/fence-agents.spec
index 22f5b86..5535371 100644
--- a/fence-agents.spec
+++ b/fence-agents.spec
@@ -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*