forked from pool/yast2-installation
Accepting request 645894 from YaST:Head
submit new version 4.1.24 OBS-URL: https://build.opensuse.org/request/show/645894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=412
This commit is contained in:
commit
2eed32faf1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1723cf4969e7fbed9e411a9034e2c87b6ffb0c9eb6dd4439712eb1f39a1505bf
|
||||
size 457782
|
3
yast2-installation-4.1.24.tar.bz2
Normal file
3
yast2-installation-4.1.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64538ee544f3038ab6a50546621f0f7bef4c02b7898ea58c7dce14b598d410d2
|
||||
size 460677
|
@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 1 08:03:27 UTC 2018 - jreidinger@suse.com
|
||||
|
||||
- extra_urls: compare unexpanded urls, so two identical
|
||||
repositories with variables are detected (bsc#1090193)
|
||||
- 4.1.24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 13:02:11 CET 2018 - schubi@suse.de
|
||||
|
||||
- Added save_y2logs client. (fate#325737)
|
||||
- 4.1.23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 08:02:13 UTC 2018 - lslezak@suse.cz
|
||||
|
||||
- Remember the selected role (related to FATE#325834)
|
||||
- 4.1.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 14:17:49 CEST 2018 - schubi@suse.de
|
||||
|
||||
- Saving y2logs after the installation has been finished.
|
||||
(fate#325737)
|
||||
- 4.1.21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 13:52:00 CEST 2018 - schubi@suse.de
|
||||
|
||||
- Fixed path to license file. . Build error in fate#324713
|
||||
- 4.1.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 15:11:15 UTC 2018 - dgonzalez@suse.com
|
||||
|
||||
- Skip the roles' dialog selection when there is only one available
|
||||
(fate#324713)
|
||||
- 4.1.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 13:34:50 UTC 2018 - dgonzalez@suse.com
|
||||
|
||||
- Fix syntax error (bsc#1109659)
|
||||
- 4.1.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 10:35:03 CEST 2018 - schubi@suse.de
|
||||
|
||||
- Updated docu for add_on_products.xml: Added tag "confirm_license"
|
||||
to handle Add-On-products licenses which will be added while
|
||||
installation. (bsc#1105758)
|
||||
- 4.1.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 09:33:59 UTC 2018 - dgonzalez@suse.com
|
||||
|
||||
- Avoid to restore old backups when upgrade fails (bsc#1097297)
|
||||
- 4.1.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 16:37:43 UTC 2018 - lslezak@suse.cz
|
||||
|
||||
- Copy the selected packages from the self-update repository to an
|
||||
additional add-on repository, allow updating the installation
|
||||
workflow from the self-update repository (bsc#1101016)
|
||||
- 4.1.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 15:29:22 CEST 2018 - aschnell@suse.com
|
||||
|
||||
- do not translate snapshot description (bsc#1092757)
|
||||
- 4.1.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 13:34:17 UTC 2018 - dgonzalez@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.1.13
|
||||
Version: 4.1.24
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -47,8 +47,8 @@ BuildRequires: rubygem(yast-rake)
|
||||
BuildRequires: yast2 >= 4.1.3
|
||||
Requires: yast2 >= 4.1.3
|
||||
|
||||
# Yast::Packages.check_remote_installation_packages
|
||||
BuildRequires: yast2-packager >= 4.0.9
|
||||
# Y2Packager::SelfUpdateAddonRepo
|
||||
BuildRequires: yast2-packager >= 4.1.5
|
||||
|
||||
# Y2Storage::Inhibitors including systemd masking
|
||||
BuildRequires: yast2-storage-ng >= 4.0.194
|
||||
@ -64,8 +64,8 @@ Requires: yast2-pkg-bindings >= 3.1.33
|
||||
# Mouse-related scripts moved to yast2-mouse
|
||||
Conflicts: yast2-mouse < 2.18.0
|
||||
|
||||
# Yast::AddOnProduct.selected_installation_products
|
||||
Requires: yast2-packager >= 4.0.56
|
||||
# Y2Packager::SelfUpdateAddonRepo
|
||||
Requires: yast2-packager >= 4.1.5
|
||||
|
||||
# use in startup scripts
|
||||
Requires: initviocons
|
||||
@ -252,7 +252,7 @@ systemctl enable YaST2-Firstboot.service
|
||||
%dir %{yast_vardir}/hooks/installation
|
||||
|
||||
%dir %{yast_docdir}
|
||||
%license %{yast_docdir}/COPYING
|
||||
%license COPYING
|
||||
%doc %{yast_docdir}/README.md
|
||||
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user