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
|
|
|
#
|
2019-12-18 23:53:07 +01:00
|
|
|
# Copyright (c) 2019 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
|
2019-06-24 09:20:16 +02:00
|
|
|
Version: 20190612
|
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
|
2019-02-17 23:15:50 +01:00
|
|
|
Summary: Minimal 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
|
2018-12-11 10:22:13 +01:00
|
|
|
Requires: pattern() = minimal_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
|
|
|
|
|
|
|
Requires: kmod
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: polkit
|
|
|
|
Requires: polkit-default-privs
|
2017-05-08 19:18:15 +02:00
|
|
|
Requires: shadow
|
|
|
|
Requires: util-linux
|
|
|
|
Requires: which
|
2019-02-25 21:08:07 +01:00
|
|
|
%if ! 0%{?is_opensuse}
|
|
|
|
Requires: systemd-coredump
|
|
|
|
%endif
|
2019-12-18 23:53:07 +01:00
|
|
|
# Support multiversion(kernel) (jsc#SLE-10162, jsc#SLE-10465)
|
|
|
|
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
|
2018-04-03 12:59:20 +02:00
|
|
|
Recommends: bash-completion
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: ca-certificates-mozilla
|
|
|
|
Recommends: chrony
|
|
|
|
Recommends: cron
|
|
|
|
# we rely on cron for daily/hourly
|
|
|
|
Recommends: cronie
|
2019-09-24 11:32:48 +02:00
|
|
|
Recommends: glibc-locale-base
|
2019-02-14 01:31:47 +01:00
|
|
|
Recommends: glibc-locale
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: systemd-sysvinit
|
2019-09-20 09:28:01 +02:00
|
|
|
# workaround for boo#1151148
|
|
|
|
Recommends: snapper
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2018-12-11 10:22:13 +01:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:33:06 +02:00
|
|
|
# get it branded
|
|
|
|
Recommends: branding-openSUSE
|
2018-10-04 07:55:00 +02:00
|
|
|
%else
|
|
|
|
Recommends: branding-SLE
|
2017-04-24 11:33:06 +02:00
|
|
|
%endif
|
|
|
|
%ifarch ppc ppc64 ppc64le
|
2018-10-04 07:55:00 +02:00
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
Recommends: lshw
|
|
|
|
Recommends: lsvpd
|
|
|
|
%endif
|
2017-04-24 11:33:06 +02:00
|
|
|
%endif
|
2018-10-04 07:55:00 +02:00
|
|
|
%ifarch ppc64 ppc64le
|
2019-02-22 07:29:17 +01:00
|
|
|
# bsc#1098849
|
2019-03-07 23:34:58 +01:00
|
|
|
Requires: ppc64-diag
|
2017-04-24 11:33:06 +02:00
|
|
|
%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
|
|
|
|
# issue-generator is not used on Leap so far
|
|
|
|
%if !(0%{?is_opensuse} && 0%{?sle_version})
|
|
|
|
Recommends: issue-generator
|
|
|
|
%endif
|
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
|
2019-06-24 09:20:16 +02:00
|
|
|
Provides: pattern-icon() = pattern-desktop
|
|
|
|
Provides: pattern-order() = 1802
|
|
|
|
Provides: pattern-visible()
|
|
|
|
# We want SLES-15 systems to install this pattern on upgrade to SLES-16
|
2019-08-30 15:15:17 +02:00
|
|
|
# XXX 2019-08-28 this package still exists so an obsolete is wrong here
|
2019-06-24 09:20:16 +02:00
|
|
|
%if !0%{?is_opensuse}
|
|
|
|
Obsoletes: patterns-base-x11 < %{version}
|
|
|
|
%endif
|
|
|
|
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
|
|
|
|
This pattern installs a rather basic desktop (icewm)
|
|
|
|
|
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
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: pattern() = yast2_basis
|
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
|
|
|
|
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
|
2017-08-30 17:24:09 +02:00
|
|
|
# #302569
|
|
|
|
Recommends: alsa-plugins
|
2017-04-24 11:33:06 +02:00
|
|
|
# getattr and setattr
|
|
|
|
Recommends: attr
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: autofs
|
|
|
|
Recommends: bind-utils
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: binutils
|
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
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: cronie
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: cryptsetup
|
|
|
|
# cups server for remote printing queues
|
|
|
|
Recommends: cups
|
2017-04-24 11:33:06 +02:00
|
|
|
# printing considered cool
|
|
|
|
Recommends: cups-client
|
|
|
|
Recommends: curl
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: cyrus-sasl
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: cyrus-sasl-crammd5
|
|
|
|
Recommends: cyrus-sasl-digestmd5
|
2017-08-30 17:24:09 +02:00
|
|
|
Recommends: cyrus-sasl-gssapi
|
2017-04-24 11:33:06 +02:00
|
|
|
Recommends: cyrus-sasl-plain
|
|
|
|
# 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
|
2019-09-24 11:32:48 +02:00
|
|
|
Recommends: glibc-locale-base
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: glibc-locale
|
|
|
|
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
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: openslp
|
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
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: postfix
|
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
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: translation-update
|
2017-07-03 11:08:28 +02:00
|
|
|
Recommends: udev
|
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
|
|
|
|
Recommends: syslinux
|
|
|
|
# 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: perl-TermReadLine-Gnu
|
|
|
|
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: telnet
|
|
|
|
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
|
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
|
|
|
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: aaa_base
|
|
|
|
Requires: bash
|
|
|
|
Requires: coreutils
|
|
|
|
Requires: device-mapper
|
2018-10-04 07:55:00 +02:00
|
|
|
Requires: distribution-release
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: filesystem
|
|
|
|
Requires: glibc
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: iproute2
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: kbd
|
2019-09-11 11:11:41 +02:00
|
|
|
Requires: libnss_usrfiles2
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: pam
|
|
|
|
Requires: procps
|
|
|
|
Requires: rpm
|
|
|
|
Requires: sysconfig
|
2017-05-05 11:39:55 +02:00
|
|
|
Requires: system-group-hardware
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: system-group-wheel
|
|
|
|
Requires: system-user-bin
|
|
|
|
Requires: system-user-daemon
|
2019-03-07 23:34:58 +01:00
|
|
|
Requires: system-user-nobody
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: systemd
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: udev
|
2017-04-24 11:33:06 +02:00
|
|
|
Requires: zypper
|
2019-09-05 09:10:01 +02:00
|
|
|
# the release package recommends a specific branding package so
|
|
|
|
# the solver should pick the right one
|
|
|
|
Requires: branding
|
2019-03-28 09:54:24 +01:00
|
|
|
# Note it makes no sense to recommend packages in minimal_base as it can't
|
|
|
|
# be installed with --no-recommends if your package can be Recommended rather
|
|
|
|
# then required it likely belongs in base and not here.
|
|
|
|
# rollback-helper is useful on Leap / SLE but not tumbleweed
|
2018-10-04 07:55:00 +02:00
|
|
|
%if 0%{?sle_version}
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: rollback-helper
|
2018-10-04 07:55:00 +02:00
|
|
|
%endif
|
2017-08-30 17:24:09 +02:00
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
Requires: openSUSE-build-key
|
2019-03-15 10:06:51 +01:00
|
|
|
# There are two release packages in the repo, pick this over openSUSE-Tumbleweed-Kubic-release
|
2019-03-15 10:06:16 +01:00
|
|
|
Suggests: openSUSE-release
|
2017-08-30 17:24:09 +02:00
|
|
|
%else
|
2019-02-14 01:31:47 +01:00
|
|
|
Requires: SUSEConnect
|
|
|
|
Requires: rollback_helper
|
|
|
|
Requires: suse-build-key
|
2017-04-24 11:33:06 +02:00
|
|
|
%endif
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2018-10-04 07:55:00 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2017-04-24 11:33:06 +02:00
|
|
|
%description minimal_base
|
|
|
|
This is the minimal openSUSE runtime system. It is really a minimal system, you can login and a shell will be started, that's all. It is intended as base for Appliances.
|
2018-10-04 07:55:00 +02:00
|
|
|
%else
|
|
|
|
%description minimal_base
|
|
|
|
This is the minimal SLE runtime system. It is really a minimal system, you can login and a shell will be started, that's all. It is intended as base for Appliances.
|
|
|
|
%endif
|
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
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
2018-04-11 15:22:37 +02:00
|
|
|
%package transactional_base
|
2018-03-06 17:24:57 +01:00
|
|
|
%pattern_basetechnologies
|
2018-04-11 15:22:37 +02:00
|
|
|
Summary: Transactional Base System
|
2018-03-06 17:24:57 +01:00
|
|
|
Group: Metapackages
|
2018-04-11 15:22:37 +02:00
|
|
|
Provides: pattern() = transactional_base
|
2018-12-07 21:56:17 +01:00
|
|
|
Provides: pattern-icon() = pattern-kubic
|
2018-03-06 17:24:57 +01:00
|
|
|
Provides: pattern-order() = 1050
|
2018-11-06 12:07:43 +01:00
|
|
|
Requires: pattern() = base
|
2019-02-14 01:31:47 +01:00
|
|
|
|
2019-10-11 16:04:13 +02:00
|
|
|
Requires: man
|
2018-03-06 17:24:57 +01:00
|
|
|
Requires: read-only-root-fs
|
2018-10-04 07:55:00 +02:00
|
|
|
Requires: rebootmgr
|
2018-04-11 15:22:37 +02:00
|
|
|
Requires: systemd-presets-branding-transactional-server
|
2018-03-06 17:24:57 +01:00
|
|
|
Requires: transactional-update
|
2018-11-27 14:50:04 +01:00
|
|
|
Requires: transactional-update-zypp-config
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: pattern() = enhanced_base
|
2018-03-06 17:24:57 +01:00
|
|
|
Suggests: health-checker
|
|
|
|
|
2018-04-11 15:22:37 +02:00
|
|
|
%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.
|
2018-03-06 17:24:57 +01:00
|
|
|
|
2018-04-11 15:22:37 +02:00
|
|
|
%files transactional_base
|
2018-03-06 17:24:57 +01:00
|
|
|
%dir %{_docdir}/patterns
|
2018-04-11 15:22:37 +02:00
|
|
|
%{_docdir}/patterns/transactional_base.txt
|
2018-03-06 17:24:57 +01:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
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
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
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
|
|
|
|
2017-09-22 14:49:31 +02:00
|
|
|
Recommends: update-test-affects-package-manager
|
|
|
|
Recommends: update-test-interactive
|
|
|
|
Recommends: update-test-optional
|
|
|
|
Recommends: update-test-reboot-needed
|
|
|
|
Recommends: update-test-security
|
|
|
|
Recommends: update-test-trival
|
2017-04-24 11:33:06 +02:00
|
|
|
%if %{with betatest}
|
|
|
|
Recommends: aaa_base-malloccheck
|
|
|
|
Supplements: %{name}-base
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%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
|
|
|
|
%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
|
|
|
|
Requires: yast2-qt
|
|
|
|
Recommends: dejavu-fonts
|
2018-12-11 10:22:13 +01:00
|
|
|
Recommends: libyui-qt
|
|
|
|
Recommends: libyui-qt-pkg
|
2018-10-04 07:55:00 +02:00
|
|
|
# Recommend lightdm so it gets installed by default
|
|
|
|
# rather then xdm bsc#1081760
|
2019-06-24 09:20:16 +02:00
|
|
|
# Todo: Require DisplayManger and suggest lightdm
|
2018-10-04 07:55:00 +02:00
|
|
|
Recommends: lightdm
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
Recommends: yast2-scanner
|
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
|
2017-09-22 14:49:31 +02:00
|
|
|
%if 0%{?is_opensuse}
|
2018-10-04 07:55:00 +02:00
|
|
|
for i in apparmor base enhanced_base minimal_base \
|
|
|
|
sw_management x11 x11_enhanced; do
|
|
|
|
%else
|
2019-06-24 09:20:16 +02:00
|
|
|
for i in apparmor base basic_desktop enhanced_base minimal_base sw_management x11 x11_enhanced; do
|
2018-10-04 07:55:00 +02:00
|
|
|
%endif
|
|
|
|
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}
|
2019-08-30 15:15:17 +02:00
|
|
|
basesystem basic_desktop console documentation 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
|
2019-06-24 09:20:16 +02:00
|
|
|
basesystem 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
|