[python-blivet/f20] New version: 0.23.1-1

David Lehman dlehman at fedoraproject.org
Wed Oct 16 22:47:21 UTC 2013


commit 19f5bfb799d6d177873f65abd3121f95a5e0f4a8
Author: David Lehman <dlehman at redhat.com>
Date:   Wed Oct 16 17:47:05 2013 -0500

    New version: 0.23.1-1
    
    - Update bumpver for f20 x.y.z (bcl)
    - Fix detection of lvm thinp setups. (#1013800) (dlehman)
    - Generate a name if necessary when reconfiguring a factory device. (#1019500) (dlehman)
    - Allow specifying which swaps should appear in fstab (vpodzime)
    - Do not limit swap size to 10 % of disk space for hibernation (vpodzime)

 .gitignore         |    1 +
 python-blivet.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20cbcad..1645aca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /blivet-0.21.tar.gz
 /blivet-0.22.tar.gz
 /blivet-0.23.tar.gz
+/blivet-0.23.1.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index ac56f42..36db8e3 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.23
+Version: 0.23.1
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,13 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Oct 16 2013 David Lehman <dlehman at redhat.com> - 0.23.1-1
+- Update bumpver for f20 x.y.z (bcl)
+- Fix detection of lvm thinp setups. (#1013800) (dlehman)
+- Generate a name if necessary when reconfiguring a factory device. (#1019500) (dlehman)
+- Allow specifying which swaps should appear in fstab (vpodzime)
+- Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
+
 * Wed Oct 09 2013 Brian C. Lane <bcl at redhat.com> - 0.23-1
 - Make sure bootloader is setup after autopart (#1015277) (bcl)
 - Let setUpBootLoader raise BootloaderError (#1015277) (bcl)
diff --git a/sources b/sources
index de9d4c8..6406584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d39826c53ddf0131ea2af175aa08c45  blivet-0.23.tar.gz
+9d7e59329c5f8e531987693f1f5017ba  blivet-0.23.1.tar.gz


More information about the scm-commits mailing list