[blivet-gui/f21] New build of blivet-gui 0.2.0 for Fedora 21

Vojtěch Trefný vtrefny at fedoraproject.org
Fri Mar 13 15:51:27 UTC 2015


commit 2a1b568a437c9eb1f78250b1268602baa7108d5d
Author: Vojtech Trefny <vtrefny at redhat.com>
Date:   Fri Mar 13 16:50:53 2015 +0100

    New build of blivet-gui 0.2.0 for Fedora 21

 0001-Fix-resizing-filesystems.patch | 8 ++++----
 blivet-gui.spec                     | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/0001-Fix-resizing-filesystems.patch b/0001-Fix-resizing-filesystems.patch
index b6c4e5b..2caa7cb 100644
--- a/0001-Fix-resizing-filesystems.patch
+++ b/0001-Fix-resizing-filesystems.patch
@@ -1,4 +1,4 @@
-From c8084d09ed821f50f7feb40ef607bb9615ea3fab Mon Sep 17 00:00:00 2001
+From 8a5185e45316b2a9850175b22831508f1d1bf3ee Mon Sep 17 00:00:00 2001
 From: Vojtech Trefny <vtrefny at redhat.com>
 Date: Fri, 13 Mar 2015 15:49:14 +0100
 Subject: [PATCH] Fix resizing LVs (#1201745)
@@ -8,11 +8,11 @@ Subject: [PATCH] Fix resizing LVs (#1201745)
  1 file changed, 1 insertion(+)
 
 diff --git a/blivetgui/utils.py b/blivetgui/utils.py
-index bc2feb2..cfbe787 100644
+index 7450954..c525121 100644
 --- a/blivetgui/utils.py
 +++ b/blivetgui/utils.py
-@@ -540,6 +540,7 @@ class BlivetUtils(object):
-                               traceback=None)
+@@ -518,6 +518,7 @@ class BlivetUtils(object):
+             return
  
          if user_input.resize:
 +            actions.append(blivet.deviceaction.ActionResizeFormat(blivet_device, user_input.size))
diff --git a/blivet-gui.spec b/blivet-gui.spec
index 587a3a8..203db8a 100644
--- a/blivet-gui.spec
+++ b/blivet-gui.spec
@@ -1,7 +1,7 @@
 Summary: Tool for data storage configuration
 Name: blivet-gui
 Version: 0.2.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}-6/%{name}-%{version}-6.tar.gz
 License: GPLv2+
 Group: Applications/System


More information about the scm-commits mailing list