diff --git a/yast2-network-3.2.4.tar.bz2 b/yast2-network-3.2.4.tar.bz2 deleted file mode 100644 index 6e3ab59..0000000 --- a/yast2-network-3.2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d59e6f6d646123c206b8c5bce917d96f3245e9af3c65b17ddbbc3498b887e17 -size 377330 diff --git a/yast2-network-3.2.7.tar.bz2 b/yast2-network-3.2.7.tar.bz2 new file mode 100644 index 0000000..a94b7b7 --- /dev/null +++ b/yast2-network-3.2.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55e9fb21c5f93d1b9605721a4e2f54264aee812238557a308c418c0d8e7e50e +size 380752 diff --git a/yast2-network.changes b/yast2-network.changes index 462cf39..4f53040 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Oct 17 08:13:38 UTC 2016 - kanderssen@suse.com + +- Bridge handling has been improved (bsc#962824). + - "NONE" is shown instead of 0.0.0.0 for old bridge configuration + - The bridge master is shown in the enslaved interface. + - The interfaces overview is updated after a bridge is modified + - The interfaces enlsaved are not lost when save in a different + tab. +- 3.2.7 + +------------------------------------------------------------------- +Mon Oct 17 07:01:24 UTC 2016 - jreidinger@suse.com + +- fix crash when dummy ip is not needed + (found during testing of bsc#877047) +- 3.2.6 + +------------------------------------------------------------------- +Fri Oct 14 14:08:31 UTC 2016 - jreidinger@suse.com + +- optimize loading /etc/hosts if there is a lot of entries + (bsc#877047) +- 3.2.5 + ------------------------------------------------------------------- Mon Oct 10 09:11:29 UTC 2016 - mfilka@suse.com diff --git a/yast2-network.spec b/yast2-network.spec index cd6bf71..87b5b14 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.2.4 +Version: 3.2.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -31,8 +31,8 @@ BuildRequires: rubygem(yast-rake) # yast2 v3.1.86: Added ServicesProposal library BuildRequires: yast2 >= 3.1.86 -# yast2 v3.1.135: Fixed Hostname API -Requires: yast2 >= 3.1.136 +# Network: Adapt old enslaved interface config +Requires: yast2 >= 3.1.206.2 # Product control need xml agent BuildRequires: yast2-xml @@ -48,6 +48,12 @@ BuildRequires: yast2-storage >= 2.21.11 Requires: yast2-storage >= 2.21.11 # Packages::vnc_packages Requires: yast2-packager >= 3.1.47 +# cfa for parsing hosts +BuildRequires: rubygem(%rb_default_ruby_abi:cfa) +Requires: rubygem(%rb_default_ruby_abi:cfa) +# lenses are needed to use cfa +BuildRequires: augeas-lenses +Requires: augeas-lenses # testsuite BuildRequires: rubygem(rspec) @@ -91,6 +97,8 @@ rake install DESTDIR="%{buildroot}" %{yast_schemadir}/autoyast/rnc/networking.rnc %{yast_schemadir}/autoyast/rnc/host.rnc %{yast_libdir}/network +%dir %{yast_libdir}/cfa/ +%{yast_libdir}/cfa/hosts.rb %{yast_ydatadir}/network %dir %{yast_docdir}