From 3407dee3b88db3afcc66d867a854bcf71f74af97 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 25 Oct 2013 17:20:50 -0700 Subject: [PATCH] - Remove requirement for btrfsctl which no longer exists. (#1012504) (dlehman) - Allow for adjustment of factory vg after removal of thin pool. (#1021890) (dlehman) - Add boot description for "disk" devices on s390. (#867777, #903237, #960143) (sbueno+anaconda) - Add initial spport for aarch64 as we only plan to support UEFI this should be enough (dennis) --- .gitignore | 1 + python-blivet.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 86a896f..90a481c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /blivet-0.22.tar.gz /blivet-0.23.tar.gz /blivet-0.24.tar.gz +/blivet-0.25.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 1f5b58e..e0c177f 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.24 +Version: 0.25 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,12 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Fri Oct 25 2013 Brian C. Lane - 0.25-1 +- Remove requirement for btrfsctl which no longer exists. (#1012504) (dlehman) +- Allow for adjustment of factory vg after removal of thin pool. (#1021890) (dlehman) +- Add boot description for "disk" devices on s390. (#867777, #903237, #960143) (sbueno+anaconda) +- Add initial spport for aarch64 as we only plan to support UEFI this should be enough (dennis) + * Wed Oct 16 2013 David Lehman - 0.24-1 - Close file descriptors other than stdin,stdout,stderr on exec. (#1016467) (dlehman) - Don't use hardcoded /tmp paths. (#1004404) (dlehman) diff --git a/sources b/sources index ce5f2a7..a9bc445 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dbdd98a6f4335d683c7d6b545d159a2 blivet-0.24.tar.gz +5d3ceaaa4015c364f7c4c9ef95ed45b5 blivet-0.25.tar.gz