- Handle service name collision during upgrade (bsc#1194453),
do not delete the new services which have the same name as an old service - 4.4.37 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1152
This commit is contained in:
parent
ed23f3ddf6
commit
a01353302b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b243a4573f786d2d76bf10b603e5c04277ad58131a36ccc1a8b26d9ba5c9f4b
|
||||
size 1479232
|
3
yast2-installation-4.4.37.tar.bz2
Normal file
3
yast2-installation-4.4.37.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d1aec079ddf1fe33fde79c0feb820c44e6c6e27bd5d47d29fe9aebc416c169d
|
||||
size 1479361
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 07:50:21 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Handle service name collision during upgrade (bsc#1194453),
|
||||
do not delete the new services which have the same name
|
||||
as an old service
|
||||
- 4.4.37
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 14:24:43 UTC 2022 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.4.36
|
||||
Version: 4.4.37
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
@ -28,8 +28,8 @@ Source1: YaST2-Second-Stage.service
|
||||
Source2: YaST2-Firstboot.service
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
# Y2Packager::Resolvable.none? (bsc#1194387)
|
||||
BuildRequires: yast2 >= 4.4.33
|
||||
# Y2Packager::NewRepositorySetup
|
||||
BuildRequires: yast2 >= 4.4.42
|
||||
# CIOIgnore
|
||||
BuildRequires: yast2-bootloader
|
||||
# storage-ng based version
|
||||
@ -70,8 +70,8 @@ Requires: iproute2
|
||||
Requires: pciutils
|
||||
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
||||
Requires: tar
|
||||
# Y2Packager::Resolvable.none? (bsc#1194387)
|
||||
Requires: yast2 >= 4.4.33
|
||||
# Y2Packager::NewRepositorySetup
|
||||
Requires: yast2 >= 4.4.42
|
||||
# CIOIgnore
|
||||
Requires: yast2-bootloader
|
||||
Requires: yast2-country >= 3.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user