diff --git a/desktop-file-utils.changes b/desktop-file-utils.changes index f2c8996..4987576 100644 --- a/desktop-file-utils.changes +++ b/desktop-file-utils.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 17 14:56:08 UTC 2024 - Dirk Müller + +- support non-SUSE distributions + ------------------------------------------------------------------- Fri Oct 6 20:46:05 UTC 2023 - Antonio Teixeira - Update to version 0.27: - * common + * common + Remove Autotools support. + Minor updates to project documentation. + Add pledge(2) support to remaining utilities @@ -112,7 +117,7 @@ Fri Jul 19 22:06:36 CEST 2019 - sbrabec@suse.com ------------------------------------------------------------------- Wed Jun 19 10:05:28 UTC 2019 - Cliff Zhao -- Add desktop-file-utils-add-Pantheon.patch: Backporting upstream +- Add desktop-file-utils-add-Pantheon.patch: Backporting upstream patch to Add Pantheon to desktop env list(fdo#105785 bnc#1094774). ------------------------------------------------------------------- diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index 1ef51b9..b8bc71a 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,7 +1,7 @@ # # spec file for package desktop-file-utils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,8 +38,12 @@ BuildRequires: pkgconfig # We need explicit requirement here, as these are required by # %%filetriggerin that could be started early during the installation # process. +%if 0%{?suse_version} Requires: aaa_base Requires: awk +%else +Requires: gawk +%endif Requires: coreutils %description