- Changed the remote administration module to get the list of

required packages from yast2-packager (bnc#896178).
- 3.1.96

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=589
This commit is contained in:
YaST Team Bot 2014-09-15 09:23:32 +00:00 committed by Git OBS Bridge
parent cc1eed55c6
commit cbfb26a122
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:c70b25c25f1315f59df37eaae214debc1ff61f7dfbe84eb5a546a44639bb34b7
size 356940

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 12 09:03:27 UTC 2014 - ancor@suse.com
- Changed the remote administration module to get the list of
required packages from yast2-packager (bnc#896178).
- 3.1.96
-------------------------------------------------------------------
Mon Sep 8 08:55:09 UTC 2014 - mvidner@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-network
Version: 3.1.95
Version: 3.1.96
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -46,6 +46,9 @@ Requires: yast2-country-data >= 2.16.3
# Storage::IsDeviceOnNetwork
BuildRequires: yast2-storage >= 2.21.11
Requires: yast2-storage >= 2.21.11
# Packages::vnc_packages
BuildRequires: yast2-packager >= 3.1.47
Requires: yast2-packager >= 3.1.47
# testsuite
BuildRequires: rubygem(rspec)