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.15.tar.bz2 b/yast2-network-3.2.15.tar.bz2 new file mode 100644 index 0000000..9b53338 --- /dev/null +++ b/yast2-network-3.2.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532b5d1f1458787e9a3baecb0fcbd0f1221f0515986a10888277c3222421a731 +size 384677 diff --git a/yast2-network.changes b/yast2-network.changes index 03955d7..89a075e 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -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 diff --git a/yast2-network.spec b/yast2-network.spec index be0a46f..c9a17fc 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,8 +17,9 @@ Name: yast2-network -Version: 3.2.11 +Version: 3.2.15 Release: 0 +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 @@ -40,9 +41,6 @@ Requires: yast2-xml #netconfig (FaTE #303618) Requires: sysconfig >= 0.80.0 -#GetLanguageCountry -#(in newly created yast2-country-data) -Requires: yast2-country-data >= 2.16.3 # Storage::IsDeviceOnNetwork BuildRequires: 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 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)