forked from pool/yast2-installation
Accepting request 875290 from YaST:Head
submit new version 4.3.28 OBS-URL: https://build.opensuse.org/request/show/875290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=460
This commit is contained in:
commit
1dd4fa0ea1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e1a1732a57793bbcff80474fbd3112f5f4f923cc50623e1bf8a5e94a8a5f535
|
||||
size 1452552
|
3
yast2-installation-4.3.28.tar.bz2
Normal file
3
yast2-installation-4.3.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:863601761d5203cbfcc832c3b129f5c4aa3db4308ec65cb3c2d6a8a154ebbbd9
|
||||
size 1463552
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 17:50:27 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Fix previous change to include in proposal summary selinux
|
||||
(jsc#SLE-17307)
|
||||
- 4.3.28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 24 20:56:30 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Add new security proposal and finish clients to replace firewall
|
||||
one as the new clients contain also configuration for cpu
|
||||
mitigation, policy kit default privileges (jsc#SLE-15840)
|
||||
and selinux mode (jsc#SLE-17307)
|
||||
- 4.3.27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 21:34:23 UTC 2021 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Adapted unit test to recent changes in Yast::Report (related to
|
||||
bsc#1179893).
|
||||
- 4.3.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 08:01:33 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Do not crash when it is not possible to create a snapshot after
|
||||
installing or upgrading the system (bsc#1180142).
|
||||
- 4.3.25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 09:27:38 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
@ -511,7 +541,7 @@ Thu Mar 7 08:10:33 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 13:01:03 UTC 2019 - jreidinger@suse.com
|
||||
|
||||
- Do not change polkit default priviledges during upgrade
|
||||
- Do not change polkit default privileges during upgrade
|
||||
(bsc#1120720)
|
||||
- 4.1.40
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-installation
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.3.24
|
||||
Version: 4.3.28
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
@ -36,12 +36,16 @@ BuildRequires: yast2-ruby-bindings >= 4.0.6
|
||||
BuildRequires: yast2-xml
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
|
||||
# Yast::OSRelease.ReleaseVersionHumanReadable
|
||||
BuildRequires: yast2 >= 4.2.56
|
||||
# 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
|
||||
@ -79,8 +83,8 @@ 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
|
||||
# UI::Wizards::Layout
|
||||
Requires: yast2 >= 4.3.16
|
||||
# Yast2::FsSnapshotStore::IOError
|
||||
Requires: yast2 >= 4.3.53
|
||||
# Y2Network::NtpServer
|
||||
Requires: yast2-network >= 4.2.55
|
||||
# for AbortException and handle direct abort
|
||||
|
Loading…
Reference in New Issue
Block a user