Accepting request 147324 from Base:System

- Add gptfdisk Requires: sgdisk is called by udisksd to modify the
  partition tables (bnc#796853). (forwarded request 147318 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/147324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udisks2?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2013-01-08 08:14:14 +00:00 committed by Git OBS Bridge
commit f08c9b0190
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}