[python-blivet] New version: 0.24-1

David Lehman dlehman at fedoraproject.org
Wed Oct 16 22:09:55 UTC 2013


commit aff8c82a7d10e345fe484ea878f560d54865f526
Author: David Lehman <dlehman at redhat.com>
Date:   Wed Oct 16 17:09:48 2013 -0500

    New version: 0.24-1
    
    - Close file descriptors other than stdin,stdout,stderr on exec. (#1016467) (dlehman)
    - Don't use hardcoded /tmp paths. (#1004404) (dlehman)
    - Fix detection of lvm thinp setups. (#1013800) (dlehman)
    - Generate a name if necessary when reconfiguring a factory device. (#1019500) (dlehman)
    - Handle anaconda's cmdline option to disable mpath friendly names. (#977815) (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 |   11 ++++++++++-
 sources            |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20cbcad..86a896f 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.24.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index ac56f42..1f5b58e 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.24
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,15 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Oct 16 2013 David Lehman <dlehman at redhat.com> - 0.24-1
+- Close file descriptors other than stdin,stdout,stderr on exec. (#1016467) (dlehman)
+- Don't use hardcoded /tmp paths. (#1004404) (dlehman)
+- Fix detection of lvm thinp setups. (#1013800) (dlehman)
+- Generate a name if necessary when reconfiguring a factory device. (#1019500) (dlehman)
+- Handle anaconda's cmdline option to disable mpath friendly names. (#977815) (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..ce5f2a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d39826c53ddf0131ea2af175aa08c45  blivet-0.23.tar.gz
+3dbdd98a6f4335d683c7d6b545d159a2  blivet-0.24.tar.gz


More information about the scm-commits mailing list