diff --git a/.gitignore b/.gitignore
index ebe6e9b..a672827 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/blivet-0.61.15.75.tar.gz
+SOURCES/blivet-0.61.15.76.tar.gz
diff --git a/.python-blivet.metadata b/.python-blivet.metadata
index d626eaf..5a89ffa 100644
--- a/.python-blivet.metadata
+++ b/.python-blivet.metadata
@@ -1 +1 @@
-142a677a3223256260c159a8e75b1ab40759302b SOURCES/blivet-0.61.15.75.tar.gz
+20bb41934984cf9e45b56a2dbd79151e7d7b4d6c SOURCES/blivet-0.61.15.76.tar.gz
diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec
index 8884e9d..6f5b1c4 100644
--- a/SPECS/python-blivet.spec
+++ b/SPECS/python-blivet.spec
@@ -1,7 +1,7 @@
 Summary:  A python module for system storage configuration
 Name: python-blivet
 Url: http://fedoraproject.org/wiki/blivet
-Version: 0.61.15.75
+Version: 0.61.15.76
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -67,6 +67,12 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Mon Oct 05 2020 Vojtech Trefny <vtrefny@redhat.com> - 0.61.15.76-1
+- edd: Fix UnboundLocalError when trying to close fd in collect_mbrs (vtrefny)
+  Related: rhbz#1879920
+- Close fd if it fails to read the device (nashok)
+  Resolves: rhbz#1879920
+
 * Tue Aug 13 2019 Vojtech Trefny <vtrefny@redhat.com> - 0.61.15.75-1
 - Always set default key size to 512 bits for ciphers with XTS mode (vtrefny)
   Resolves: rhbz#1716674