From 0c7316c03ec782ab002ba5c4e893777bc11fc604bda558a71ef8e95e2ba29c85 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 12 Apr 2021 07:13:18 +0000 Subject: [PATCH 1/6] - Start the "memsample" tool in a subshell to avoid "Terminated" message displayed at the end (bsc#1184491) - 4.4.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1105 --- yast2-installation-4.4.0.tar.bz2 | 3 --- yast2-installation-4.4.1.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.4.0.tar.bz2 create mode 100644 yast2-installation-4.4.1.tar.bz2 diff --git a/yast2-installation-4.4.0.tar.bz2 b/yast2-installation-4.4.0.tar.bz2 deleted file mode 100644 index 823c971..0000000 --- a/yast2-installation-4.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3580738f83857eccf4956afe08cfe622b442a9b6d0e4e58524bafee3828b6be2 -size 1469877 diff --git a/yast2-installation-4.4.1.tar.bz2 b/yast2-installation-4.4.1.tar.bz2 new file mode 100644 index 0000000..345e145 --- /dev/null +++ b/yast2-installation-4.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cceff691d93b83ad20767ac8d6c09ab91dd2fee9c4bd0b74300e779bbca03ca +size 1470215 diff --git a/yast2-installation.changes b/yast2-installation.changes index f1636f4..b1924d7 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 9 16:21:31 UTC 2021 - Ladislav Slezák + +- 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 diff --git a/yast2-installation.spec b/yast2-installation.spec index bcd9542..a6058f5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From 71e36ce9716f29f32249956c22200958a05d8c64d359453c2c3408328f77515a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 14 Apr 2021 10:04:54 +0000 Subject: [PATCH 2/6] - Check for usr/lib/modules to handle usrmerge (bsc#1029961) - 4.4.2 - Do not own system directories (like /usr/bin): + 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. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1106 --- yast2-installation-4.4.1.tar.bz2 | 3 --- yast2-installation-4.4.2.tar.bz2 | 3 +++ yast2-installation.changes | 16 ++++++++++++++++ yast2-installation.spec | 10 +++++++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.4.1.tar.bz2 create mode 100644 yast2-installation-4.4.2.tar.bz2 diff --git a/yast2-installation-4.4.1.tar.bz2 b/yast2-installation-4.4.1.tar.bz2 deleted file mode 100644 index 345e145..0000000 --- a/yast2-installation-4.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cceff691d93b83ad20767ac8d6c09ab91dd2fee9c4bd0b74300e779bbca03ca -size 1470215 diff --git a/yast2-installation-4.4.2.tar.bz2 b/yast2-installation-4.4.2.tar.bz2 new file mode 100644 index 0000000..a84bd88 --- /dev/null +++ b/yast2-installation-4.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db50d54a47e2a8e7728db5f1a4fec40f742e64610d872e9fd9286d72eaaf6e9 +size 1470986 diff --git a/yast2-installation.changes b/yast2-installation.changes index b1924d7..398769a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 14 09:46:38 UTC 2021 - Ludwig Nussel + +- Check for usr/lib/modules to handle usrmerge (bsc#1029961) +- 4.4.2 + +------------------------------------------------------------------- +Wed Apr 14 08:44:31 UTC 2021 - Dominique Leuenberger + +- Do not own system directories (like /usr/bin): + + 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 diff --git a/yast2-installation.spec b/yast2-installation.spec index a6058f5..67f0461 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -198,9 +198,13 @@ systemctl enable YaST2-Firstboot.service %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} From 9959219703c693e5381fa28c35a6302a0bd1e917de6fb1705a62299b8db3200e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 14 Apr 2021 15:24:59 +0000 Subject: [PATCH 3/6] - 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1107 --- yast2-installation-4.4.2.tar.bz2 | 3 --- yast2-installation-4.4.3.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.4.2.tar.bz2 create mode 100644 yast2-installation-4.4.3.tar.bz2 diff --git a/yast2-installation-4.4.2.tar.bz2 b/yast2-installation-4.4.2.tar.bz2 deleted file mode 100644 index a84bd88..0000000 --- a/yast2-installation-4.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7db50d54a47e2a8e7728db5f1a4fec40f742e64610d872e9fd9286d72eaaf6e9 -size 1470986 diff --git a/yast2-installation-4.4.3.tar.bz2 b/yast2-installation-4.4.3.tar.bz2 new file mode 100644 index 0000000..efab63a --- /dev/null +++ b/yast2-installation-4.4.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e860a7cfad2b661d4f3f62aa1ead7a5b3e12660e45a5adcf739b19727d4704b +size 1471116 diff --git a/yast2-installation.changes b/yast2-installation.changes index 398769a..921de97 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 14 11:08:52 UTC 2021 - Knut Anderssen + +- 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 diff --git a/yast2-installation.spec b/yast2-installation.spec index 67f0461..e58fa18 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From 7de12281d092b62ca9944927b40ad0289d027738d8ede6b53e2104c20979df2b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 16 Apr 2021 09:43:13 +0000 Subject: [PATCH 4/6] - remove check for non-systemd distros - first out of 5 splits of "spec-cleaner -m -i *ec" run (for easier review) - Do not own system directories (like /usr/bin) (bsc#1184787): OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1108 --- yast2-installation-4.4.3.tar.bz2 | 4 ++-- yast2-installation.changes | 8 +++++++- yast2-installation.spec | 26 +++++++++----------------- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/yast2-installation-4.4.3.tar.bz2 b/yast2-installation-4.4.3.tar.bz2 index efab63a..383bde3 100644 --- a/yast2-installation-4.4.3.tar.bz2 +++ b/yast2-installation-4.4.3.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e860a7cfad2b661d4f3f62aa1ead7a5b3e12660e45a5adcf739b19727d4704b -size 1471116 +oid sha256:3ebdb75c00ca1d1510a3ade1b0f7cefd84056e6efc7913ed8603c6dcf90692bc +size 1470709 diff --git a/yast2-installation.changes b/yast2-installation.changes index 921de97..37cf33b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 16 08:39:17 UTC 2021 - Dirk Müller + +- 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 @@ -15,7 +21,7 @@ Wed Apr 14 09:46:38 UTC 2021 - Ludwig Nussel ------------------------------------------------------------------- Wed Apr 14 08:44:31 UTC 2021 - Dominique Leuenberger -- Do not own system directories (like /usr/bin): +- 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. diff --git a/yast2-installation.spec b/yast2-installation.spec index e58fa18..95069ce 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -23,7 +23,6 @@ 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 @@ -102,28 +101,27 @@ Requires: iproute2 %{systemd_requires} %endif +# 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 @@ -170,8 +168,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,11 +188,7 @@ systemctl enable YaST2-Firstboot.service %postun %service_del_postun YaST2-Second-Stage.service YaST2-Firstboot.service -#suse_version -%endif - %files - # systemd service files %{_unitdir}/YaST2-Firstboot.service %{_unitdir}/YaST2-Second-Stage.service From ae42810a06aeacdc53b0ed68504df0e091278544ea6198dd8835d1392201057f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 16 Apr 2021 10:17:07 +0000 Subject: [PATCH 5/6] - 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1109 --- yast2-installation-4.4.3.tar.bz2 | 4 +-- yast2-installation.changes | 7 ++++ yast2-installation.spec | 55 +++++++++++++++----------------- 3 files changed, 34 insertions(+), 32 deletions(-) diff --git a/yast2-installation-4.4.3.tar.bz2 b/yast2-installation-4.4.3.tar.bz2 index 383bde3..f9d06c6 100644 --- a/yast2-installation-4.4.3.tar.bz2 +++ b/yast2-installation-4.4.3.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ebdb75c00ca1d1510a3ade1b0f7cefd84056e6efc7913ed8603c6dcf90692bc -size 1470709 +oid sha256:e7b164bc9850ec92ce17ae42766a5de20b312c337e9a549ac56087447447a95c +size 1470730 diff --git a/yast2-installation.changes b/yast2-installation.changes index 37cf33b..0067bdd 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 16 09:50:49 UTC 2021 - Dirk Müller + +- 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 diff --git a/yast2-installation.spec b/yast2-installation.spec index 95069ce..c0f6dd2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -28,32 +28,31 @@ 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 @@ -97,10 +96,10 @@ Requires: yast2-ruby-bindings >= 4.0.6 Requires: pciutils # Needed call /sbin/ip in vnc.sh/network.sh Requires: iproute2 -%if 0%{?suse_version} >= 1210 -%{systemd_requires} -%endif - +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 @@ -123,14 +122,10 @@ 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. From ba6433a99fb55dae43371e174180067e252b809abd764317204e052616d87874 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 16 Apr 2021 10:35:35 +0000 Subject: [PATCH 6/6] - 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 --- yast2-installation-4.4.3.tar.bz2 | 3 -- yast2-installation-4.4.4.tar.bz2 | 3 ++ yast2-installation.changes | 6 +++ yast2-installation.spec | 65 ++++++++++++++++---------------- 4 files changed, 41 insertions(+), 36 deletions(-) delete mode 100644 yast2-installation-4.4.3.tar.bz2 create mode 100644 yast2-installation-4.4.4.tar.bz2 diff --git a/yast2-installation-4.4.3.tar.bz2 b/yast2-installation-4.4.3.tar.bz2 deleted file mode 100644 index f9d06c6..0000000 --- a/yast2-installation-4.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b164bc9850ec92ce17ae42766a5de20b312c337e9a549ac56087447447a95c -size 1470730 diff --git a/yast2-installation-4.4.4.tar.bz2 b/yast2-installation-4.4.4.tar.bz2 new file mode 100644 index 0000000..e366dfb --- /dev/null +++ b/yast2-installation-4.4.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093a5a2d69dae431c4209cc9d559e8093844ef9ff083f497529c212078d30ac8 +size 1470710 diff --git a/yast2-installation.changes b/yast2-installation.changes index 0067bdd..769d66e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 16 10:19:04 UTC 2021 - Dirk Müller + +- 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 diff --git a/yast2-installation.spec b/yast2-installation.spec index c0f6dd2..b189d30 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.3 +Version: 4.4.4 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -53,40 +53,14 @@ BuildRequires: yast2-users >= 3.2.8 BuildRequires: yast2-xml BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) 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 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 @@ -94,8 +68,33 @@ 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 +# 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