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
This commit is contained in:
Antonio Teixeira 2024-01-17 17:14:41 +00:00 committed by Git OBS Bridge
parent 81de36086d
commit b7d7b29796
2 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,13 @@
-------------------------------------------------------------------
Wed Jan 17 14:56:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- support non-SUSE distributions
-------------------------------------------------------------------
Fri Oct 6 20:46:05 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
- 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 <qzhao@suse.com>
- 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).
-------------------------------------------------------------------

View File

@ -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