diff --git a/desktop-file-utils.changes b/desktop-file-utils.changes index d541ae3..55b8f3d 100644 --- a/desktop-file-utils.changes +++ b/desktop-file-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 2 14:07:32 UTC 2018 - crrodriguez@opensuse.org + +- suse-update-mime-defaults requires coreutils and awk + add both to package requires + ------------------------------------------------------------------- Mon Oct 9 16:01:45 CEST 2017 - sbrabec@suse.com diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index 846bb04..daca166 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,7 +1,7 @@ # # spec file for package desktop-file-utils # -# Copyright (c) 2017 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 @@ -20,7 +20,7 @@ Name: desktop-file-utils Version: 0.23 Release: 0 Summary: Utilities for Manipulating Desktop Files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Other Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz @@ -32,6 +32,8 @@ BuildRequires: glib2-devel BuildRequires: pkg-config BuildRequires: xz Requires: aaa_base +Requires: awk +Requires: coreutils #!BuildIgnore: dbus-1-x11 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,7 +51,7 @@ http://freedesktop.org/wiki/Specifications/desktop-entry-spec %build %configure \ --with-lispdir=%{_datadir}/emacs/site-lisp -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=%{buildroot} install %{?_smp_mflags}