forked from pool/yast2-installation
Accepting request 885917 from YaST:Head
submit new version 4.4.4 OBS-URL: https://build.opensuse.org/request/show/885917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=467
This commit is contained in:
commit
27af376c59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3580738f83857eccf4956afe08cfe622b442a9b6d0e4e58524bafee3828b6be2
|
||||
size 1469877
|
3
yast2-installation-4.4.4.tar.bz2
Normal file
3
yast2-installation-4.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:093a5a2d69dae431c4209cc9d559e8093844ef9ff083f497529c212078d30ac8
|
||||
size 1470710
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- spec-cleaner part two out of five: move conditionalized sections at the end
|
||||
- spec-cleaner part three out of five: move weak requires (recommends) below requires
|
||||
- spec-cleaner part four out of five: sort and deduplicate BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 08:39:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- remove check for non-systemd distros
|
||||
- first out of 5 splits of "spec-cleaner -m -i *ec" run (for easier review)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 11:08:52 UTC 2021 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Show 'Default' in the proposal summary as the PolicyKit Default
|
||||
Privileges to be used when it is not specified or specified as
|
||||
empty in the control file (bsc#1184277)
|
||||
- 4.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 09:46:38 UTC 2021 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
- Check for usr/lib/modules to handle usrmerge (bsc#1029961)
|
||||
- 4.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 08:44:31 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not own system directories (like /usr/bin) (bsc#1184787):
|
||||
+ filesystem is responsible to bring those directories with the
|
||||
correct permission flags. Owning them here only introduces
|
||||
races/conflicts.
|
||||
+ As a result: expand the files section for bindir and unitdir to
|
||||
be exact on the files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 16:21:31 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Start the "memsample" tool in a subshell to avoid "Terminated"
|
||||
message displayed at the end (bsc#1184491)
|
||||
- 4.4.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 7 10:54:58 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
|
@ -17,78 +17,50 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.4.0
|
||||
Version: 4.4.4
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
Group: System/YaST
|
||||
URL: https://github.com/yast/yast-installation
|
||||
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: YaST2-Second-Stage.service
|
||||
Source2: YaST2-Firstboot.service
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
# Yast2::FsSnapshotStore::IOError
|
||||
BuildRequires: yast2 >= 4.3.53
|
||||
# CIOIgnore
|
||||
BuildRequires: yast2-bootloader
|
||||
# storage-ng based version
|
||||
BuildRequires: yast2-country >= 3.3.1
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
# For firewall widgets
|
||||
BuildRequires: yast2-firewall
|
||||
# Y2Network::NtpServer
|
||||
BuildRequires: yast2-network >= 4.2.55
|
||||
# Y2Packager::MediumType
|
||||
BuildRequires: yast2-packager >= 4.2.27
|
||||
# for AbortException and handle direct abort
|
||||
BuildRequires: yast2-ruby-bindings >= 4.0.6
|
||||
# For selinux classes
|
||||
BuildRequires: yast2-security
|
||||
# using /usr/bin/udevadm
|
||||
BuildRequires: yast2-storage-ng >= 4.2.71
|
||||
# new root password cwm widget
|
||||
BuildRequires: yast2-users >= 3.2.8
|
||||
# needed for xml agent reading about products
|
||||
BuildRequires: yast2-xml
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
|
||||
# Yast2::FsSnapshotStore::IOError
|
||||
BuildRequires: yast2 >= 4.3.53
|
||||
# Y2Packager::MediumType
|
||||
BuildRequires: yast2-packager >= 4.2.27
|
||||
# CIOIgnore
|
||||
BuildRequires: yast2-bootloader
|
||||
# For selinux classes
|
||||
BuildRequires: yast2-security
|
||||
# For firewall widgets
|
||||
BuildRequires: yast2-firewall
|
||||
# using /usr/bin/udevadm
|
||||
BuildRequires: yast2-storage-ng >= 4.2.71
|
||||
# Y2Network::NtpServer
|
||||
BuildRequires: yast2-network >= 4.2.55
|
||||
# new root password cwm widget
|
||||
BuildRequires: yast2-users >= 3.2.8
|
||||
# storage-ng based version
|
||||
BuildRequires: yast2-bootloader
|
||||
BuildRequires: yast2-country >= 3.3.1
|
||||
|
||||
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
|
||||
Requires: augeas-lenses
|
||||
# Only in inst-sys
|
||||
Requires: yast2-storage-ng >= 4.0.175
|
||||
# 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
|
||||
Requires: coreutils
|
||||
Requires: gzip
|
||||
# use in startup scripts
|
||||
Requires: initviocons
|
||||
# Proxy settings for 2nd stage (bnc#764951)
|
||||
Requires: yast2-proxy
|
||||
# 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
|
||||
# Needed call /sbin/ip in vnc.sh/network.sh
|
||||
Requires: iproute2
|
||||
# for the first/second stage of installation
|
||||
# currently not used
|
||||
# bugzilla #208307
|
||||
@ -96,43 +68,63 @@ Requires: yast2-ruby-bindings >= 4.0.6
|
||||
#Requires: /usr/bin/pnmtopng
|
||||
# BNC 446533, /sbin/lspci called but not installed
|
||||
Requires: pciutils
|
||||
# Needed call /sbin/ip in vnc.sh/network.sh
|
||||
Requires: iproute2
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%{systemd_requires}
|
||||
%endif
|
||||
|
||||
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
||||
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-firewall
|
||||
Recommends: yast2-online-update
|
||||
Supplements: autoyast(deploy_image:ssh_import)
|
||||
# new autoinst_files_finish call
|
||||
Conflicts: autoyast2 < 4.3.26
|
||||
# SingleItemSelector not enforcing an initial selection
|
||||
Conflicts: libyui < 3.8.2
|
||||
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
||||
# pkg-bindings are not directly required
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# InstError
|
||||
Conflicts: yast2 < 2.18.6
|
||||
# storage-ng based version
|
||||
Conflicts: yast2-bootloader < 3.3.1
|
||||
# Added new function WFM::ClientExists
|
||||
Conflicts: yast2-core < 2.17.10
|
||||
# Top bar with logo
|
||||
Conflicts: yast2-ycp-ui-bindings < 3.1.7
|
||||
# Registration#get_updates_list does not handle exceptions
|
||||
Conflicts: yast2-registration < 3.2.3
|
||||
# Mouse-related scripts moved to yast2-mouse
|
||||
Conflicts: yast2-mouse < 2.18.0
|
||||
# new autoinst_files_finish call
|
||||
Conflicts: autoyast2 < 4.3.26
|
||||
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
||||
# pkg-bindings are not directly required
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# Registration#get_updates_list does not handle exceptions
|
||||
Conflicts: yast2-registration < 3.2.3
|
||||
# moved security_finish client
|
||||
Conflicts: yast2-security < 4.3.11
|
||||
|
||||
# Top bar with logo
|
||||
Conflicts: yast2-ycp-ui-bindings < 3.1.7
|
||||
Obsoletes: yast2-installation-devel-doc
|
||||
|
||||
Recommends: yast2-online-update
|
||||
Recommends: yast2-firewall
|
||||
Recommends: yast2-add-on
|
||||
|
||||
Supplements: autoyast(deploy_image:ssh_import)
|
||||
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%{systemd_requires}
|
||||
%endif
|
||||
|
||||
%description
|
||||
System installation code as present on installation media.
|
||||
@ -170,8 +162,6 @@ install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
||||
%post
|
||||
%{fillup_only -ns security checksig}
|
||||
|
||||
%if 0%{suse_version} > 1140
|
||||
|
||||
%service_add_post YaST2-Second-Stage.service YaST2-Firstboot.service
|
||||
|
||||
# bsc#924278 Always enable these services by default, they are already listed
|
||||
@ -192,15 +182,15 @@ systemctl enable YaST2-Firstboot.service
|
||||
%postun
|
||||
%service_del_postun YaST2-Second-Stage.service YaST2-Firstboot.service
|
||||
|
||||
#suse_version
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
||||
# systemd service files
|
||||
%{_unitdir}
|
||||
%{_unitdir}/YaST2-Firstboot.service
|
||||
%{_unitdir}/YaST2-Second-Stage.service
|
||||
%{_bindir}/memsample
|
||||
%{_bindir}/memsample-archive-to-csv
|
||||
%{_bindir}/memsample-csv-plot
|
||||
# yupdate script
|
||||
%{_bindir}/
|
||||
%{_bindir}/yupdate
|
||||
%{yast_clientdir}
|
||||
%{yast_moduledir}
|
||||
%{yast_desktopdir}
|
||||
|
Loading…
Reference in New Issue
Block a user