- bnc#977953

- added dependency on yast2-proxy. "yast2 lan" won't fail with
    internal error (missing Proxy module), when yast2-network is
    installed into a minimal server installation.
- 3.1.149

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=681
This commit is contained in:
YaST Team Bot 2016-05-04 19:44:30 +00:00 committed by Git OBS Bridge
parent cd88bd6615
commit c4700afe33
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32fffd5381e6084db9fdbeb2e78de17fa097f6a38dbf0cafd8d7565b77c01551
size 369672

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fed7c0b349afe43af397a7dc3dd39d1ff083a256b360b10787f3b39a5b2ed8e7
size 369554

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 2 11:35:45 UTC 2016 - mfilka@suse.com
- bnc#977953
- added dependency on yast2-proxy. "yast2 lan" won't fail with
internal error (missing Proxy module), when yast2-network is
installed into a minimal server installation.
- 3.1.149
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 19 08:01:16 UTC 2016 - mfilka@suse.com Tue Apr 19 08:01:16 UTC 2016 - mfilka@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-network Name: yast2-network
Version: 3.1.148 Version: 3.1.149
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -31,6 +31,7 @@ BuildRequires: update-desktop-files
BuildRequires: yast2-country BuildRequires: yast2-country
BuildRequires: yast2-devtools >= 3.1.15 BuildRequires: yast2-devtools >= 3.1.15
BuildRequires: yast2-proxy BuildRequires: yast2-proxy
Requires: yast2-proxy
#for install task #for install task
BuildRequires: rubygem(yast-rake) BuildRequires: rubygem(yast-rake)