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
This commit is contained in:
Dominique Leuenberger 2013-01-06 21:36:23 +00:00 committed by Git OBS Bridge
parent 566d4de5f1
commit 00c26c1643
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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}