From f34202b2a59807163b60c3c0de77e27b674aa6d1f7f966019ad2bd3c86da33c7 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 23 Mar 2018 08:00:41 +0000 Subject: [PATCH] Accepting request 590399 from home:elvigia:branches:Base:System - Do not BuildRequire metapackage xorg-x11-devel OBS-URL: https://build.opensuse.org/request/show/590399 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=41 --- mtools.changes | 5 +++++ mtools.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mtools.changes b/mtools.changes index 76daddd..e4b1c1d 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 13 18:59:51 UTC 2018 - crrodriguez@opensuse.org + +- Do not BuildRequire metapackage xorg-x11-devel + ------------------------------------------------------------------- Mon Nov 30 08:04:18 UTC 2015 - pgajdos@suse.com diff --git a/mtools.spec b/mtools.spec index b8eb520..8fbb93b 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,7 +1,7 @@ # # spec file for package mtools # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,9 +33,9 @@ Patch4: %{name}-%{version}-fat-bits.diff Patch5: %{name}-%{version}-prototypes.diff BuildRequires: autoconf BuildRequires: automake -BuildRequires: libXau-devel BuildRequires: libtool -BuildRequires: xorg-x11-devel +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xau) Requires(pre): %{install_info_prereq} Requires: glibc-locale BuildRoot: %{_tmppath}/%{name}-%{version}-build