Accepting request 866825 from home:ph03nix:branches:system:install:head
Add some useful tools to the install pattern OBS-URL: https://build.opensuse.org/request/show/866825 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-devel-base?expand=0&rev=17
This commit is contained in:
parent
846617bf6e
commit
8578f30774
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 12:14:19 UTC 2021 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
- Add sparse, smatch and coccinelle to pattern
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 13:12:28 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patterns-openSUSE
|
||||
# spec file for package patterns-devel-base
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -24,14 +24,13 @@ Release: 0
|
||||
Summary: Patterns for Installation (base devel patterns)
|
||||
License: MIT
|
||||
Group: Metapackages
|
||||
Url: https://github.com/openSUSE/patterns
|
||||
URL: https://github.com/openSUSE/patterns
|
||||
Source0: %{name}-rpmlintrc
|
||||
Source1: pattern-definition-32bit.txt
|
||||
Source2: create_32bit-patterns_file.pl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: patterns-rpm-macros
|
||||
|
||||
|
||||
%description
|
||||
This is an internal package that is used to create the patterns as part
|
||||
of the installation source setup. Installation of this package does
|
||||
@ -51,10 +50,10 @@ Provides: pattern-icon() = pattern-basis-devel
|
||||
Provides: pattern-order() = 3140
|
||||
Provides: pattern-visible()
|
||||
%if ! 0%{?is_opensuse}
|
||||
Provides: patterns-sles-Basis-Devel = %{version}
|
||||
Provides: patterns-sled-Basis-Devel = %{version}
|
||||
Obsoletes: patterns-sles-Basis-Devel < %{version}
|
||||
Provides: patterns-sles-Basis-Devel = %{version}
|
||||
Obsoletes: patterns-sled-Basis-Devel < %{version}
|
||||
Obsoletes: patterns-sles-Basis-Devel < %{version}
|
||||
%endif
|
||||
Requires: pattern() = basesystem
|
||||
|
||||
@ -98,6 +97,8 @@ Recommends: binutils-devel
|
||||
Recommends: e2fsprogs-devel
|
||||
Recommends: libapparmor-devel
|
||||
Recommends: libosip2-devel
|
||||
# required for make checks
|
||||
Recommends: sparse
|
||||
Suggests: build
|
||||
# bnc#804006
|
||||
Suggests: osc
|
||||
@ -113,6 +114,8 @@ Suggests: oprofile
|
||||
Suggests: libgssglue-devel
|
||||
Suggests: audit-devel
|
||||
Suggests: nasm
|
||||
Suggests: smatch
|
||||
Suggests: coccinelle
|
||||
|
||||
%description devel_basis
|
||||
Minimal set of tools for compiling and linking applications.
|
||||
|
Loading…
Reference in New Issue
Block a user