2017-04-24 11:33:06 +02:00
|
|
|
#
|
2017-05-08 19:18:15 +02:00
|
|
|
# spec file for package patterns-base
|
2017-04-24 11:33:06 +02:00
|
|
|
#
|
2021-01-26 11:24:54 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2017-04-24 11:33:06 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-06-24 09:20:16 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-04-24 11:33:06 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_with betatest
|
|
|
|
Name: patterns-base
|
2020-05-05 14:19:23 +02:00
|
|
|
Version: 20200505
|
2017-04-24 11:33:06 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Patterns for Installation (base patterns)
|
|
|
|
License: MIT
|
|
|
|
Group: Metapackages
|
2018-12-11 10:22:13 +01:00
|
|
|
URL: https://github.com/openSUSE/patterns
|
2017-04-24 11:33:06 +02:00
|
|
|
Source0: %{name}-rpmlintrc
|
2018-10-04 07:55:00 +02:00
|
|
|
Source1: pattern-definition-32bit.txt
|
|
|
|
Source2: create_32bit-patterns_file.pl
|
2017-07-03 11:08:28 +02:00
|
|
|
BuildRequires: patterns-rpm-macros
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%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
|
|
|
|
not make sense.
|
|
|
|
|
|
|
|
This particular package contains all the base / core patterns (and those that don't fit well anywhere else).
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
# bsc#1088669 - only provide 32bit pattern for 64bit intel
|
|
|
|
%ifarch x86_64
|
|
|
|
%package 32bit
|
|
|
|
%pattern_basetechnologies
|
|
|
|
Summary: 32-Bit Runtime Environment
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = 32bit
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-cli
|
2018-10-04 07:55:00 +02:00
|
|
|
Provides: pattern-order() = 1180
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern 32bit
|
2018-10-04 07:55:00 +02:00
|
|
|
|
|
|
|
%description 32bit
|
|
|
|
This will install the 32-bit variant of all selected patterns. This allows to execute 32-bit software.
|
|
|
|
|
|
|
|
%files 32bit
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/32bit.txt
|
|
|
|
%endif
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-24 11:33:06 +02:00
|
|
|
%package apparmor
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2017-04-24 11:33:06 +02:00
|
|
|
Summary: AppArmor
|
|
|
|
Group: Metapackages
|
2017-08-30 17:24:09 +02:00
|
|
|
Provides: pattern() = apparmor
|
|
|
|
Provides: pattern-icon() = pattern-apparmor
|
|
|
|
Provides: pattern-order() = 1100
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern apparmor
|
2018-12-11 10:22:13 +01:00
|
|
|
Requires: pattern() = minimal_base
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2017-09-22 14:49:31 +02:00
|
|
|
Requires: apparmor-abstractions
|
|
|
|
Requires: apparmor-parser
|
|
|
|
Requires: apparmor-profiles
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: apparmor-docs
|
|
|
|
Recommends: apparmor-utils
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: yast2-apparmor
|
|
|
|
Suggests: pam_apparmor
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
Requires: audit
|
2018-10-04 07:55:00 +02:00
|
|
|
%else
|
|
|
|
Recommends: audit
|
2017-09-22 14:49:31 +02:00
|
|
|
%endif
|
2019-08-30 15:15:17 +02:00
|
|
|
Recommends: apparmor-docs
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%description apparmor
|
|
|
|
AppArmor is an application security framework that provides mandatory access control for programs. It protects from exploitation of software flaws and compromised systems. It offers an advanced tool set that automates the development of per-program application security without requiring additional knowledge.
|
|
|
|
|
|
|
|
%files apparmor
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/apparmor.txt
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2017-08-30 17:24:09 +02:00
|
|
|
%package basesystem
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2020-04-20 15:06:19 +02:00
|
|
|
Summary: Base System (alias pattern for base)
|
2017-04-24 11:33:06 +02:00
|
|
|
Group: Metapackages
|
2017-07-03 11:12:40 +02:00
|
|
|
Provides: pattern() = basesystem
|
2017-07-03 11:08:28 +02:00
|
|
|
Provides: pattern-icon() = pattern-basis
|
2020-04-20 15:06:19 +02:00
|
|
|
Requires: pattern() = base
|
2017-08-30 17:24:09 +02:00
|
|
|
|
|
|
|
%description basesystem
|
|
|
|
This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.
|
2017-07-03 11:08:28 +02:00
|
|
|
|
2017-08-30 17:24:09 +02:00
|
|
|
%files basesystem
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/basesystem.txt
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package base
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2019-02-17 23:15:50 +01:00
|
|
|
Summary: Minimal Base System
|
2017-08-30 17:24:09 +02:00
|
|
|
Group: Metapackages
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern() = base
|
|
|
|
Provides: pattern-icon() = pattern-basis
|
2018-10-04 07:55:00 +02:00
|
|
|
Provides: pattern-order() = 1030
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern base
|
|
|
|
%obsolete_legacy_pattern minimal
|
2017-09-22 14:49:31 +02:00
|
|
|
Requires: pattern() = minimal_base
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2020-04-20 15:06:19 +02:00
|
|
|
Requires: aaa_base
|
2021-02-19 22:29:30 +01:00
|
|
|
%if %{with betatest}
|
|
|
|
Requires: aaa_base-malloccheck
|
|
|
|
%endif
|
2020-04-20 15:06:19 +02:00
|
|
|
Requires: bash
|
|
|
|
Requires: ca-certificates-mozilla
|
|
|
|
Requires: coreutils
|
|
|
|
Requires: glibc
|
|
|
|
Requires: libnss_usrfiles2
|
|
|
|
Requires: pam
|
|
|
|
Requires: pam-config
|
|
|
|
Requires: rpm
|
|
|
|
Requires: sysconfig
|
|
|
|
Requires: system-user-nobody
|
|
|
|
Requires: systemd
|
2017-05-08 19:18:15 +02:00
|
|
|
Requires: util-linux
|
2020-04-20 15:06:19 +02:00
|
|
|
Requires: zypper
|
|
|
|
%if 0%{?sle_version}
|
|
|
|
Recommends: SUSEConnect
|
2021-05-28 22:08:14 +02:00
|
|
|
Recommends: rollback-helper
|
2019-02-25 21:08:07 +01:00
|
|
|
%endif
|
2020-06-04 15:24:01 +02:00
|
|
|
# Support multiversion(kernel) (jsc#SLE-10162)
|
|
|
|
Requires: purge-kernels-service
|
2019-03-28 09:54:24 +01:00
|
|
|
# Add some static base tool in case system explodes; Recommend only, as users are free to uninstall it
|
|
|
|
Recommends: busybox-static
|
2020-04-20 15:06:19 +02:00
|
|
|
Recommends: elfutils
|
2021-05-28 22:08:14 +02:00
|
|
|
Recommends: glibc-locale-base
|
2021-03-03 11:56:29 +01:00
|
|
|
Recommends: hostname
|
2020-04-20 15:06:19 +02:00
|
|
|
Recommends: iproute2
|
2021-03-09 08:37:25 +01:00
|
|
|
Recommends: issue-generator
|
2020-07-27 12:32:04 +02:00
|
|
|
Recommends: pam_pwquality
|
2021-03-03 11:56:29 +01:00
|
|
|
Recommends: shadow
|
2020-04-20 15:06:19 +02:00
|
|
|
Recommends: system-group-trusted
|
|
|
|
Recommends: system-group-wheel
|
|
|
|
Recommends: system-user-bin
|
|
|
|
Recommends: system-user-daemon
|
|
|
|
Recommends: terminfo
|
|
|
|
Recommends: terminfo-iterm
|
|
|
|
Recommends: terminfo-screen
|
|
|
|
Recommends: timezone
|
2020-06-04 15:24:01 +02:00
|
|
|
%ifarch ppc64 ppc64le
|
|
|
|
# bsc#1098849
|
|
|
|
Requires: ppc64-diag
|
|
|
|
%endif
|
2019-05-02 10:18:18 +02:00
|
|
|
# Current systems suffer from entropy starvation (bsc#1131369)
|
|
|
|
%ifarch aarch64 %ix86 x86_64 ppc64 ppc64le s390x
|
|
|
|
Recommends: haveged
|
|
|
|
%endif
|
2020-06-04 14:03:53 +02:00
|
|
|
# hint for aaa_base requiring /usr/bin/xz
|
2020-06-04 13:41:57 +02:00
|
|
|
Suggests: xz
|
2020-06-10 15:08:44 +02:00
|
|
|
# if anything wants to recommend an MTA, openSUSE defaults to postfix (boo#1136078)
|
|
|
|
Suggests: postfix
|
2021-02-24 12:26:41 +01:00
|
|
|
# we have two providers for 'pulseaudio' - prefer the real one for the time being
|
|
|
|
Suggests: pulseaudio
|
2021-05-28 22:08:14 +02:00
|
|
|
# There are multiple providers for /usr/bin/openssl and openssl(cli); defaulting to openssl
|
|
|
|
Suggests: openssl
|
2021-05-28 22:11:23 +02:00
|
|
|
# In line with above: the default openssl version is 1.1 for now; at the moment, the meta package does not provide all symbols needed
|
|
|
|
Suggests: openssl-1_1
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%description base
|
|
|
|
This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.
|
|
|
|
|
|
|
|
%files base
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/base.txt
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2019-06-24 09:20:16 +02:00
|
|
|
# This pattern contains everything the SLES x11 package used to have that
|
|
|
|
# doesn't need to be in the openSUSE x11 package
|
|
|
|
%package basic_desktop
|
|
|
|
%pattern_graphicalenvironments
|
|
|
|
Summary: A very basic desktop (previously part of x11 pattern)
|
|
|
|
Group: Metapackages
|
2019-07-19 17:33:29 +02:00
|
|
|
Provides: pattern() = basic_desktop
|
2020-05-07 11:24:24 +02:00
|
|
|
Provides: pattern-icon() = pattern-x11
|
2019-06-24 09:20:16 +02:00
|
|
|
Provides: pattern-order() = 1802
|
|
|
|
Provides: pattern-visible()
|
|
|
|
Requires: pattern() = x11
|
|
|
|
|
|
|
|
# choose icewm-default if you have a choice
|
|
|
|
# icewm-lite is too lightweight in new release
|
|
|
|
Requires: icewm-default
|
|
|
|
Requires: icewm-theme-branding
|
|
|
|
Recommends: libgnomesu
|
|
|
|
Recommends: openssh-askpass-gnome
|
|
|
|
|
|
|
|
%description basic_desktop
|
2020-11-11 10:14:13 +01:00
|
|
|
This pattern installs a rather basic desktop (icewm)
|
2019-06-24 09:20:16 +02:00
|
|
|
|
2019-07-19 14:57:07 +02:00
|
|
|
%files basic_desktop
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/basic_desktop.txt
|
|
|
|
|
2019-06-24 09:20:16 +02:00
|
|
|
################################################################################
|
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:33:06 +02:00
|
|
|
%package console
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2017-04-24 11:33:06 +02:00
|
|
|
Summary: Console Tools
|
|
|
|
Group: Metapackages
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern() = console
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-cli
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern-order() = 1120
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern console
|
2017-08-30 17:24:09 +02:00
|
|
|
Requires: pattern() = enhanced_base
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: at
|
|
|
|
Recommends: bc
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: ed
|
|
|
|
Recommends: emacs-nox
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: libyui-ncurses
|
|
|
|
Recommends: libyui-ncurses-pkg
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: mc
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: mosh
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: mtools
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: sensors
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: susepaste
|
|
|
|
Recommends: susepaste-screenshot
|
|
|
|
Recommends: tmux
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: w3m
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: alpine
|
2017-04-24 11:33:06 +02:00
|
|
|
Suggests: bsd-games
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: cnetworkmanager
|
|
|
|
Suggests: convert
|
|
|
|
Suggests: dar
|
|
|
|
Suggests: ding
|
|
|
|
Suggests: gcal
|
2017-04-24 11:33:06 +02:00
|
|
|
Suggests: grepmail
|
|
|
|
Suggests: irssi
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: lftp
|
2017-04-24 11:33:06 +02:00
|
|
|
Suggests: links
|
2017-09-22 14:49:31 +02:00
|
|
|
Suggests: lynx
|
2017-04-24 11:33:06 +02:00
|
|
|
Suggests: minicom
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: mlocate
|
|
|
|
Suggests: mutt
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: ncftp
|
2017-07-03 11:08:28 +02:00
|
|
|
Suggests: pico
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: pinfo
|
|
|
|
Suggests: slrn
|
2017-07-03 11:08:28 +02:00
|
|
|
Suggests: units
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: vlock
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%description console
|
|
|
|
Applications useful for those using the console and no graphical desktop environment.
|
|
|
|
|
|
|
|
%files console
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/console.txt
|
2018-10-04 07:55:00 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package documentation
|
|
|
|
%pattern_documentation
|
|
|
|
Summary: Help and Support Documentation
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = documentation
|
|
|
|
Provides: pattern-icon() = pattern-documentation
|
|
|
|
Provides: pattern-order() = 1005
|
|
|
|
Provides: pattern-visible()
|
2019-09-05 09:10:01 +02:00
|
|
|
Requires: pattern() = minimal_base
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern documentation
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2019-09-05 09:10:01 +02:00
|
|
|
Requires: man
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: man-pages
|
|
|
|
# note pam is in every install so no point in using packageand
|
|
|
|
Recommends: pam-doc
|
|
|
|
|
|
|
|
%description documentation
|
|
|
|
Help and Support Documentation
|
|
|
|
|
|
|
|
%files documentation
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/documentation.txt
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package enhanced_base
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2017-04-24 11:33:06 +02:00
|
|
|
Summary: Enhanced Base System
|
|
|
|
Group: Metapackages
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern() = enhanced_base
|
|
|
|
Provides: pattern-icon() = pattern-basis
|
|
|
|
Provides: pattern-order() = 1060
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern enhanced_base
|
2017-05-04 08:51:36 +02:00
|
|
|
Requires: pattern() = base
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: pattern() = apparmor
|
2020-10-20 12:39:33 +02:00
|
|
|
Recommends: pattern() = documentation
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: pattern() = sw_management
|
|
|
|
Recommends: pattern() = yast2_basis
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2019-09-05 09:10:01 +02:00
|
|
|
Requires: openssh
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: aaa_base-extras
|
|
|
|
# getfacl and setfacl
|
|
|
|
Recommends: acl
|
|
|
|
# getattr and setattr
|
|
|
|
Recommends: attr
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: autofs
|
2020-04-27 10:24:33 +02:00
|
|
|
Recommends: bash-completion
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: bind-utils
|
2017-04-24 11:33:06 +02:00
|
|
|
# compressor is interesting
|
|
|
|
Recommends: bzip2
|
2017-08-30 17:24:09 +02:00
|
|
|
# #375103
|
|
|
|
Recommends: cifs-utils
|
|
|
|
Recommends: command-not-found
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: cpio
|
|
|
|
Recommends: cpupower
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: cryptsetup
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: curl
|
|
|
|
# bnc#430895
|
|
|
|
# cyrus-sasl-saslauthd
|
2017-08-30 17:24:09 +02:00
|
|
|
# delta rpms are considered cool for updates
|
|
|
|
Recommends: deltarpm
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: diffutils
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: dos2unix
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: e2fsprogs
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: ethtool
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: file
|
|
|
|
Recommends: fillup
|
|
|
|
Recommends: findutils
|
2018-12-11 10:22:13 +01:00
|
|
|
# firewall by default
|
|
|
|
Recommends: firewalld
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: fuse
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: gawk
|
|
|
|
Recommends: gettext-runtime
|
|
|
|
Recommends: glibc-locale
|
2021-05-28 22:08:14 +02:00
|
|
|
Recommends: glibc-locale-base
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: gpart
|
|
|
|
Recommends: gpg2
|
|
|
|
Recommends: gpm
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: grep
|
|
|
|
Recommends: gzip
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: hdparm
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: hwinfo
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: info
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: initviocons
|
2017-08-30 17:24:09 +02:00
|
|
|
# ping is required for network tests
|
|
|
|
Recommends: iputils
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: irqbalance
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: joe
|
|
|
|
Recommends: kmod-compat
|
2017-08-30 17:24:09 +02:00
|
|
|
# #303857
|
|
|
|
Recommends: kpartx
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: krb5
|
2017-08-30 17:24:09 +02:00
|
|
|
# pager
|
|
|
|
Recommends: less
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: logrotate
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: lsscsi
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: mailx
|
|
|
|
# man by default (#304687)
|
|
|
|
Recommends: man
|
|
|
|
# needed for detecting software raid - required by yast2-storage too
|
|
|
|
Recommends: mdadm
|
2019-02-14 01:31:47 +01:00
|
|
|
Recommends: multipath-tools
|
2017-08-30 17:24:09 +02:00
|
|
|
# split out of ncurses
|
|
|
|
Recommends: ncurses-utils
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: net-snmp
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: netcat-openbsd
|
|
|
|
Recommends: netcfg
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: nfs-client
|
|
|
|
Recommends: nfsidmap
|
|
|
|
Recommends: nscd
|
2018-12-11 10:22:13 +01:00
|
|
|
# mount NTFS rw (bsc#1087242)
|
|
|
|
Recommends: ntfs-3g
|
|
|
|
Recommends: ntfsprogs
|
2018-10-04 07:55:00 +02:00
|
|
|
# TODO: should this be in more places
|
|
|
|
Recommends: pam-config
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: parted
|
|
|
|
Recommends: pciutils
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: pciutils-ids
|
|
|
|
Recommends: perl-Bootloader
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: perl-base
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: pinentry
|
2018-12-11 10:22:13 +01:00
|
|
|
# fuser (psmisc) by default (#304694)
|
|
|
|
Recommends: psmisc
|
|
|
|
Recommends: rsync
|
2019-08-14 15:49:28 +02:00
|
|
|
%if 0%{?sle_version}
|
|
|
|
# in SLE we still want /var/log/messages as all of the docu refers to it
|
2018-10-04 07:55:00 +02:00
|
|
|
# TODO: if we still want it everywhere it should move back to base
|
|
|
|
Recommends: rsyslog
|
2019-08-14 15:49:28 +02:00
|
|
|
%else
|
|
|
|
# go for journal in TW (boo#1143144)
|
|
|
|
Recommends: systemd-logger
|
|
|
|
%endif
|
2017-08-30 17:24:09 +02:00
|
|
|
# Bug 424707 - Feature "Command not found" for openSUSE by default
|
|
|
|
Recommends: scout
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: screen
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: sed
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: sg3_utils
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: smartmontools
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: sudo
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: sysconfig
|
2018-12-11 10:22:13 +01:00
|
|
|
#SUSE hardware tunings
|
|
|
|
Recommends: system-tuning-common-SUSE
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: systemd-sysvinit
|
|
|
|
Recommends: time
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: timezone
|
2017-08-30 17:24:09 +02:00
|
|
|
# autoconfig new printers - bnc#808014
|
|
|
|
Recommends: udev-configure-printer
|
|
|
|
# lsusb is good for debugging USB devices - #401593
|
|
|
|
Recommends: usbutils
|
2017-07-03 11:08:28 +02:00
|
|
|
# Our editor of choice
|
|
|
|
Recommends: vim
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: wget
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: xz
|
|
|
|
Recommends: zisofs-tools
|
|
|
|
# DELL computers mainly #403270, but #441079
|
|
|
|
Suggests: biosdevname
|
|
|
|
Suggests: cpupower
|
|
|
|
# #437252
|
|
|
|
Suggests: pam_ssh
|
|
|
|
Suggests: xfsprogs
|
|
|
|
Suggests: zip
|
2017-08-30 17:24:09 +02:00
|
|
|
%ifarch aarch64 %ix86 x86_64
|
|
|
|
Recommends: dmidecode
|
|
|
|
%endif
|
2017-09-22 14:49:31 +02:00
|
|
|
%ifarch ppc
|
|
|
|
Recommends: hfsutils
|
2017-08-30 17:24:09 +02:00
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
%ifarch ppc
|
2017-07-03 11:08:28 +02:00
|
|
|
# #303737
|
|
|
|
Recommends: mouseemu
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: pdisk
|
|
|
|
Recommends: powerpc32
|
2017-04-24 11:33:06 +02:00
|
|
|
%endif
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: plymouth
|
2017-09-22 14:49:31 +02:00
|
|
|
# Other packages we have in openSUSE and not SLE-15
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
Recommends: dmraid
|
|
|
|
Recommends: dosfstools
|
|
|
|
Recommends: ifplugd
|
|
|
|
Recommends: klogd
|
|
|
|
# boo#1034493
|
|
|
|
Recommends: nano
|
|
|
|
Recommends: openldap2-client
|
|
|
|
Recommends: prctl
|
|
|
|
# fuser (psmisc) by default (#304694)
|
|
|
|
Recommends: psmisc
|
|
|
|
Recommends: smp_utils
|
|
|
|
# useful for debugging
|
|
|
|
Recommends: strace
|
|
|
|
# having a ftp command line client is good for moving log files
|
|
|
|
Recommends: tnftp
|
|
|
|
Recommends: tuned
|
|
|
|
Recommends: wireless-tools
|
|
|
|
Recommends: wol
|
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
Recommends: acpica
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
Recommends: mcelog
|
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
%ifarch aarch64 x86_64
|
|
|
|
Recommends: numactl
|
|
|
|
%endif
|
2017-09-22 14:49:31 +02:00
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
Recommends: ucode-amd
|
|
|
|
Recommends: ucode-intel
|
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: joe
|
|
|
|
Recommends: mpt-status
|
|
|
|
Recommends: prctl
|
|
|
|
Recommends: procinfo
|
|
|
|
Recommends: procmail
|
|
|
|
Recommends: providers
|
|
|
|
Recommends: setserial
|
|
|
|
Recommends: sharutils
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: spax
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: strace
|
|
|
|
Recommends: terminfo
|
|
|
|
Recommends: vlan
|
|
|
|
Recommends: wol
|
|
|
|
Suggests: acpid
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: cracklib-dict-full
|
|
|
|
# needed as soon as you want to do kerberos authentication
|
|
|
|
Suggests: cyrus-sasl-gssapi
|
2017-04-24 11:33:06 +02:00
|
|
|
Suggests: delayacct-utils
|
2021-02-23 17:00:55 +01:00
|
|
|
# Hint for zypper to prefer ed over busybox-ed
|
|
|
|
Suggests: ed
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: groff
|
|
|
|
Suggests: hfsutils
|
2017-08-30 17:24:09 +02:00
|
|
|
# bnc#388570
|
|
|
|
Suggests: kerneloops
|
2019-02-14 01:31:47 +01:00
|
|
|
Suggests: man-pages
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: man-pages-posix
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: ocfs2-tools
|
|
|
|
Suggests: pwgen
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: unzip
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: w3m-el
|
|
|
|
# delta apply
|
|
|
|
Suggests: xdelta
|
|
|
|
# tool for xfs
|
|
|
|
Suggests: xfsdump
|
2018-12-11 10:22:13 +01:00
|
|
|
# #754959
|
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
Suggests: hyper-v
|
|
|
|
%endif
|
2019-08-30 15:15:17 +02:00
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
|
2019-08-30 15:15:17 +02:00
|
|
|
%description enhanced_base
|
2017-04-24 11:33:06 +02:00
|
|
|
This is the enhanced base runtime system with lots of convenience packages.
|
|
|
|
|
2019-08-30 15:15:17 +02:00
|
|
|
%files enhanced_base
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
2019-08-30 15:15:17 +02:00
|
|
|
%{_docdir}/patterns/enhanced_base.txt
|
|
|
|
|
|
|
|
################################################################################
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package minimal_base
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2019-02-17 23:15:50 +01:00
|
|
|
Summary: Minimal Appliance Base
|
2017-04-24 11:33:06 +02:00
|
|
|
Group: Metapackages
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern() = minimal_base
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-basis
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern-order() = 5190
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern minimal_base
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2019-09-05 09:10:01 +02:00
|
|
|
Requires: branding
|
2020-04-20 15:06:19 +02:00
|
|
|
Requires: distribution-release
|
|
|
|
# Tell the solver to default to the main product
|
2019-03-15 10:06:16 +01:00
|
|
|
Suggests: openSUSE-release
|
2020-04-20 15:06:19 +02:00
|
|
|
Requires: filesystem
|
|
|
|
# those packages are actually useless as they don't use
|
|
|
|
# %_keyringpath but we need them eg for kiwi
|
|
|
|
Requires: build-key
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
%description minimal_base
|
2020-04-20 15:06:19 +02:00
|
|
|
This is the minimal runtime system. It is really a minimal system. It is intended as base for Appliances.
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%files minimal_base
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/minimal_base.txt
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2020-04-15 15:47:08 +02:00
|
|
|
%package bootloader
|
|
|
|
%pattern_basetechnologies
|
|
|
|
Summary: Bootloader
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = bootloader
|
|
|
|
#
|
|
|
|
Requires: grub2
|
2020-04-23 16:17:23 +02:00
|
|
|
Requires: (grub2-snapper-plugin if snapper)
|
2020-04-15 15:47:08 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
# XXX: not sure this really belongs here. More like a kernel
|
|
|
|
# rather than bootloader related thing?
|
|
|
|
Requires: biosdevname
|
|
|
|
%endif
|
2020-07-23 09:37:25 +02:00
|
|
|
%ifnarch s390x ppc64 ppc64le
|
2020-04-15 15:47:08 +02:00
|
|
|
Requires: (grub2-branding-openSUSE if branding-openSUSE)
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
Requires: grub2-x86_64-efi
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
Requires: grub2-arm64-efi
|
|
|
|
%endif
|
|
|
|
%ifarch armv7l armv7hl
|
|
|
|
Requires: grub2-arm-efi
|
|
|
|
Requires: grub2-arm-uboot
|
|
|
|
%endif
|
2021-03-09 08:37:25 +01:00
|
|
|
%ifarch aarch64 x86_64
|
2020-04-15 15:47:08 +02:00
|
|
|
Requires: mokutil
|
|
|
|
Requires: shim
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description bootloader
|
|
|
|
This pattern holds files required for booting the system
|
|
|
|
|
|
|
|
%files bootloader
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/bootloader.txt
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2020-11-11 10:14:13 +01:00
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
%package selinux
|
|
|
|
%pattern_basetechnologies
|
|
|
|
Summary: SELinux
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = selinux
|
|
|
|
Provides: pattern-icon() = pattern-selinux
|
|
|
|
Provides: pattern-order() = 1110
|
|
|
|
Provides: pattern-visible()
|
|
|
|
Requires: pattern() = minimal_base
|
|
|
|
|
|
|
|
Recommends: checkpolicy
|
|
|
|
Recommends: container-selinux
|
|
|
|
Requires: policycoreutils
|
|
|
|
Recommends: restorecond
|
|
|
|
Requires: selinux-policy
|
|
|
|
Recommends: selinux-policy-targeted
|
|
|
|
Requires: selinux-autorelabel
|
|
|
|
Requires: selinux-tools
|
|
|
|
|
|
|
|
%description selinux
|
|
|
|
Security-Enhanced Linux (SELinux) provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).
|
|
|
|
Its architecture strives to separate enforcement of security decisions from the security policy, and streamlines the amount of software involved with security policy enforcement.
|
|
|
|
|
|
|
|
%files selinux
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/selinux.txt
|
|
|
|
%endif
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-24 11:33:06 +02:00
|
|
|
%package sw_management
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2017-04-24 11:33:06 +02:00
|
|
|
Summary: Software Management
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = sw_management
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-software-management
|
2017-04-24 11:33:06 +02:00
|
|
|
Provides: pattern-order() = 1360
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern sw_management
|
2019-09-05 09:10:01 +02:00
|
|
|
# Zypper is the basic sw_management stack for *SUSE
|
|
|
|
Requires: zypper
|
2017-05-18 13:40:01 +02:00
|
|
|
%if 0%{?sle_version}
|
2019-02-14 01:31:47 +01:00
|
|
|
Recommends: pattern() = sw_management_x11
|
|
|
|
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: lifecycle-data
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: zypper-lifecycle-plugin
|
2017-05-18 13:40:01 +02:00
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%description sw_management
|
|
|
|
This pattern provides a graphical application and a command line tool for keeping your system up to date.
|
|
|
|
|
|
|
|
%files sw_management
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/sw_management.txt
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2020-02-05 22:04:01 +01:00
|
|
|
%package transactional_base
|
|
|
|
%pattern_basetechnologies
|
|
|
|
Summary: Transactional Base System
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = transactional_base
|
|
|
|
Provides: pattern-icon() = pattern-kubic
|
|
|
|
Provides: pattern-order() = 1050
|
|
|
|
Requires: pattern() = base
|
|
|
|
|
|
|
|
Requires: read-only-root-fs
|
|
|
|
Requires: rebootmgr
|
|
|
|
Requires: systemd-presets-branding-transactional-server
|
|
|
|
Requires: transactional-update
|
|
|
|
Requires: transactional-update-zypp-config
|
|
|
|
Suggests: health-checker
|
|
|
|
|
|
|
|
%description transactional_base
|
|
|
|
This is the base system for a host updated by Transactional Updates. Includes Tools for systems with a read-only root filesystem.
|
|
|
|
|
|
|
|
%files transactional_base
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/transactional_base.txt
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:33:06 +02:00
|
|
|
%package update_test
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_basetechnologies
|
2017-04-24 11:33:06 +02:00
|
|
|
Summary: Tests for the Update Stack
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = update_test
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-tests
|
2017-04-24 11:33:06 +02:00
|
|
|
Provides: pattern-order() = 1380
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern update_test
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2020-05-05 14:19:23 +02:00
|
|
|
Requires: update-test-affects-package-manager
|
|
|
|
Requires: update-test-interactive
|
|
|
|
Requires: update-test-optional
|
|
|
|
Requires: update-test-reboot-needed
|
|
|
|
Requires: update-test-security
|
2020-05-05 17:49:44 +02:00
|
|
|
Requires: update-test-trivial
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
%description update_test
|
|
|
|
Packages used for testing that the update stack works. These tiny packages do not have any functionality themselves.
|
|
|
|
|
|
|
|
%files update_test
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/update_test.txt
|
2018-10-04 07:55:00 +02:00
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package x11
|
2017-09-22 14:49:31 +02:00
|
|
|
%pattern_graphicalenvironments
|
2017-04-24 11:33:06 +02:00
|
|
|
Summary: X Window System
|
|
|
|
Group: Metapackages
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern() = x11
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-x11
|
2017-09-22 14:49:31 +02:00
|
|
|
Provides: pattern-order() = 1800
|
|
|
|
Provides: pattern-visible()
|
2019-08-30 15:15:17 +02:00
|
|
|
%obsolete_legacy_pattern x11
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: pattern() = base
|
|
|
|
%if 0%{?is_opensuse}
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: pattern() = x11_enhanced
|
2020-02-05 22:04:01 +01:00
|
|
|
%else
|
|
|
|
# Upgrade path for SLE 15 SP1 and older
|
|
|
|
Recommends: pattern() = basic_desktop
|
2018-10-04 07:55:00 +02:00
|
|
|
%endif
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
Requires: xorg-x11-fonts-core
|
|
|
|
Requires: xorg-x11-server
|
|
|
|
Recommends: dejavu-fonts
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: libyui-qt
|
|
|
|
Recommends: libyui-qt-pkg
|
2020-08-03 12:27:22 +02:00
|
|
|
# Recommend something other than xdm, default to lightdm
|
|
|
|
Recommends: (gdm or lightdm or sddm)
|
|
|
|
Suggests: lightdm
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: noto-sans-fonts
|
|
|
|
Recommends: tigervnc
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: x11-tools
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: xdmbgrd
|
|
|
|
Recommends: xorg-x11-Xvnc
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: xorg-x11-driver-video
|
|
|
|
Recommends: xorg-x11-essentials
|
|
|
|
Recommends: xorg-x11-fonts
|
|
|
|
Recommends: xorg-x11-server-extra
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: xterm
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: xtermset
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: yast2-control-center
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2018-12-11 10:22:13 +01:00
|
|
|
# bsc#1071953
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
Requires: xf86-input-libinput
|
|
|
|
Recommends: xf86-input-vmmouse
|
|
|
|
Recommends: xf86-input-wacom
|
|
|
|
%endif
|
2018-10-04 07:55:00 +02:00
|
|
|
|
|
|
|
%description x11
|
|
|
|
The X Window System provides the only standard platform-independent networked graphical window system bridging the heterogeneous platforms in today's enterprise: from network servers to desktops, thin clients, laptops, and handhelds, independent of operating system and hardware.
|
|
|
|
|
|
|
|
%files x11
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/x11.txt
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package x11_enhanced
|
|
|
|
%pattern_graphicalenvironments
|
|
|
|
Summary: X Window System
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = x11_enhanced
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-x11
|
2018-10-04 07:55:00 +02:00
|
|
|
Provides: pattern-order() = 1801
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: pattern() = enhanced_base
|
|
|
|
Requires: pattern() = fonts
|
2018-10-04 07:55:00 +02:00
|
|
|
Requires: pattern() = x11
|
2019-02-14 01:31:47 +01:00
|
|
|
Recommends: pattern() = x11_yast
|
2021-05-28 22:08:14 +02:00
|
|
|
Recommends: pattern() = yast2_desktop
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
# 1057377
|
|
|
|
Requires: glibc-locale
|
2019-09-24 11:32:48 +02:00
|
|
|
Requires: glibc-locale-base
|
2018-10-04 07:55:00 +02:00
|
|
|
Requires: xkeyboard-config
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: xorg-x11-essentials
|
|
|
|
# make it possible to install firefox or chromium
|
|
|
|
Recommends: web_browser
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: cabextract
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: command-not-found
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: dbus-1-glib
|
|
|
|
Recommends: dbus-1-x11
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: dialog
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: fontconfig
|
|
|
|
Recommends: fonts-config
|
|
|
|
Recommends: fribidi
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: ghostscript-x11
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: numlockx
|
2019-08-08 11:49:28 +02:00
|
|
|
Recommends: opensuse-welcome
|
2017-08-30 17:24:09 +02:00
|
|
|
# #353229 - drag in empty replacements
|
|
|
|
Recommends: translation-update
|
|
|
|
Recommends: xauth
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: xdmbgrd
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: xkeyboard-config
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: xorg-x11-fonts
|
|
|
|
Recommends: xorg-x11-fonts-core
|
|
|
|
Recommends: yast2-control-center-gnome
|
2020-10-07 03:11:40 +02:00
|
|
|
# Recommend yast2-network until the Generic Desktop Role defaults to NetworkManager
|
|
|
|
# At worst people need a way to switch from Wicked to NetworkManager.
|
|
|
|
Recommends: yast2-network
|
2019-02-14 01:31:47 +01:00
|
|
|
# This will install Firefox if no other browser is selected
|
|
|
|
Suggests: MozillaFirefox
|
|
|
|
Suggests: MozillaFirefox-translations
|
|
|
|
|
2017-09-22 14:49:31 +02:00
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
# #394406
|
|
|
|
Suggests: desktop-data-openSUSE-extra
|
2018-10-04 07:55:00 +02:00
|
|
|
%else
|
|
|
|
Recommends: MozillaFirefox-branding-SLE
|
|
|
|
Recommends: desktop-data-SLE
|
2017-09-22 14:49:31 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
# people love having numlock configurable
|
2019-03-28 09:54:24 +01:00
|
|
|
Recommends: numlockx
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: openssh-askpass
|
|
|
|
Recommends: susepaste
|
|
|
|
Recommends: susepaste-screenshot
|
2018-10-04 07:55:00 +02:00
|
|
|
Suggests: gvim
|
|
|
|
Suggests: hexchat
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: wpa_supplicant-gui
|
2017-09-22 14:49:31 +02:00
|
|
|
# needed e.g. for nvidia drivers
|
|
|
|
# #302566
|
|
|
|
Recommends: x11-tools
|
|
|
|
Recommends: xorg-x11-libX11-ccache
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: MozillaThunderbird
|
2017-07-03 11:08:28 +02:00
|
|
|
Suggests: WindowMaker
|
|
|
|
Suggests: WindowMaker-applets
|
|
|
|
Suggests: WindowMaker-themes
|
2017-08-30 17:24:09 +02:00
|
|
|
Suggests: unclutter
|
|
|
|
Suggests: xlockmore
|
2018-12-11 10:22:13 +01:00
|
|
|
Suggests: xorg-x11-driver-video-radeonhd
|
|
|
|
Suggests: xorg-x11-driver-video-unichrome
|
2017-04-24 11:33:06 +02:00
|
|
|
# #389816
|
|
|
|
Suggests: xorg-x11-server-sdk
|
2019-08-30 15:15:17 +02:00
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
|
2019-08-30 15:15:17 +02:00
|
|
|
%description x11_enhanced
|
2017-04-24 11:33:06 +02:00
|
|
|
The X Window System provides the only standard platform-independent networked graphical window system bridging the heterogeneous platforms in today's enterprise: from network servers to desktops, thin clients, laptops, and handhelds, independent of operating system and hardware.
|
|
|
|
|
2019-08-30 15:15:17 +02:00
|
|
|
%files x11_enhanced
|
2017-08-30 17:24:09 +02:00
|
|
|
%dir %{_docdir}/patterns
|
2019-08-30 15:15:17 +02:00
|
|
|
%{_docdir}/patterns/x11_enhanced.txt
|
2017-04-24 11:33:06 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2019-03-07 23:34:58 +01:00
|
|
|
%ifarch armv6hl armv7hl aarch64
|
|
|
|
%package x11_raspberrypi
|
|
|
|
%pattern_graphicalenvironments
|
|
|
|
Summary: X Window System
|
|
|
|
Group: Metapackages
|
|
|
|
Provides: pattern() = x11_raspberrypi
|
|
|
|
Provides: pattern-icon() = pattern-x11
|
|
|
|
Provides: pattern-order() = 1803
|
|
|
|
Provides: pattern-visible()
|
2019-05-02 10:18:57 +02:00
|
|
|
# Use only Requires - it's meant to be used on JeOS, which ignores Recommends
|
2019-03-07 23:34:58 +01:00
|
|
|
# Based on SUSE:SLE-15:GA:RaspberryPI/kiwi-templates-SLES15-JeOS/JeOS.kiwi
|
2019-05-02 10:18:57 +02:00
|
|
|
# Patterns
|
|
|
|
Requires: pattern() = base
|
|
|
|
Requires: pattern() = x11
|
2019-03-07 23:34:58 +01:00
|
|
|
# Drivers
|
2019-05-02 10:18:57 +02:00
|
|
|
Requires: xf86-input-evdev
|
|
|
|
Requires: xf86-input-libinput
|
|
|
|
Requires: xf86-video-fbdev
|
2019-03-07 23:34:58 +01:00
|
|
|
# Other X11 packages
|
2019-05-02 10:18:57 +02:00
|
|
|
Requires: gconf2
|
|
|
|
Requires: gtk2-metatheme-adwaita
|
|
|
|
Requires: gtk3-metatheme-adwaita
|
|
|
|
Requires: x11-tools
|
|
|
|
Requires: x11perf
|
|
|
|
Requires: xauth
|
|
|
|
Requires: xbacklight
|
|
|
|
Requires: xclock
|
|
|
|
Requires: xconsole
|
|
|
|
Requires: xcursor-themes
|
|
|
|
Requires: xcursorgen
|
|
|
|
Requires: xdg-user-dirs
|
|
|
|
Requires: xdg-user-dirs-gtk
|
|
|
|
Requires: xdg-user-dirs-gtk-lang
|
|
|
|
Requires: xdg-utils
|
|
|
|
Requires: xdm
|
|
|
|
Requires: xdmbgrd
|
|
|
|
Requires: xdpyinfo
|
|
|
|
Requires: xev
|
|
|
|
Requires: xeyes
|
|
|
|
Requires: xfd
|
|
|
|
Requires: xfontsel
|
|
|
|
Requires: xgamma
|
|
|
|
Requires: xhost
|
|
|
|
Requires: xinit
|
|
|
|
Requires: xinput
|
|
|
|
Requires: xkbcomp
|
|
|
|
Requires: xkbevd
|
|
|
|
Requires: xkbprint
|
|
|
|
Requires: xkbutils
|
|
|
|
Requires: xkeyboard-config
|
|
|
|
Requires: xkill
|
|
|
|
Requires: xlogo
|
|
|
|
Requires: xlsatoms
|
|
|
|
Requires: xlsclients
|
|
|
|
Requires: xlsfonts
|
|
|
|
Requires: xmag
|
|
|
|
Requires: xmessage
|
|
|
|
Requires: xmodmap
|
|
|
|
Requires: xorg-x11
|
|
|
|
Requires: xorg-x11-fonts-core
|
|
|
|
Requires: xorg-x11-server
|
|
|
|
Requires: xorg-x11-server-extra
|
|
|
|
Requires: xprop
|
|
|
|
Requires: xrandr
|
|
|
|
Requires: xrdb
|
|
|
|
Requires: xrestop
|
|
|
|
Requires: xscope
|
|
|
|
Requires: xscreensaver
|
|
|
|
Requires: xscreensaver-data
|
|
|
|
Requires: xset
|
|
|
|
Requires: xsetmode
|
|
|
|
Requires: xsetpointer
|
|
|
|
Requires: xsetroot
|
|
|
|
Requires: xterm
|
|
|
|
Requires: xtermset
|
|
|
|
Requires: xvinfo
|
|
|
|
Requires: xwd
|
|
|
|
Requires: xwininfo
|
|
|
|
Requires: yast2-packager
|
|
|
|
Requires: yast2-snapper
|
|
|
|
Requires: yast2-x11
|
2019-03-07 23:34:58 +01:00
|
|
|
# bsc#1095870
|
2019-05-02 10:18:57 +02:00
|
|
|
Requires: libyui-ncurses-pkg
|
|
|
|
Requires: libyui-qt-pkg
|
|
|
|
Requires: yast2-control-center-qt
|
2019-03-07 23:34:58 +01:00
|
|
|
# Branding
|
|
|
|
%if ! 0%{?is_opensuse}
|
2019-05-02 10:18:57 +02:00
|
|
|
Requires: MozillaFirefox-branding-SLE
|
2019-03-07 23:34:58 +01:00
|
|
|
%endif
|
|
|
|
# X11/IceWM-specific packages
|
2019-05-02 10:18:57 +02:00
|
|
|
Requires: icewm
|
|
|
|
Requires: icewm-default
|
|
|
|
Requires: icewm-lite
|
|
|
|
Requires: icewm-theme-branding
|
|
|
|
Requires: polkit-default-privs
|
|
|
|
Requires: polkit-gnome-lang
|
2019-03-07 23:34:58 +01:00
|
|
|
# for IceWM taskbar mailbox icon (bsc#1093913)
|
2019-05-02 10:18:57 +02:00
|
|
|
Requires: mutt
|
|
|
|
Requires: mutt-lang
|
2019-03-07 23:34:58 +01:00
|
|
|
|
|
|
|
%description x11_raspberrypi
|
|
|
|
The X Window System provides the only standard platform-independent networked graphical window system bridging the heterogeneous platforms in today's enterprise: from network servers to desktops, thin clients, laptops, and handhelds, independent of operating system and hardware.
|
|
|
|
|
|
|
|
%files x11_raspberrypi
|
|
|
|
%dir %{_docdir}/patterns
|
|
|
|
%{_docdir}/patterns/x11_raspberrypi.txt
|
|
|
|
%endif
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-24 11:33:06 +02:00
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2017-08-30 17:24:09 +02:00
|
|
|
mkdir -p %{buildroot}%{_docdir}/patterns
|
2020-11-11 10:14:13 +01:00
|
|
|
for i in apparmor base enhanced_base minimal_base sw_management x11 x11_enhanced; do
|
2018-10-04 07:55:00 +02:00
|
|
|
echo "This file marks the pattern $i to be installed." \
|
|
|
|
>"%{buildroot}%{_docdir}/patterns/$i.txt"
|
|
|
|
echo "This file marks the pattern $i to be installed." \
|
|
|
|
>"%{buildroot}%{_docdir}/patterns/$i-32bit.txt"
|
|
|
|
done
|
|
|
|
|
|
|
|
# These packages don't generate a 32bit pattern
|
2019-03-07 23:34:58 +01:00
|
|
|
for i in \
|
2018-10-04 07:55:00 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2020-11-11 10:14:13 +01:00
|
|
|
basesystem bootloader basic_desktop console documentation selinux transactional_base update_test \
|
2017-09-22 14:49:31 +02:00
|
|
|
%else
|
2018-10-04 07:55:00 +02:00
|
|
|
%ifnarch s390 s390x
|
|
|
|
32bit \
|
|
|
|
%endif
|
2020-04-15 15:47:08 +02:00
|
|
|
basesystem bootloader basic_desktop documentation \
|
2019-03-07 23:34:58 +01:00
|
|
|
%endif
|
|
|
|
%ifarch armv6hl armv7hl aarch64
|
|
|
|
x11_raspberrypi \
|
2017-09-22 14:49:31 +02:00
|
|
|
%endif
|
2019-03-07 23:34:58 +01:00
|
|
|
; do
|
2017-09-22 14:49:31 +02:00
|
|
|
echo "This file marks the pattern $i to be installed." \
|
|
|
|
>"%{buildroot}%{_docdir}/patterns/$i.txt"
|
2017-05-04 11:48:01 +02:00
|
|
|
done
|
2017-04-24 11:33:06 +02:00
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
echo "This file marks the pattern 32bit to be installed." \
|
|
|
|
>"%{buildroot}%{_docdir}/patterns/32bit.txt"
|
|
|
|
%endif
|
|
|
|
|
|
|
|
#
|
|
|
|
# This file is created at check-in time. Sorry for the inconsistent workflow :(
|
|
|
|
#
|
|
|
|
%include %{SOURCE1}
|
|
|
|
|
2017-04-24 11:33:06 +02:00
|
|
|
%changelog
|