Accepting request 435702 from YaST:Head
submit new version 3.2.7 OBS-URL: https://build.opensuse.org/request/show/435702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=360
This commit is contained in:
commit
65b85f60d1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d59e6f6d646123c206b8c5bce917d96f3245e9af3c65b17ddbbc3498b887e17
|
||||
size 377330
|
3
yast2-network-3.2.7.tar.bz2
Normal file
3
yast2-network-3.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c55e9fb21c5f93d1b9605721a4e2f54264aee812238557a308c418c0d8e7e50e
|
||||
size 380752
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user