- Use Size method to perform a Size operation (#1200812) (amulhern)

- Extend Size.roundToNearest to allow Size units (#1200812) (amulhern)
- Put previously removed mountExistingSystem() into osinstall.py. (amulhern)
- Revert "Revive the mountExistingSystem() function and all it needs"
  (amulhern)
This commit is contained in:
Samantha N. Bueno 2015-03-17 15:02:30 -04:00
parent 2250e87e93
commit f10ae41b3a
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -75,3 +75,4 @@
/blivet-1.0.1.tar.gz
/blivet-1.0.2.tar.gz
/blivet-1.0.3.tar.gz
/blivet-1.0.4.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -57,6 +57,13 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Tue Mar 17 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.4-1
- Use Size method to perform a Size operation (#1200812) (amulhern)
- Extend Size.roundToNearest to allow Size units (#1200812) (amulhern)
- Put previously removed mountExistingSystem() into osinstall.py. (amulhern)
- Revert "Revive the mountExistingSystem() function and all it needs"
(amulhern)
* Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.3-1
- Make sure the device is setup before formatting it (#1196397) (bcl)

View File

@ -1 +1 @@
071890ba834a5e7bd1f09758fb59d2a4 blivet-1.0.3.tar.gz
9207637c31d0d85459cdc5cc06a8aad9 blivet-1.0.4.tar.gz