- optimize loading /etc/hosts if there is a lot of entries
(bsc#877047) - 3.2.5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=713
This commit is contained in:
parent
42ede12003
commit
37608d8522
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d59e6f6d646123c206b8c5bce917d96f3245e9af3c65b17ddbbc3498b887e17
|
||||
size 377330
|
3
yast2-network-3.2.5.tar.bz2
Normal file
3
yast2-network-3.2.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e07d01785949640a852639072b326ffd18151b7b0a588348df657af5cb0bcea9
|
||||
size 379978
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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.5
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -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