diff --git a/.gitignore b/.gitignore
index 4f086e2..aa636bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/libosinfo-1.8.0.tar.xz
+SOURCES/libosinfo-1.9.0.tar.xz
diff --git a/.libosinfo.metadata b/.libosinfo.metadata
index 9df0a3a..dc9f31d 100644
--- a/.libosinfo.metadata
+++ b/.libosinfo.metadata
@@ -1 +1 @@
-49c18e72a894422ef88c1df8a940375b4ad5792a SOURCES/libosinfo-1.8.0.tar.xz
+1f928e1412ac29e044e6b02254c9d2b2bf969c31 SOURCES/libosinfo-1.9.0.tar.xz
diff --git a/SPECS/libosinfo.spec b/SPECS/libosinfo.spec
index 37b0aad..3df0687 100644
--- a/SPECS/libosinfo.spec
+++ b/SPECS/libosinfo.spec
@@ -2,7 +2,7 @@
 
 Summary: A library for managing OS information for virtualization
 Name: libosinfo
-Version: 1.8.0
+Version: 1.9.0
 Release: 1%{?dist}
 License: LGPLv2+
 Source: https://releases.pagure.io/%{name}/%{name}-%{version}.tar.xz
@@ -58,6 +58,7 @@ Libraries, includes, etc. to compile with the libosinfo library
     -Denable-tests=true \
     -Denable-introspection=enabled \
     -Denable-vala=enabled
+%meson_build
 
 %install
 %meson_install
@@ -95,6 +96,9 @@ Libraries, includes, etc. to compile with the libosinfo library
 %{_datadir}/vala/vapi/libosinfo-1.0.vapi
 
 %changelog
+* Thu Feb 04 2021 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.0-1
+- Resolves: rhbz#1903299 - Rebase to latest Fedora
+
 * Sun May 31 2020 Fabiano FidĂȘncio <fidencio@redhat.com> - 1.8.0-1
 - Resolves: rhbz#1815158 - Rebase to libosinfo the latest upstream release
 - Resolves: rhbz#1754394 - Provide information about UEFI support for guests (libosinfo)