1
0

1 Commits

Author SHA256 Message Date
b9096eab20 Accepting request 1251817 from home:fcrozat:branches:system:install:head
- Drop libapparmor-devel recommends also for Tumbleweed.

- Adapt patterns for SLES 16.

OBS-URL: https://build.opensuse.org/request/show/1251817
OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-devel-base?expand=0&rev=26
2025-03-11 10:26:25 +00:00
2 changed files with 19 additions and 2 deletions

View File

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