From 20ee29e6b942bc31ef7ef2d2efe1c696270c6a49 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Sat, 19 Sep 2015 11:23:27 -0400 Subject: [PATCH] Add patch to correctly recognize NVME devices - Fixes bug #1258891 --- gparted.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gparted.spec b/gparted.spec index a62be3c..52f5ff0 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,13 +1,17 @@ Summary: Gnome Partition Editor Name: gparted Version: 0.23.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPLv2+ URL: http://www.gparted.org Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: org.fedoraproject.pkexec.run-gparted.policy Source2: gparted_polkit +# https://bugzilla.redhat.com/show_bug.cgi?id=1258891 +# Upstream bug report and source of patch +# https://bugzilla.gnome.org/show_bug.cgi?id=755022 +Patch0: gparted_0.23_nvme.patch BuildRequires: gtkmm24-devel parted-devel BuildRequires: libuuid-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils gnome-doc-utils intltool @@ -24,6 +28,7 @@ will be detected at runtime and don't require a rebuild of GParted %prep %setup -q +%patch0 sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in %build @@ -77,6 +82,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man8/gparted.* %changelog +* Sat Sep 19 2015 Mukundan Ragavan - 0.23.0-3 +- Add patch to correctly recognize NVME devices +- Fixes bug #1258891 + * Mon Sep 14 2015 Mukundan Ragavan - 0.23.0-2 - Removed hard dependencies on hdparm and btrfs-progs