forked from pool/patterns-devel-base
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
b9096eab20 |
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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).
|
||||
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
%package devel_basis
|
||||
%pattern_development
|
||||
@@ -89,14 +91,15 @@ 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
|
||||
@@ -298,13 +301,17 @@ 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
|
||||
|
Reference in New Issue
Block a user