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:
commit
a5cc6360a7
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
development patterns that don't fit well anywhere else).
|
||||
|
||||
################################################################################
|
||||
|
||||
################################################################################
|
||||
%package devel_basis
|
||||
%pattern_development
|
||||
Summary: Base Development
|
||||
@ -59,6 +59,7 @@ Requires: pattern() = basesystem
|
||||
|
||||
Requires: autoconf
|
||||
Requires: automake
|
||||
Requires: awk
|
||||
Requires: binutils
|
||||
Requires: bison
|
||||
Requires: cpp
|
||||
|
Loading…
Reference in New Issue
Block a user