forked from pool/yast2-installation
- Modify IP forwarding network configuration using the defaults
defined in the control file when selecting the role (bsc#1186280) - 4.4.10 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1116
This commit is contained in:
parent
40fd928f76
commit
aca2d34f9d
3
yast2-installation-4.4.10.tar.bz2
Normal file
3
yast2-installation-4.4.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f0c50aa46c1665842470302737c90b6c73e34c6853e86bc75f59bc8dcfede0c
|
||||
size 1472876
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8397306a1ff9febcd3d3a09030ebf57448cf191418cc306d10fd2845997e7d2
|
||||
size 1471927
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 08:43:52 UTC 2021 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Modify IP forwarding network configuration using the defaults
|
||||
defined in the control file when selecting the role (bsc#1186280)
|
||||
- 4.4.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 24 11:20:46 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.4.9
|
||||
Version: 4.4.10
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
@ -37,8 +37,8 @@ BuildRequires: yast2-country >= 3.3.1
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
# For firewall widgets
|
||||
BuildRequires: yast2-firewall
|
||||
# Dropped Yast::LanItems
|
||||
BuildRequires: yast2-network >= 4.4.7
|
||||
# Y2Network::ProposalSettings #modify_defaults and #apply_defaults (forwarding configurable)
|
||||
BuildRequires: yast2-network >= 4.4.12
|
||||
# Y2Packager::InstallationData
|
||||
BuildRequires: yast2-packager >= 4.4.2
|
||||
# for AbortException and handle direct abort
|
||||
@ -78,8 +78,8 @@ Requires: yast2-country >= 3.3.1
|
||||
# Language::GetLanguageItems and other API
|
||||
# Language::Set (handles downloading the translation extensions)
|
||||
Requires: yast2-country-data >= 2.16.11
|
||||
# Dropped Yast::LanItems
|
||||
Requires: yast2-network >= 4.4.7
|
||||
# Y2Network::ProposalSettings #modify_defaults and #apply_defaults (forwarding configurable)
|
||||
Requires: yast2-network >= 4.4.12
|
||||
# Y2Packager::InstallationData
|
||||
Requires: yast2-packager >= 4.4.2
|
||||
# Pkg::ProvidePackage
|
||||
|
Loading…
Reference in New Issue
Block a user