From e2c7c47000436784f6b9a5cb5354d243a1aea1fb79badf2e697b884e6dc25978 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 22 Aug 2018 07:38:16 +0000 Subject: [PATCH 1/5] - Switched license in spec file from SPDX2 to SPDX3 format. - Changed dir of COPYING file. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=971 --- yast2-installation-4.1.8.tar.bz2 | 4 ++-- yast2-installation.changes | 6 ++++++ yast2-installation.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/yast2-installation-4.1.8.tar.bz2 b/yast2-installation-4.1.8.tar.bz2 index ec64c81..434711d 100644 --- a/yast2-installation-4.1.8.tar.bz2 +++ b/yast2-installation-4.1.8.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e34d08a477609c02c038f446cec3cff3ee6ae44725cc33bb3c04570c3007ded -size 456927 +oid sha256:9ea6788e400cc57a2ab1ab09954253bfcd1d996c9101c4abec2c226883234b04 +size 457187 diff --git a/yast2-installation.changes b/yast2-installation.changes index bcfcbf4..a0530ba 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 20 15:18:28 CEST 2018 - schubi@suse.de + +- Switched license in spec file from SPDX2 to SPDX3 format. +- Changed dir of COPYING file. + ------------------------------------------------------------------- Thu Aug 2 09:05:07 UTC 2018 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index ba307b4..bd0e1c8 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -28,7 +28,7 @@ Url: http://github.com/yast/yast-installation Requires: yast2-ruby-bindings >= 4.0.6 Summary: YaST2 - Installation Parts -License: GPL-2.0 +License: GPL-2.0-only Group: System/YaST Source1: YaST2-Second-Stage.service @@ -253,7 +253,7 @@ systemctl enable YaST2-Firstboot.service %dir %{yast_vardir}/hooks/installation %dir %{yast_docdir} -%doc %{yast_docdir}/COPYING +%license %{yast_docdir}/COPYING %doc %{yast_docdir}/README.md %doc %{yast_docdir}/CONTRIBUTING.md From 9be0f4df1e32e72d4323674c447b90e0f64d43805a1304130df01e8caad7d54e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 24 Aug 2018 07:35:12 +0000 Subject: [PATCH 2/5] - Update calls to YaST2 systemd classes (related to fate#319428) - 4.1.10 - Add an option to have a sidebar (boo#1088785) - 4.1.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=972 --- yast2-installation-4.1.10.tar.bz2 | 3 +++ yast2-installation-4.1.8.tar.bz2 | 3 --- yast2-installation.changes | 12 ++++++++++++ yast2-installation.spec | 11 +++++------ 4 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 yast2-installation-4.1.10.tar.bz2 delete mode 100644 yast2-installation-4.1.8.tar.bz2 diff --git a/yast2-installation-4.1.10.tar.bz2 b/yast2-installation-4.1.10.tar.bz2 new file mode 100644 index 0000000..49fec10 --- /dev/null +++ b/yast2-installation-4.1.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ee2f6b4dcde2aa6eb991e08820ee7dff7189782eaf54246bb24c88647dfb18 +size 456906 diff --git a/yast2-installation-4.1.8.tar.bz2 b/yast2-installation-4.1.8.tar.bz2 deleted file mode 100644 index 434711d..0000000 --- a/yast2-installation-4.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ea6788e400cc57a2ab1ab09954253bfcd1d996c9101c4abec2c226883234b04 -size 457187 diff --git a/yast2-installation.changes b/yast2-installation.changes index a0530ba..5d83479 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 23 07:24:18 UTC 2018 - dgonzalez@suse.com + +- Update calls to YaST2 systemd classes (related to fate#319428) +- 4.1.10 + +------------------------------------------------------------------- +Fri Aug 22 16:35:47 CEST 2018 - hellcp@opensuse.org + +- Add an option to have a sidebar (boo#1088785) +- 4.1.9 + ------------------------------------------------------------------- Mon Aug 20 15:18:28 CEST 2018 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index bd0e1c8..08bfa7c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.1.8 +Version: 4.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,8 +43,10 @@ BuildRequires: yast2-xml BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) -# TextHelpers#div_with_direction -BuildRequires: yast2 >= 4.0.72 +# Yast2::Systemd::Service +BuildRequires: yast2 >= 4.1.3 +Requires: yast2 >= 4.1.3 + # Yast::Packages.check_remote_installation_packages BuildRequires: yast2-packager >= 4.0.9 @@ -52,9 +54,6 @@ BuildRequires: yast2-packager >= 4.0.9 BuildRequires: yast2-storage-ng >= 4.0.194 Requires: yast2-storage-ng >= 4.0.175 -# TextHelpers#div_with_direction -Requires: yast2 >= 4.0.72 - # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) Requires: yast2-country-data >= 2.16.11 From 2b8c834600399f7a5b548c726163cc528bcd8a758c5e3085a5a084ae8326f693 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 24 Aug 2018 15:25:04 +0000 Subject: [PATCH 3/5] - Improve help text for system roles (bsc#1046619) - 4.1.11 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=973 --- yast2-installation-4.1.10.tar.bz2 | 3 --- yast2-installation-4.1.11.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.1.10.tar.bz2 create mode 100644 yast2-installation-4.1.11.tar.bz2 diff --git a/yast2-installation-4.1.10.tar.bz2 b/yast2-installation-4.1.10.tar.bz2 deleted file mode 100644 index 49fec10..0000000 --- a/yast2-installation-4.1.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ee2f6b4dcde2aa6eb991e08820ee7dff7189782eaf54246bb24c88647dfb18 -size 456906 diff --git a/yast2-installation-4.1.11.tar.bz2 b/yast2-installation-4.1.11.tar.bz2 new file mode 100644 index 0000000..14c2335 --- /dev/null +++ b/yast2-installation-4.1.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d75ecd10607e2512e86a0a697a86a814dabd0021b2036e4fb1e9004bdc2949 +size 457089 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5d83479..6c61539 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 24 14:42:15 UTC 2018 - jreidinger@suse.com + +- Improve help text for system roles (bsc#1046619) +- 4.1.11 + ------------------------------------------------------------------- Thu Aug 23 07:24:18 UTC 2018 - dgonzalez@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 08bfa7c..f45bef7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.1.10 +Version: 4.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 8290a83a27a54cd22fcf2f72b65d8340b015a8d0d2870e4def57193bd8e33dae Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 4 Sep 2018 07:15:03 +0000 Subject: [PATCH 4/5] - Add missing help for disks activation dialog (bsc#1098563) - 4.1.12 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=974 --- yast2-installation-4.1.11.tar.bz2 | 3 --- yast2-installation-4.1.12.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.1.11.tar.bz2 create mode 100644 yast2-installation-4.1.12.tar.bz2 diff --git a/yast2-installation-4.1.11.tar.bz2 b/yast2-installation-4.1.11.tar.bz2 deleted file mode 100644 index 14c2335..0000000 --- a/yast2-installation-4.1.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8d75ecd10607e2512e86a0a697a86a814dabd0021b2036e4fb1e9004bdc2949 -size 457089 diff --git a/yast2-installation-4.1.12.tar.bz2 b/yast2-installation-4.1.12.tar.bz2 new file mode 100644 index 0000000..ad7772e --- /dev/null +++ b/yast2-installation-4.1.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65afa6e4374a55f3ebbf835791f741d1af4f045abdd1d2a2b0e855c8bd1889f +size 457590 diff --git a/yast2-installation.changes b/yast2-installation.changes index 6c61539..a4efb16 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 3 08:38:32 UTC 2018 - dgonzalez@suse.com + +- Add missing help for disks activation dialog (bsc#1098563) +- 4.1.12 + ------------------------------------------------------------------- Fri Aug 24 14:42:15 UTC 2018 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index f45bef7..967a15c 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.1.11 +Version: 4.1.12 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 69297886ec116886f0b27cc584ac3ebcbc0a83607118e427423f1c91a5169e91 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 4 Sep 2018 14:15:11 +0000 Subject: [PATCH 5/5] - Use /media.1/media instead the /media.1/build (bsc#1062297) - 4.1.13 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=975 --- yast2-installation-4.1.12.tar.bz2 | 3 --- yast2-installation-4.1.13.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.1.12.tar.bz2 create mode 100644 yast2-installation-4.1.13.tar.bz2 diff --git a/yast2-installation-4.1.12.tar.bz2 b/yast2-installation-4.1.12.tar.bz2 deleted file mode 100644 index ad7772e..0000000 --- a/yast2-installation-4.1.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f65afa6e4374a55f3ebbf835791f741d1af4f045abdd1d2a2b0e855c8bd1889f -size 457590 diff --git a/yast2-installation-4.1.13.tar.bz2 b/yast2-installation-4.1.13.tar.bz2 new file mode 100644 index 0000000..7f039fd --- /dev/null +++ b/yast2-installation-4.1.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1723cf4969e7fbed9e411a9034e2c87b6ffb0c9eb6dd4439712eb1f39a1505bf +size 457782 diff --git a/yast2-installation.changes b/yast2-installation.changes index a4efb16..47fc55a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 4 13:34:17 UTC 2018 - dgonzalez@suse.com + +- Use /media.1/media instead the /media.1/build (bsc#1062297) +- 4.1.13 + ------------------------------------------------------------------- Mon Sep 3 08:38:32 UTC 2018 - dgonzalez@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 967a15c..3075da4 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.1.12 +Version: 4.1.13 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build