[python-blivet/f21] New version: 0.61.15-1

David Lehman dlehman at fedoraproject.org
Mon Mar 9 18:28:47 UTC 2015


commit a701df63774443c8a3fa6c6ae34d0162ca0f597f
Author: David Lehman <dlehman at redhat.com>
Date:   Mon Mar 9 13:27:36 2015 -0500

    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)

 .gitignore         | 1 +
 python-blivet.spec | 9 ++++++++-
 sources            | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
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 <dlehman at redhat.com> - 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 <sbueno+anaconda at redhat.com> - 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


More information about the scm-commits mailing list