- 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=721
This commit is contained in:
parent
49012456de
commit
04aab997eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:602ab98e4b1eab9cbed29a3ffa38e68698337adc05ce9612fe8acb2ef80f1e7a
|
||||
size 381687
|
3
yast2-network-3.2.12.tar.bz2
Normal file
3
yast2-network-3.2.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa8f896fe56716a8027ea2b878c856e41d1e9e1edd7e5d0cec7845f229018184
|
||||
size 383602
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 3.2.11
|
||||
Version: 3.2.12
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -54,6 +54,8 @@ Requires: rubygem(%rb_default_ruby_abi:cfa)
|
||||
# lenses are needed to use cfa
|
||||
BuildRequires: augeas-lenses
|
||||
Requires: augeas-lenses
|
||||
# BusID of all the cards with the same one (bsc#1007172)
|
||||
Requires: hwinfo >= 21.35
|
||||
|
||||
# testsuite
|
||||
BuildRequires: rubygem(rspec)
|
||||
|
Loading…
Reference in New Issue
Block a user