From b7d7b29796952f4fad8a6956152b57865cc9826c10900602c12336a36dbd112f Mon Sep 17 00:00:00 2001 From: Antonio Teixeira Date: Wed, 17 Jan 2024 17:14:41 +0000 Subject: [PATCH] Accepting request 1139488 from home:dirkmueller:AL:TW - support non-SUSE distributions * common - Add desktop-file-utils-add-Pantheon.patch: Backporting upstream OBS-URL: https://build.opensuse.org/request/show/1139488 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=89 --- desktop-file-utils.changes | 9 +++++++-- desktop-file-utils.spec | 6 +++++- 2 files changed, 12 insertions(+), 3 deletions(-) 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