From 00c26c1643cbe8c13ae9eae66a57e1f9632c79bfc69d5c31fd50d06486eb4c66 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 6 Jan 2013 21:36:23 +0000 Subject: [PATCH] Accepting request 147318 from home:dimstar:branches:Base:System - Add gptfdisk Requires: sgdisk is called by udisksd to modify the partition tables (bnc#796853). OBS-URL: https://build.opensuse.org/request/show/147318 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=22 --- udisks2.changes | 6 ++++++ udisks2.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/udisks2.changes b/udisks2.changes index 5a05334..c2e62f2 100644 --- a/udisks2.changes +++ b/udisks2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 6 21:02:27 UTC 2013 - dimstar@opensuse.org + +- Add gptfdisk Requires: sgdisk is called by udisksd to modify the + partition tables (bnc#796853). + ------------------------------------------------------------------- Mon Nov 12 22:22:01 UTC 2012 - hrvoje.senjan@gmail.com diff --git a/udisks2.spec b/udisks2.spec index 7226cbb..8382c47 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -1,7 +1,7 @@ # # spec file for package udisks2 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,8 @@ BuildRequires: pkgconfig(polkit-agent-1) >= 0.92 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.92 BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) +# sgdisk is called by udisksd to modify the partition tables... thus a needed tool. +Requires: gptfdisk Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires}