From b52656f0ae97a3584d432bddc33cc7846040ace835ae69433a59c057e69d2173 Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Tue, 29 Jun 2021 18:02:49 +0000 Subject: [PATCH 1/3] Accepting request 903101 from network:im:signal - Fix Requires for awk to work also on Fedora OBS-URL: https://build.opensuse.org/request/show/903101 OBS-URL: https://build.opensuse.org/package/show/network:chromium/memory-constraints?expand=0&rev=19 --- memory-constraints.changes | 5 +++++ memory-constraints.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/memory-constraints.changes b/memory-constraints.changes index d9ac5ce..130245b 100644 --- a/memory-constraints.changes +++ b/memory-constraints.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 29 14:50:50 UTC 2021 - Andreas Schneider + +- Fix Requires for awk to work also on Fedora + ------------------------------------------------------------------- Mon May 4 14:47:13 UTC 2020 - Dominique Leuenberger diff --git a/memory-constraints.spec b/memory-constraints.spec index fdb5d99..83f82e5 100644 --- a/memory-constraints.spec +++ b/memory-constraints.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ URL: https://www.opensuse.org/ Source0: %{name}.macros BuildRequires: coreutils BuildRequires: rpm -Requires: awk +Requires: /usr/bin/awk Requires: coreutils BuildArch: noarch From 1eb5c1ddf97f2c406e93689e705eaf621e2fdcc1fb4338637a3eb456e4e9cb55 Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Tue, 29 Jun 2021 18:03:07 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/network:chromium/memory-constraints?expand=0&rev=20 --- memory-constraints.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory-constraints.spec b/memory-constraints.spec index 83f82e5..8481c80 100644 --- a/memory-constraints.spec +++ b/memory-constraints.spec @@ -26,7 +26,7 @@ URL: https://www.opensuse.org/ Source0: %{name}.macros BuildRequires: coreutils BuildRequires: rpm -Requires: /usr/bin/awk +Requires: /bin/awk Requires: coreutils BuildArch: noarch From 412f2042334bf4733a1b1f20cac9c70cb78f20ac0df148edc5e20c966d123e7f Mon Sep 17 00:00:00 2001 From: Callum Farmer Date: Tue, 29 Jun 2021 18:10:50 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/network:chromium/memory-constraints?expand=0&rev=21 --- memory-constraints.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory-constraints.spec b/memory-constraints.spec index 8481c80..83f82e5 100644 --- a/memory-constraints.spec +++ b/memory-constraints.spec @@ -26,7 +26,7 @@ URL: https://www.opensuse.org/ Source0: %{name}.macros BuildRequires: coreutils BuildRequires: rpm -Requires: /bin/awk +Requires: /usr/bin/awk Requires: coreutils BuildArch: noarch