Accepting request 1104642 from system:install:head

- Require awk by devel_basis: the usage of awk inside
  configure.ac/Makefile.am is quite common and we should provide
  this basic tool together with autoconf/automake (boo#1214365).

OBS-URL: https://build.opensuse.org/request/show/1104642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-08-21 09:42:52 +00:00 committed by Git OBS Bridge
commit a5cc6360a7
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 18 08:07:40 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Require awk by devel_basis: the usage of awk inside
configure.ac/Makefile.am is quite common and we should provide
this basic tool together with autoconf/automake (boo#1214365).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 30 13:59:27 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Wed Nov 30 13:59:27 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package patterns-devel-base # spec file for package patterns-devel-base
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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
@ -39,8 +39,8 @@ not make sense.
This particular package contains the base development patterns (and the other This particular package contains the base development patterns (and the other
development patterns that don't fit well anywhere else). development patterns that don't fit well anywhere else).
################################################################################
################################################################################
%package devel_basis %package devel_basis
%pattern_development %pattern_development
Summary: Base Development Summary: Base Development
@ -59,6 +59,7 @@ Requires: pattern() = basesystem
Requires: autoconf Requires: autoconf
Requires: automake Requires: automake
Requires: awk
Requires: binutils Requires: binutils
Requires: bison Requires: bison
Requires: cpp Requires: cpp