diff --git a/.gitignore b/.gitignore
index a554049..2850516 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/blivet-0.61.15.59.tar.gz
+SOURCES/blivet-0.61.15.65.tar.gz
diff --git a/.python-blivet.metadata b/.python-blivet.metadata
index b8c4d52..bed7790 100644
--- a/.python-blivet.metadata
+++ b/.python-blivet.metadata
@@ -1 +1 @@
-781a1a5835c4a92c30d42e04cfeeb2d72b6f993e SOURCES/blivet-0.61.15.59.tar.gz
+8ca629fa8494b4002cdf5bc07c268313ef5827ec SOURCES/blivet-0.61.15.65.tar.gz
diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec
index 29fb13b..3e5f48c 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.59
+Version: 0.61.15.65
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -64,6 +64,65 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Jun 28 2017 David Lehman <dlehman@redhat.com> - 0.61.15.65-1
+- Autoset metadata size on percent-based thin pools (vpodzime)
+  Resolves: rhbz#1463198
+- Do not try to autoset MD size on a thin pool with no size (vpodzime)
+  Related: rhbz#1463198
+
+* Wed Jun 07 2017 David Lehman <dlehman@redhat.com> - 0.61.15.64-1
+- Make sure an LV is deactivated before removal (vpodzime)
+  Resolves: rhbz#1456821
+- Make sure the device is setup before formatting it (bcl)
+  Resolves: rhbz#1368986
+- Round the recommended thpool metadata size to extents (vpodzime)
+  Resolves: rhbz#1456528
+
+* Tue May 16 2017 David Lehman <dlehman@redhat.com> - 0.61.15.63-1
+- Use the uuid module instead of the uuidgen tool (vpodzime)
+  Related: rhbz#1413942
+- Respect thin pool's min size when setting its req_size (vpodzime)
+  Resolves: rhbz#1449963
+- Add RAID chunk size to the generated kickstart file (vtrefny)
+  Resolves: rhbz#1447343
+
+* Wed May 03 2017 David Lehman <dlehman@redhat.com> - 0.61.15.62-1
+- Don't pass unused mountpoint dict to preCommitFixup. (dlehman)
+  Related: rhbz#1184945
+- Use the default md metadata version for everything except /boot/efi.
+  (dlehman)
+  Resolves: rhbz#1184945
+- Fix resolve_devspec to fully support raid devices (vponcova)
+  Resolves: rhbz#1445723
+
+* Wed Apr 12 2017 David Lehman <dlehman@redhat.com> - 0.61.15.61-1
+- Call subprocess.Popen with absolute path to a binary (rvykydal)
+  Related: rhbz#1411407
+
+* Mon Mar 27 2017 David Lehman <dlehman@redhat.com> - 0.61.15.60-1
+- Add a method to regenerate XFS' uuid (vpodzime)
+  Related: rhbz#1413942
+- Properly unset mountpoint of a snapshot's format (vpodzime)
+  Related: rhbz#1413942
+- Update the snapshot's format's exists flag on creation (vpodzime)
+  Related: rhbz#1413942
+- Do not require origin to exist when creating snapshot (vpodzime)
+  Resolves: rhbz#1413942
+- Make padding smaller for existing thin pools (vpodzime)
+  Resolves: rhbz#1432012
+- Use all ancestors when adding RAID disks to exclusiveDisks (vtrefny)
+  Resolves: rhbz#1327463
+- Fix detection of linear MD RAID (vtrefny)
+  Resolves: rhbz#1372414
+- Allow custom chunk size specification for MDRaidArrayDevice (vtrefny)
+  Resolves: rhbz#1405141
+- Remove the useless method requiredDiskLabelType (vponcova)
+  Related: rhbz#1405141
+- FBA DASD should use the msdos disk label type (vponcova)
+  Resolves: rhbz#1214407
+- Eliminate mountpoint symlinks when looking for mounted device (vtrefny)
+  Resolves: rhbz#1322439
+
 * Thu Sep 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 0.61.15.59-1
 - Properly calculate thin pool's vgSpaceUsed (vpodzime)
   Related: rhbz#1374499