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