forked from pool/yast2-installation
- Do not crash when it is not possible to fetch the package
containing the release notes (bsc#1193148). - 4.4.24 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1135
This commit is contained in:
parent
07e931f67d
commit
2381e14ab7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b56b48e6c8494efc126a58311a20f49622cb269172474c8e4ff6aae394ba41e
|
|
||||||
size 1476445
|
|
3
yast2-installation-4.4.24.tar.bz2
Normal file
3
yast2-installation-4.4.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97997e6a3399696ae629cce6feb10ace440fd93bd346d28422c5b169a35793da
|
||||||
|
size 1476827
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 30 14:45:45 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Do not crash when it is not possible to fetch the package
|
||||||
|
containing the release notes (bsc#1193148).
|
||||||
|
- 4.4.24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 24 15:13:23 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
Wed Nov 24 15:13:23 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.4.23
|
Version: 4.4.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -28,8 +28,8 @@ Source1: YaST2-Second-Stage.service
|
|||||||
Source2: YaST2-Firstboot.service
|
Source2: YaST2-Firstboot.service
|
||||||
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# ProductSpec API
|
# y2packager/exceptions
|
||||||
BuildRequires: yast2 >= 4.4.21
|
BuildRequires: yast2 >= 4.4.24
|
||||||
# CIOIgnore
|
# CIOIgnore
|
||||||
BuildRequires: yast2-bootloader
|
BuildRequires: yast2-bootloader
|
||||||
# storage-ng based version
|
# storage-ng based version
|
||||||
@ -70,8 +70,8 @@ Requires: iproute2
|
|||||||
Requires: pciutils
|
Requires: pciutils
|
||||||
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
||||||
Requires: tar
|
Requires: tar
|
||||||
# ProductSpec API
|
# y2packager/exceptions
|
||||||
Requires: yast2 >= 4.4.21
|
Requires: yast2 >= 4.4.24
|
||||||
# CIOIgnore
|
# CIOIgnore
|
||||||
Requires: yast2-bootloader
|
Requires: yast2-bootloader
|
||||||
Requires: yast2-country >= 3.3.1
|
Requires: yast2-country >= 3.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user