- 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)
This commit is contained in:
Brian C. Lane 2014-09-10 17:32:30 -07:00
parent eb0bb98384
commit 8ad686bda9
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@
/blivet-0.60.tar.gz /blivet-0.60.tar.gz
/blivet-0.61.tar.gz /blivet-0.61.tar.gz
/blivet-0.62.tar.gz /blivet-0.62.tar.gz
/blivet-0.63.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A python module for system storage configuration Summary: A python module for system storage configuration
Name: python-blivet Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet Url: http://fedoraproject.org/wiki/blivet
Version: 0.62 Version: 0.63
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -64,6 +64,20 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog
* Wed Sep 10 2014 Brian C. Lane <bcl@redhat.com> - 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 <bcl@redhat.com> - 0.62-1 * Thu Aug 28 2014 Brian C. Lane <bcl@redhat.com> - 0.62-1
- Mock pyudev since libudev will not be on the builders. (dlehman) - Mock pyudev since libudev will not be on the builders. (dlehman)
- Update selinux tests for default context of mounts under /tmp. (dlehman) - Update selinux tests for default context of mounts under /tmp. (dlehman)

View File

@ -1 +1 @@
ee28d4b130888ffbdd5b614a0230ce43 blivet-0.62.tar.gz d847681707c8351b0dc523d6fcef8879 blivet-0.63.tar.gz