1
0

- spec-cleaner part five out of five: sort and deduplicate requires

- 4.4.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1110
This commit is contained in:
YaST Team Bot 2021-04-16 10:35:35 +00:00 committed by Git OBS Bridge
parent ae42810a06
commit ba6433a99f
4 changed files with 41 additions and 36 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7b164bc9850ec92ce17ae42766a5de20b312c337e9a549ac56087447447a95c
size 1470730

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:093a5a2d69dae431c4209cc9d559e8093844ef9ff083f497529c212078d30ac8
size 1470710

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 16 10:19:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
- spec-cleaner part five out of five: sort and deduplicate requires
- 4.4.4
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 16 09:50:49 UTC 2021 - Dirk Müller <dmueller@suse.com> Fri Apr 16 09:50:49 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: yast2-installation Name: yast2-installation
Version: 4.4.3 Version: 4.4.4
Release: 0 Release: 0
Summary: YaST2 - Installation Parts Summary: YaST2 - Installation Parts
License: GPL-2.0-only License: GPL-2.0-only
@ -53,40 +53,14 @@ BuildRequires: yast2-users >= 3.2.8
BuildRequires: yast2-xml BuildRequires: yast2-xml
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
PreReq: %fillup_prereq
Requires: yast2-country >= 3.3.1
Requires: yast2-users >= 3.2.8
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
Requires: coreutils
Requires: gzip
Requires: tar
# Augeas lenses # Augeas lenses
Requires: augeas-lenses Requires: augeas-lenses
# Only in inst-sys Requires: coreutils
Requires: yast2-storage-ng >= 4.0.175 Requires: gzip
# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)
Requires: yast2-country-data >= 2.16.11
# Pkg::ProvidePackage
Requires: yast2-pkg-bindings >= 3.1.33
# Y2Packager::MediumType
Requires: yast2-packager >= 4.2.22
# CIOIgnore
Requires: yast2-bootloader
# use in startup scripts # use in startup scripts
Requires: initviocons Requires: initviocons
# Proxy settings for 2nd stage (bnc#764951) # Needed call /sbin/ip in vnc.sh/network.sh
Requires: yast2-proxy Requires: iproute2
# Systemd default target and services. This version supports
# writing settings in the first installation stage.
Requires: yast2-services-manager >= 3.2.1
# Yast2::FsSnapshotStore::IOError
Requires: yast2 >= 4.3.53
# Y2Network::NtpServer
Requires: yast2-network >= 4.2.55
# for AbortException and handle direct abort
Requires: yast2-ruby-bindings >= 4.0.6
# for the first/second stage of installation # for the first/second stage of installation
# currently not used # currently not used
# bugzilla #208307 # bugzilla #208307
@ -94,8 +68,33 @@ Requires: yast2-ruby-bindings >= 4.0.6
#Requires: /usr/bin/pnmtopng #Requires: /usr/bin/pnmtopng
# BNC 446533, /sbin/lspci called but not installed # BNC 446533, /sbin/lspci called but not installed
Requires: pciutils Requires: pciutils
# Needed call /sbin/ip in vnc.sh/network.sh # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
Requires: iproute2 Requires: tar
# Yast2::FsSnapshotStore::IOError
Requires: yast2 >= 4.3.53
# CIOIgnore
Requires: yast2-bootloader
Requires: yast2-country >= 3.3.1
# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)
Requires: yast2-country-data >= 2.16.11
# Y2Network::NtpServer
Requires: yast2-network >= 4.2.55
# Y2Packager::MediumType
Requires: yast2-packager >= 4.2.22
# Pkg::ProvidePackage
Requires: yast2-pkg-bindings >= 3.1.33
# Proxy settings for 2nd stage (bnc#764951)
Requires: yast2-proxy
# for AbortException and handle direct abort
Requires: yast2-ruby-bindings >= 4.0.6
# Systemd default target and services. This version supports
# writing settings in the first installation stage.
Requires: yast2-services-manager >= 3.2.1
# Only in inst-sys
Requires: yast2-storage-ng >= 4.0.175
Requires: yast2-users >= 3.2.8
PreReq: %fillup_prereq
Recommends: yast2-add-on Recommends: yast2-add-on
Recommends: yast2-firewall Recommends: yast2-firewall
Recommends: yast2-online-update Recommends: yast2-online-update