Accepting request 443006 from YaST:Head
submit new version 3.2.15 OBS-URL: https://build.opensuse.org/request/show/443006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=364
This commit is contained in:
commit
d353e907d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:602ab98e4b1eab9cbed29a3ffa38e68698337adc05ce9612fe8acb2ef80f1e7a
|
|
||||||
size 381687
|
|
3
yast2-network-3.2.15.tar.bz2
Normal file
3
yast2-network-3.2.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:532b5d1f1458787e9a3baecb0fcbd0f1221f0515986a10888277c3222421a731
|
||||||
|
size 384677
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 30 12:11:44 UTC 2016 - kanderssen@suse.com
|
||||||
|
|
||||||
|
- Linuxrc does not export some variables anymore and handles the
|
||||||
|
configuration of network directly, for that reason, some methods
|
||||||
|
or reponsibilities of InstallInfConvertor class are not needed
|
||||||
|
being removed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 30 09:04:58 UTC 2016 - mfilka@suse.com
|
||||||
|
|
||||||
|
- bnc#1012764
|
||||||
|
- made rpm architecture independent (noarch)
|
||||||
|
- 3.2.15
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:41:40 UTC 2016 - mfilka@suse.com
|
||||||
|
|
||||||
|
- bnc#1012581
|
||||||
|
- do not crash with internal error stating undefined method when
|
||||||
|
switching to "Hostname / DNS" tab when the system contains
|
||||||
|
incorrect configuration of DHCLIENT_SET_HOSTNAME
|
||||||
|
- 3.2.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 28 21:15:00 UTC 2016 - mfilka@suse.com
|
||||||
|
|
||||||
|
- bnc#1009931
|
||||||
|
- update item's overview with freshly edited values
|
||||||
|
- 3.2.13
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 23 09:18:33 UTC 2016 - mfilka@suse.com
|
||||||
|
|
||||||
|
- bsc#984890
|
||||||
|
- new implementation of setting hostname via DHCP. User is
|
||||||
|
allowed to set hostname via particular interface or set a
|
||||||
|
reasonable default value for all interfaces.
|
||||||
|
- bsc#1007172 (kanderssen@suse.com)
|
||||||
|
- When an interface is enslaved in a bond the udev rule is modified
|
||||||
|
using the bus_id instead of the mac address but some multiport
|
||||||
|
cards could use the same bus_id. In such cases also the dev_port
|
||||||
|
is needed. Taking this in account the dev_port will be added
|
||||||
|
always when a udev rule based on bus_id is written.
|
||||||
|
- 3.2.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 22 12:30:06 UTC 2016 - igonzalezsosa@suse.com
|
Tue Nov 22 12:30:06 UTC 2016 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 3.2.11
|
Version: 3.2.15
|
||||||
Release: 0
|
Release: 0
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -40,9 +41,6 @@ Requires: yast2-xml
|
|||||||
|
|
||||||
#netconfig (FaTE #303618)
|
#netconfig (FaTE #303618)
|
||||||
Requires: sysconfig >= 0.80.0
|
Requires: sysconfig >= 0.80.0
|
||||||
#GetLanguageCountry
|
|
||||||
#(in newly created yast2-country-data)
|
|
||||||
Requires: yast2-country-data >= 2.16.3
|
|
||||||
# Storage::IsDeviceOnNetwork
|
# Storage::IsDeviceOnNetwork
|
||||||
BuildRequires: yast2-storage >= 2.21.11
|
BuildRequires: yast2-storage >= 2.21.11
|
||||||
Requires: yast2-storage >= 2.21.11
|
Requires: yast2-storage >= 2.21.11
|
||||||
@ -54,6 +52,8 @@ Requires: rubygem(%rb_default_ruby_abi:cfa)
|
|||||||
# lenses are needed to use cfa
|
# lenses are needed to use cfa
|
||||||
BuildRequires: augeas-lenses
|
BuildRequires: augeas-lenses
|
||||||
Requires: augeas-lenses
|
Requires: augeas-lenses
|
||||||
|
# BusID of all the cards with the same one (bsc#1007172)
|
||||||
|
Requires: hwinfo >= 21.35
|
||||||
|
|
||||||
# testsuite
|
# testsuite
|
||||||
BuildRequires: rubygem(rspec)
|
BuildRequires: rubygem(rspec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user