From f10ae41b3aee43c5aac745d21e0ca26236f9283d Mon Sep 17 00:00:00 2001 From: "Samantha N. Bueno" Date: Tue, 17 Mar 2015 15:02:30 -0400 Subject: [PATCH] - 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) --- .gitignore | 1 + python-blivet.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 899e01b..821b226 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-blivet.spec b/python-blivet.spec index 1516d24..0481e90 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.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 - 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 - 1.0.3-1 - Make sure the device is setup before formatting it (#1196397) (bcl) diff --git a/sources b/sources index bd613cc..b3be83f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -071890ba834a5e7bd1f09758fb59d2a4 blivet-1.0.3.tar.gz +9207637c31d0d85459cdc5cc06a8aad9 blivet-1.0.4.tar.gz