diff --git a/yast2-network-3.2.11.tar.bz2 b/yast2-network-3.2.11.tar.bz2 deleted file mode 100644 index 45b0223..0000000 --- a/yast2-network-3.2.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602ab98e4b1eab9cbed29a3ffa38e68698337adc05ce9612fe8acb2ef80f1e7a -size 381687 diff --git a/yast2-network-3.2.12.tar.bz2 b/yast2-network-3.2.12.tar.bz2 new file mode 100644 index 0000000..9615f35 --- /dev/null +++ b/yast2-network-3.2.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8f896fe56716a8027ea2b878c856e41d1e9e1edd7e5d0cec7845f229018184 +size 383602 diff --git a/yast2-network.changes b/yast2-network.changes index 03955d7..49da04f 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -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 diff --git a/yast2-network.spec b/yast2-network.spec index be0a46f..679c2b9 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -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)