- Revive the mountExistingSystem() function and all it needs (vpodzime)

This commit is contained in:
Samantha N. Bueno 2015-03-04 18:52:10 -05:00
parent 39e7752068
commit bb2448c458
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -73,3 +73,4 @@
/blivet-0.76.tar.gz
/blivet-1.0.tar.gz
/blivet-1.0.1.tar.gz
/blivet-1.0.2.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.1
Version: 1.0.2
Release: 1%{?dist}
Epoch: 1
License: LGPLv2+
@ -57,6 +57,9 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
* Wed Mar 04 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.2-1
- Revive the mountExistingSystem() function and all it needs (vpodzime)
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 1.0.1-1
- Use format string and arguments for logging function (vpodzime)
- Do not restrict MDRaidArrayDevice's memberDevices to type int (vpodzime)

View File

@ -1 +1 @@
0daefdde2bf8d241b8de7bfc083407cf blivet-1.0.1.tar.gz
e3276f3812aa7c9d56fd74f781085429 blivet-1.0.2.tar.gz