From 8ad686bda996d715527ab3cc9ad119760b6f1e8a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 10 Sep 2014 17:32:30 -0700 Subject: [PATCH] - Update makebumpver to include flags on first request (bcl) - Condense and comment some devicelibs.dasd methods (#1070115) (amulhern) - Add a test file for DASD handling (#1070115) (amulhern) - Pylint inspired cleanup (#1070115) (amulhern) - Add a property for read-only devices. (dshea) - Get rid of misleading comment (#1066721) (amulhern) - Allow user code creating free space snapshot (vpodzime) - Add two functions to enable manual addition of ECKD DASDs. (sbueno+anaconda) - Make prefering leaves the default in getDeviceByPath (#1122081) (amulhern) - Make _filterDevices() return a generator consistently (#1122081) (amulhern) - Split string of symlinks into array of strings (#1136214) (amulhern) - Don't put "Linux" in a root's name if it's already there. (clumens) --- .gitignore | 1 + python-blivet.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8ce62b1..d2d4d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /blivet-0.60.tar.gz /blivet-0.61.tar.gz /blivet-0.62.tar.gz +/blivet-0.63.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index bc2d0c1..42d9427 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.62 +Version: 0.63 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -64,6 +64,20 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed Sep 10 2014 Brian C. Lane - 0.63-1 +- Update makebumpver to include flags on first request (bcl) +- Condense and comment some devicelibs.dasd methods (#1070115) (amulhern) +- Add a test file for DASD handling (#1070115) (amulhern) +- Pylint inspired cleanup (#1070115) (amulhern) +- Add a property for read-only devices. (dshea) +- Get rid of misleading comment (#1066721) (amulhern) +- Allow user code creating free space snapshot (vpodzime) +- Add two functions to enable manual addition of ECKD DASDs. (sbueno+anaconda) +- Make prefering leaves the default in getDeviceByPath (#1122081) (amulhern) +- Make _filterDevices() return a generator consistently (#1122081) (amulhern) +- Split string of symlinks into array of strings (#1136214) (amulhern) +- Don't put "Linux" in a root's name if it's already there. (clumens) + * Thu Aug 28 2014 Brian C. Lane - 0.62-1 - Mock pyudev since libudev will not be on the builders. (dlehman) - Update selinux tests for default context of mounts under /tmp. (dlehman) diff --git a/sources b/sources index 211af08..ba09f35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee28d4b130888ffbdd5b614a0230ce43 blivet-0.62.tar.gz +d847681707c8351b0dc523d6fcef8879 blivet-0.63.tar.gz