11
0

11 Commits

Author SHA256 Message Date
a5cc6360a7 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
2023-08-21 09:42:52 +00:00
74dc6b7860 Accepting request 1039128 from system:install:head
- Do not recommend gitk: this seems to be one of the most aged
  versions of git frontends (using Tcl/Tk).

- suggests php8 instead of php7

OBS-URL: https://build.opensuse.org/request/show/1039128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=11
2022-12-01 15:58:18 +00:00
7be960e126 Accepting request 957227 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/957227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=10
2022-02-24 17:18:34 +00:00
5c3ad94827 Accepting request 867019 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/867019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=9
2021-01-29 13:56:09 +00:00
fb5639723f Accepting request 656160 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/656160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=8
2018-12-31 08:43:02 +00:00
4be6c5e103 Accepting request 639316 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/639316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=7
2018-10-04 16:57:02 +00:00
7585818ada Accepting request 626416 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/626416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=6
2018-08-02 12:54:46 +00:00
36ad072b47 Accepting request 624687 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/624687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=5
2018-07-27 08:52:31 +00:00
a48651710c Accepting request 527719 from system:install:head
1

OBS-URL: https://build.opensuse.org/request/show/527719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=4
2017-09-25 11:54:37 +00:00
c7f5b7e66d Accepting request 510965 from system:install:head
1

OBS-URL: https://build.opensuse.org/request/show/510965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=3
2017-07-30 09:24:44 +00:00
8e79fd0f24 Accepting request 494908 from system:install:head
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/494908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=2
2017-05-20 08:09:13 +00:00
2 changed files with 2 additions and 19 deletions

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Mon Mar 10 14:24:33 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
- Drop libapparmor-devel recommends also for Tumbleweed.
-------------------------------------------------------------------
Fri Mar 7 13:46:02 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
- Adapt patterns for SLES 16.
-------------------------------------------------------------------
Fri Aug 18 08:07:40 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package patterns-devel-base
#
# Copyright (c) 2025 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
@@ -40,8 +40,6 @@ 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
@@ -91,15 +89,14 @@ Recommends: libstdc++-devel
Recommends: openldap2-devel
Recommends: pam-devel
Recommends: pkg-config
%if 0%{?is_opensuse}
Recommends: subversion
%endif
# most of our packages use this tool
Recommends: fdupes
# applying patches
Recommends: patch
Recommends: binutils-devel
Recommends: e2fsprogs-devel
Recommends: libapparmor-devel
Recommends: libosip2-devel
# required for make checks
Recommends: sparse
@@ -301,17 +298,13 @@ done
for i in devel_basis devel_kernel; do
echo "This file marks the pattern $i to be installed." \
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
%if 0%{?is_opensuse}
echo "This file marks the pattern $i-32bit to be installed." \
>"%{buildroot}/usr/share/doc/packages/patterns/$i-32bit.txt"
%endif
done
#
# This file is created at check-in time. Sorry for the inconsistent workflow :(
#
%if 0%{?is_opensuse}
%include %{SOURCE1}
%endif
%changelog