diff --git a/.accel-config.metadata b/.accel-config.metadata
index ec4daba..d539016 100644
--- a/.accel-config.metadata
+++ b/.accel-config.metadata
@@ -1 +1 @@
-21e70c79f2e53c5cdbc941390f14b020f286a36d SOURCES/accel-config-v3.4.6.3.tar.gz
+c2571f89e855e1054a078a4dfee1d7d6feefb7e5 SOURCES/accel-config-v3.5.0.tar.gz
diff --git a/.gitignore b/.gitignore
index 8cac709..7b5083c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/accel-config-v3.4.6.3.tar.gz
+SOURCES/accel-config-v3.5.0.tar.gz
diff --git a/SPECS/accel-config.spec b/SPECS/accel-config.spec
index 5117948..806b5a8 100644
--- a/SPECS/accel-config.spec
+++ b/SPECS/accel-config.spec
@@ -2,7 +2,7 @@
 %global	debug_package	%{nil}
 
 Name:		accel-config
-Version:	3.4.6.3
+Version:	3.5.0
 Release:	1%{?dist}
 Summary:	Configure accelerator subsystem devices
 # The entire source code is under GPLv2 except for accel-config
@@ -24,8 +24,9 @@ BuildRequires:	pkgconfig(libkmod)
 BuildRequires:	pkgconfig(uuid)
 BuildRequires:	pkgconfig(json-c)
 BuildRequires:	pkgconfig(libudev)
+BuildRequires:	pkgconfig(zlib)
 BuildRequires:	systemd
-BuildRequires: make
+BuildRequires:	make
 
 # accel-config is for configuring Intel DSA (Data-Streaming
 # Accelerator) subsystem in the Linux kernel. It supports x86_64 only.
@@ -68,7 +69,7 @@ Tests for accel-config command.
 %build
 echo %{version} > version
 ./autogen.sh
-%configure --disable-static --disable-silent-rules --enable-test=yes
+%configure --disable-static --disable-silent-rules --enable-test
 %make_build
 
 %install
@@ -83,8 +84,7 @@ make check
 %license licenses/accel-config-licenses LICENSE_GPL_2_0
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}*
-%{_sysconfdir}/%{name}/%{name}.conf.sample
-%{_datadir}/%{name}/contrib/*
+%{_sysconfdir}/%{name}/contrib/configs/*
 
 %files libs
 %doc README.md
@@ -101,9 +101,13 @@ make check
 %files test
 %license Documentation/COPYING LICENSE_GPL_2_0
 %doc test/README.md
-%{_datadir}/%{name}/test/*
+%{_prefix}/lib/accel-config/test/*
 
 %changelog
+* Tue Oct 04 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.8-1
+- Rebase to 3.5.0 release.
+Resolves: rhbz#2101609
+
 * Sun Apr 03 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.6.3-1
 - Rebase to 3.4.6.3 release.
 Resolves: rhbz#2040077