From a701df63774443c8a3fa6c6ae34d0162ca0f597f Mon Sep 17 00:00:00 2001 From: David Lehman Date: Mar 09 2015 18:27:36 +0000 Subject: New version: 0.61.15-1 - Allow passing KiB values to vgcreate -s option (tjeyasin) - Add a script to rebase and merge pull requests (dshea) - Allow user-specified values for data alignment of new lvm pvs. (#1178705) (dlehman) - Let LVM determine alignment for PV data areas. (#962961) (dlehman) --- diff --git a/.gitignore b/.gitignore index cf884eb..8359043 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /blivet-0.61.12.tar.gz /blivet-0.61.13.tar.gz /blivet-0.61.14.tar.gz +/blivet-0.61.15.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 2de8490..134fba1 100644 --- a/python-blivet.spec +++ b/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.14 +Version: 0.61.15 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -64,6 +64,13 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Mon Mar 09 2015 David Lehman - 0.61.15-1 +- Allow passing KiB values to vgcreate -s option (tjeyasin) +- Add a script to rebase and merge pull requests (dshea) +- Allow user-specified values for data alignment of new lvm pvs. (#1178705) + (dlehman) +- Let LVM determine alignment for PV data areas. (#962961) (dlehman) + * Tue Jan 27 2015 Samantha N. Bueno - 0.61.14-1 - Mountpoint detection for removable devices (vtrefny) - Use format.mountpoint for BTRFS listSubVolumes (vtrefny) diff --git a/sources b/sources index 87e45f1..f084971 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d63a05089a14a8d54955465b2e3d55d7 blivet-0.61.14.tar.gz +6636adc05f9d981c20b2e755da6fd85d blivet-0.61.15.tar.gz