Accepting request 749514 from YaST:Head
submit new version 4.2.28 OBS-URL: https://build.opensuse.org/request/show/749514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=413
This commit is contained in:
commit
528750a265
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cc14c8321296998e0166f934f0b20cdd9583d36c81e4b573a8f03e8d5d07aae
|
||||
size 445861
|
3
yast2-network-4.2.28.tar.bz2
Normal file
3
yast2-network-4.2.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fab8acb7a641055a577bb9f673186c08156ff5bed44b15c3bd58156dacde132
|
||||
size 446285
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 12:05:21 UTC 2019 - David Diaz <dgonzalez@suse.com>
|
||||
|
||||
- Do not crash when wrapping text (bsc#1157161)
|
||||
- 4.2.28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 13:35:02 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- fix importing dhclient_set_hostname key from autoyast profile
|
||||
(bsc#1152021)
|
||||
- 4.2.27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 09:28:14 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Wireless: Fix wpa auth modes selection removing the prefix from
|
||||
the combobox value which is not used when writing the config.
|
||||
(bsc#1155639)
|
||||
- 4.2.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 13:15:15 UTC 2019 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Live installation:
|
||||
- Do not try to configure dhcp when NetworkManager is in use.
|
||||
- Show the general tab in the lan client allowing to switch
|
||||
between backends when systemd is running.
|
||||
- Do not do a netconfig update during an installation for not
|
||||
breaking the current resolv configuration.
|
||||
- 4.2.25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 08:43:31 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- fix typo in remote desktop file (thanks for contribution
|
||||
to Markus S aka kamikazow) (bsc#1155584)
|
||||
- 4.2.24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 08:48:26 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 4.2.23
|
||||
Version: 4.2.28
|
||||
Release: 0
|
||||
Summary: YaST2 - Network Configuration
|
||||
License: GPL-2.0-only
|
||||
@ -33,8 +33,9 @@ BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
#for install task
|
||||
BuildRequires: yast2-storage-ng
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
# CFA::Sysctl
|
||||
BuildRequires: yast2 >= 4.2.25
|
||||
# NetworkService check if Systemd is running for determining
|
||||
# the current network backend
|
||||
BuildRequires: yast2 >= 4.2.31
|
||||
BuildRequires: yast2-packager >= 4.0.18
|
||||
# Product control need xml agent
|
||||
BuildRequires: yast2-xml
|
||||
|
Loading…
Reference in New Issue
Block a user