diff --git a/.gitignore b/.gitignore
index ec5cd97..f5ca3ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libvirt-python-6.0.0.tar.gz
+SOURCES/libvirt-python-7.6.0.tar.gz
diff --git a/.libvirt-python.metadata b/.libvirt-python.metadata
index 7d45412..e259d7c 100644
--- a/.libvirt-python.metadata
+++ b/.libvirt-python.metadata
@@ -1 +1 @@
-174243ab59bddbbd72af141cdd4f5df3ba3a5be6 SOURCES/libvirt-python-6.0.0.tar.gz
+78b00edb20ea01ac8fb860b02db1462063ebd4c2 SOURCES/libvirt-python-7.6.0.tar.gz
diff --git a/SPECS/libvirt-python.spec b/SPECS/libvirt-python.spec
index c859711..733a825 100644
--- a/SPECS/libvirt-python.spec
+++ b/SPECS/libvirt-python.spec
@@ -14,19 +14,19 @@
 
 Summary: The libvirt virtualization API python3 binding
 Name: libvirt-python
-Version: 6.0.0
+Version: 7.6.0
 Release: 1%{?dist}%{?extra_release}
-Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
-Url: http://libvirt.org
+Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
+Url: https://libvirt.org
 License: LGPLv2+
 BuildRequires: git
-BuildRequires: libvirt-devel >= 6.0.0-1
+BuildRequires: libvirt-devel >= 7.6.0-1
 BuildRequires: python3-devel
 %if 0%{?rhel} == 7
-BuildRequires: python36-nose
+BuildRequires: python36-pytest
 BuildRequires: python36-lxml
 %else
-BuildRequires: python3-nose
+BuildRequires: python3-pytest
 BuildRequires: python3-lxml
 %endif
 BuildRequires: gcc
@@ -91,7 +91,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
 %{__python3} setup.py test
 
 %files -n python3-libvirt
-%doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
+%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
 %{python3_sitearch}/libvirt.py*
 %{python3_sitearch}/libvirtaio.py*
 %{python3_sitearch}/libvirt_qemu.py*
@@ -104,6 +104,10 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
 %{python3_sitearch}/*egg-info
 
 %changelog
+* Thu Sep 2 2021 Danilo C. L. de Paula <ddepaula@redhat.com> - 7.6.0-1.el8
+- Resolves: bz#2000225
+  (Rebase virt:rhel module:stream based on AV-8.6)
+
 * Mon Apr 27 2020 Danilo C. L. de Paula <ddepaula@redhat.com> - 6.0.0
 - Resolves: bz#1810193
   (Upgrade components in virt:rhel module:stream for RHEL-8.3 release)