Accepting request 903117 from network:chromium
- Fix Requires for awk to work also on Fedora OBS-URL: https://build.opensuse.org/request/show/903117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memory-constraints?expand=0&rev=4
This commit is contained in:
commit
f0cbcf1394
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 14:50:50 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Fix Requires for awk to work also on Fedora
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 4 14:47:13 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon May 4 14:47:13 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package memory-constraints
|
# spec file for package memory-constraints
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ URL: https://www.opensuse.org/
|
|||||||
Source0: %{name}.macros
|
Source0: %{name}.macros
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: rpm
|
BuildRequires: rpm
|
||||||
Requires: awk
|
Requires: /usr/bin/awk
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user