diff --git a/.gitignore b/.gitignore index 05865f0..139bdce 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-blivet.spec b/python-blivet.spec index 883fc3e..41843aa 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: 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 - 1.0.2-1 +- Revive the mountExistingSystem() function and all it needs (vpodzime) + * Tue Mar 03 2015 Samantha N. Bueno - 1.0.1-1 - Use format string and arguments for logging function (vpodzime) - Do not restrict MDRaidArrayDevice's memberDevices to type int (vpodzime) diff --git a/sources b/sources index 5b50509..d8b5e08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0daefdde2bf8d241b8de7bfc083407cf blivet-1.0.1.tar.gz +e3276f3812aa7c9d56fd74f781085429 blivet-1.0.2.tar.gz